drupal_get_path
Related topics
| Name | Description |
|---|---|
| Input validation | Functions to validate user input. |
Functions that call drupal_get_path()
| Name | Location | Description |
|---|---|---|
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
Functions called by drupal_get_path()
| Name | Location | Description |
|---|---|---|
| drupal_get_filename | includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists. |
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
