Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
profile_save_profile function modules/profile/profile.module
profile_schema function modules/profile/profile.install Implements hook_schema().
profile_theme function modules/profile/profile.module Implements hook_theme().
profile_uninstall function modules/profile/profile.install Implements hook_uninstall().
profile_update_7001 function modules/profile/profile.install Rename {profile_fields} table to {profile_field} and {profile_values} to {profile_value}.
profile_update_7002 function modules/profile/profile.install Change the weight column to normal int.
profile_user_cancel function modules/profile/profile.module Implements hook_user_cancel().
profile_user_categories function modules/profile/profile.module Implements hook_user_categories().
profile_user_delete function modules/profile/profile.module Implements hook_user_delete().
profile_user_form_validate function modules/profile/profile.module Form validation handler for the user register/profile form.
profile_user_insert function modules/profile/profile.module Implements hook_user_insert().
profile_user_load function modules/profile/profile.module Implements hook_user_load().
profile_user_presave function modules/profile/profile.module Implements hook_user_presave().
profile_user_view function modules/profile/profile.module Implements hook_user_view().
profile_view_field function modules/profile/profile.module
PSR0WebTest class modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR0WebTest.php file modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR0WebTest::getInfo function modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR0WebTest::testArithmetics function modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR4WebTest class modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest.php file modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest::getInfo function modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest::testArithmetics function modules/simpletest/src/Tests/PSR4WebTest.php
psr_0_test.info file modules/simpletest/tests/psr_0_test/psr_0_test.info 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/simpletest/tests/psr_0_test/psr_0_test.module
psr_4_test.info file modules/simpletest/tests/psr_4_test/psr_4_test.info 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/simpletest/tests/psr_4_test/psr_4_test.module
Query class includes/database/query.inc Base class for query builders.
query.inc file includes/database/query.inc Non-specific Database query code. Used by all engines.
query.inc file includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
query.inc file includes/database/mysql/query.inc Query code for MySQL embedded database engine.
query.inc file includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.
Query::$comments property includes/database/query.inc An array of comments that can be prepended to a query.
Query::$connection property includes/database/query.inc The connection object on which to run this query.
Query::$connectionKey property includes/database/query.inc The key of the connection object.
Query::$connectionTarget property includes/database/query.inc The target of the connection object.
Query::$nextPlaceholder property includes/database/query.inc The placeholder counter.
Query::$queryOptions property includes/database/query.inc The query options to pass on to the connection object.
Query::$uniqueIdentifier property includes/database/query.inc A unique identifier for this query object.
Query::comment function includes/database/query.inc Adds a comment to the query.
Query::execute function includes/database/query.inc Runs the query against the database.
Query::getComments function includes/database/query.inc Returns a reference to the comments array for the query.
Query::nextPlaceholder function includes/database/query.inc Gets the next placeholder value for this query object.
Query::uniqueIdentifier function includes/database/query.inc Returns a unique identifier for this object.
Query::__clone function includes/database/query.inc Implements the magic __clone function.
Query::__construct function includes/database/query.inc Constructs a Query object.
Query::__sleep function includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
Query::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
Query::__wakeup function includes/database/query.inc Implements the magic __wakeup function to reconnect to the database.
QueryAlterableInterface interface includes/database/query.inc Interface for a query that can be manipulated via an alter hook.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.