path_load |
core/includes/path.inc |
Fetches a specific URL alias from the database. |
path_load_by_entity |
core/modules/path/path.module |
Populate the canonical path property for an entity. |
path_load_multiple |
core/includes/path.inc |
Load a collection of URL aliases from the database all at once. |
path_load_multiple_by_entities |
core/modules/path/path.module |
Populate the path properties for multiple entities. |
path_menu |
core/modules/path/path.module |
Implements hook_menu(). |
path_node_type_form_submit |
core/modules/path/path.module |
Submit handler for node type form. |
path_patterns_form |
core/modules/path/path.admin.inc |
Form builder; Configure the URL alias patterns. |
path_patterns_form_submit |
core/modules/path/path.admin.inc |
Submit handler for path_patterns_form(). |
path_patterns_settings_form |
core/modules/path/path.admin.inc |
Form builder; Configure the URL alias pattern settings. |
path_patterns_settings_form_validate |
core/modules/path/path.admin.inc |
Validate handler for path_patterns_settings_form(). |
path_pattern_settings_form |
core/modules/path/path.module |
Return the URL alias pattern settings form for easy addition into other forms. |
path_permission |
core/modules/path/path.module |
Implements hook_permission(). |
path_punctuation_chars |
core/modules/path/path.inc |
Return an array of arrays for punctuation values. |
path_save |
core/includes/path.inc |
Save a URL alias to the database. |
path_save_automatic_alias |
core/modules/path/path.inc |
Save an automatic alias; replacing or adding aliases based on site settings. |
path_save_automatic_entity_alias |
core/modules/path/path.inc |
Update the URL aliases for an individual entity. |
path_taxonomy_form_vocabulary_submit |
core/modules/path/path.module |
Submit handler for taxonomy_form_vocabulary(). |
path_test_path_delete |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_delete(). |
path_test_path_insert |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_insert(). |
path_test_path_update |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_update(). |
path_test_reset |
core/modules/simpletest/tests/path_test.module |
Resets the path test results. |
path_theme |
core/modules/path/path.module |
Implements hook_theme(). |
path_tokens |
core/modules/path/path.tokens.inc |
Implements hook_tokens(). |
path_token_info |
core/modules/path/path.tokens.inc |
Implements hook_token_info(). |
path_to_theme |
core/includes/theme.inc |
Returns the path to the current themed element. |
path_update_1000 |
core/modules/path/path.install |
Upgrades Drupal 7 Pathauto variables to Path config. |
path_update_1001 |
core/modules/path/path.install |
Moves Backdrop Pathauto configuration to Path module configuration. |
path_user_admin_settings_submit |
core/modules/path/path.module |
Submit handler for path_user_admin_settings(). |
path_verbose_message |
core/modules/path/path.module |
Output a helpful message if verbose output is enabled. |
path_verbose_resume |
core/modules/path/path.module |
Re-enable verbose output of messages by Path module. |
path_verbose_suspend |
core/modules/path/path.module |
Temporarily disable verbose output of messages by Path module. |
phptemplate_init |
core/themes/engines/phptemplate/phptemplate.engine |
Implements hook_init(). |
phptemplate_theme |
core/themes/engines/phptemplate/phptemplate.engine |
Implements hook_theme(). |
Query::comment |
core/includes/database/query.inc |
Adds a comment to the query. |
Query::execute |
core/includes/database/query.inc |
Runs the query against the database. |
Query::getComments |
core/includes/database/query.inc |
Returns a reference to the comments array for the query. |
Query::nextPlaceholder |
core/includes/database/query.inc |
Gets the next placeholder value for this query object. |
Query::uniqueIdentifier |
core/includes/database/query.inc |
Returns a unique identifier for this object. |
Query::__clone |
core/includes/database/query.inc |
Implements the magic __clone function. |
Query::__construct |
core/includes/database/query.inc |
Constructs a Query object. |
Query::__sleep |
core/includes/database/query.inc |
Implements the magic __sleep function to disconnect from the database. |
Query::__toString |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
Query::__wakeup |
core/includes/database/query.inc |
Implements the magic __wakeup function to reconnect to the database. |
QueryAlterableInterface::addMetaData |
core/includes/database/query.inc |
Adds additional metadata to the query. |
QueryAlterableInterface::addTag |
core/includes/database/query.inc |
Adds a tag to a query. |
QueryAlterableInterface::getMetaData |
core/includes/database/query.inc |
Retrieves a given piece of metadata. |
QueryAlterableInterface::hasAllTags |
core/includes/database/query.inc |
Determines if a given query has all specified tags. |
QueryAlterableInterface::hasAnyTag |
core/includes/database/query.inc |
Determines if a given query has any specified tag. |
QueryAlterableInterface::hasTag |
core/includes/database/query.inc |
Determines if a given query has a given tag. |
QueryConditionInterface::arguments |
core/includes/database/query.inc |
Gets a complete list of all values to insert into the prepared statement. |