Search for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| profile_update_7002 | function | modules/ |
Change the weight column to normal int. |
| profile_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
| profile_user_categories | function | modules/ |
Implements hook_user_categories(). |
| profile_user_delete | function | modules/ |
Implements hook_user_delete(). |
| profile_user_form_validate | function | modules/ |
Form validation handler for the user register/profile form. |
| profile_user_insert | function | modules/ |
Implements hook_user_insert(). |
| profile_user_load | function | modules/ |
Implements hook_user_load(). |
| profile_user_presave | function | modules/ |
Implements hook_user_presave(). |
| profile_user_view | function | modules/ |
Implements hook_user_view(). |
| profile_view_field | function | modules/ |
|
| PSR0WebTest | class | modules/ |
|
| PSR0WebTest.php | file | modules/ |
|
| PSR0WebTest::getInfo | function | modules/ |
|
| PSR0WebTest::testArithmetics | function | modules/ |
|
| PSR4WebTest | class | modules/ |
|
| PSR4WebTest.php | file | modules/ |
|
| PSR4WebTest::getInfo | function | modules/ |
|
| PSR4WebTest::testArithmetics | function | modules/ |
|
| psr_0_test.info | file | modules/ |
name = PSR-0 Test cases description = Test classes to be discovered by simpletest. core = 7.x hidden = TRUE package = Testing |
| psr_0_test.module | file | modules/ |
|
| psr_4_test.info | file | modules/ |
name = PSR-4 Test cases description = Test classes to be discovered by simpletest. core = 7.x hidden = TRUE package = Testing |
| psr_4_test.module | file | modules/ |
|
| Query | class | includes/ |
Base class for query builders. |
| query.inc | file | includes/ |
Query code for SQLite embedded database engine. |
| query.inc | file | includes/ |
Query code for MySQL embedded database engine. |
| query.inc | file | includes/ |
Non-specific Database query code. Used by all engines. |
| query.inc | file | includes/ |
Query code for PostgreSQL embedded database engine. |
| Query::$comments | property | includes/ |
An array of comments that can be prepended to a query. |
| Query::$connection | property | includes/ |
The connection object on which to run this query. |
| Query::$connectionKey | property | includes/ |
The key of the connection object. |
| Query::$connectionTarget | property | includes/ |
The target of the connection object. |
| Query::$nextPlaceholder | property | includes/ |
The placeholder counter. |
| Query::$queryOptions | property | includes/ |
The query options to pass on to the connection object. |
| Query::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
| Query::comment | function | includes/ |
Adds a comment to the query. |
| Query::execute | function | includes/ |
Runs the query against the database. |
| Query::getComments | function | includes/ |
Returns a reference to the comments array for the query. |
| Query::nextPlaceholder | function | includes/ |
Gets the next placeholder value for this query object. |
| Query::uniqueIdentifier | function | includes/ |
Returns a unique identifier for this object. |
| Query::__clone | function | includes/ |
Implements the magic __clone function. |
| Query::__construct | function | includes/ |
Constructs a Query object. |
| Query::__sleep | function | includes/ |
Implements the magic __sleep function to disconnect from the database. |
| Query::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| Query::__wakeup | function | includes/ |
Implements the magic __wakeup function to reconnect to the database. |
| QueryAlterableInterface | interface | includes/ |
Interface for a query that can be manipulated via an alter hook. |
| QueryAlterableInterface::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| QueryAlterableInterface::addTag | function | includes/ |
Adds a tag to a query. |
| QueryAlterableInterface::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
| QueryAlterableInterface::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
| QueryAlterableInterface::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
Pagination
- Previous page
- Page 157
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.