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. |
QueryConditionInterface::compile |
core/includes/database/query.inc |
Compiles the saved conditions for later retrieval. |
QueryConditionInterface::compiled |
core/includes/database/query.inc |
Check whether a condition has been previously compiled. |
QueryConditionInterface::condition |
core/includes/database/query.inc |
Helper function: builds the most common conditional clauses. |
QueryConditionInterface::conditions |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
QueryConditionInterface::exists |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns values. |
QueryConditionInterface::isNotNull |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
QueryConditionInterface::isNull |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
QueryConditionInterface::notExists |
core/includes/database/query.inc |
Sets a condition that the specified subquery returns no values. |
QueryConditionInterface::where |
core/includes/database/query.inc |
Adds an arbitrary WHERE clause to the query. |
QueryExtendableInterface::extend |
core/includes/database/select.inc |
Enhance this object by wrapping it in an extender object. |
QueryPlaceholderInterface::nextPlaceholder |
core/includes/database/query.inc |
Returns the next placeholder ID for the query. |
QueryPlaceholderInterface::uniqueIdentifier |
core/includes/database/query.inc |
Returns a unique identifier for this object. |
QueueExampleTestCase::setUp |
modules/examples/queue_example/tests/queue_example.test |
Enable modules and create user with specific permissions. |
QueueExampleTestCase::testQueueExampleBasic |
modules/examples/queue_example/tests/queue_example.test |
Test the queue behavior through user interaction. |
QueueTestCase::queueScore |
core/modules/system/tests/system.test |
This function returns the number of equal items in two arrays. |
QueueTestCase::testQueue |
core/modules/system/tests/system.test |
Queues and dequeues a set of items to check the basic queue functionality. |
queue_example_add_remove_form |
modules/examples/queue_example/queue_example.module |
Form generator for managing the queue. |
queue_example_add_remove_form_claim |
modules/examples/queue_example/queue_example.module |
Submit function for the "claim" button. |
queue_example_add_remove_form_clear_queue |
modules/examples/queue_example/queue_example.module |
Submit handler for clearing/deleting the queue. |
queue_example_add_remove_form_delete |
modules/examples/queue_example/queue_example.module |
Submit function for "Claim and delete" button. |
queue_example_add_remove_form_insert |
modules/examples/queue_example/queue_example.module |
Submit function for the insert-into-queue button. |
queue_example_add_remove_form_run_cron |
modules/examples/queue_example/queue_example.module |
Submit function for "run cron" button. |
queue_example_menu |
modules/examples/queue_example/queue_example.module |
Implements hook_menu(). |