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
element_set_attributes function includes/common.inc Sets HTML attributes based on element properties.
element_sort function includes/common.inc Function used by uasort to sort structured arrays by weight.
element_sort_by_title function includes/common.inc Array sorting callback; sorts elements by title.
element_validate_integer function includes/form.inc Form element validation handler for integer elements.
element_validate_integer_positive function includes/form.inc Form element validation handler for integer elements that must be positive.
element_validate_number function includes/form.inc Form element validation handler for number elements.
EMAIL_MAX_LENGTH constant modules/user/user.module Maximum length of user e-mail text field.
EnableDisableTestCase class modules/system/system.test Test module enabling/disabling functionality.
EnableDisableTestCase::$profile property modules/system/system.test The profile to install as a basis for testing.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall function modules/system/system.test Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::getInfo function modules/system/system.test
EnableDisableTestCase::testEnableDisable function modules/system/system.test Test that all core modules can be enabled, disabled and uninstalled.
EnableDisableTestCase::testEntityInfoCacheWatchdog function modules/system/system.test Tests entity info cache after enabling a module with a dependency on an entity providing module.
EnableDisableTestCase::testEntityInfoChanges function modules/system/system.test Ensures entity info cache is updated after changes.
entity.inc file includes/entity.inc
EntityCrudHookTestCase class modules/simpletest/tests/entity_crud_hook_test.test Tests invocation of hooks when performing an action.
EntityCrudHookTestCase::$ids property modules/simpletest/tests/entity_crud_hook_test.test
EntityCrudHookTestCase::assertHookMessage function modules/simpletest/tests/entity_crud_hook_test.test Pass if the message $text was set by one of the CRUD hooks in
entity_crud_hook_test.module, i.e., if the $text is an element of
$_SESSION['entity_crud_hook_test'].
EntityCrudHookTestCase::getInfo function modules/simpletest/tests/entity_crud_hook_test.test
EntityCrudHookTestCase::setUp function modules/simpletest/tests/entity_crud_hook_test.test Sets up a Drupal site for running functional and integration tests.
EntityCrudHookTestCase::testCommentHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testFileHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on files.
EntityCrudHookTestCase::testNodeHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on nodes.
EntityCrudHookTestCase::testTaxonomyTermHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTestCase::testTaxonomyVocabularyHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on taxonomy vocabularies.
EntityCrudHookTestCase::testUserHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on users.
EntityFieldQuery class includes/entity.inc Retrieves entities matching a given set of conditions.
EntityFieldQuery::$age property includes/entity.inc Flag indicating whether this is querying current or all revisions.
EntityFieldQuery::$altered property includes/entity.inc TRUE if the query has already been altered, FALSE if it hasn't.
EntityFieldQuery::$count property includes/entity.inc TRUE if this is a count query, FALSE if it isn't.
EntityFieldQuery::$deleted property includes/entity.inc Query behavior for deleted data.
EntityFieldQuery::$entityConditions property includes/entity.inc Associative array of entity-generic metadata conditions.
EntityFieldQuery::$executeCallback property includes/entity.inc The method executing the query, if it is overriding the default.
EntityFieldQuery::$fieldConditions property includes/entity.inc List of field conditions.
EntityFieldQuery::$fieldMetaConditions property includes/entity.inc List of field meta conditions (language and delta).
EntityFieldQuery::$fields property includes/entity.inc A list of field arrays used.
EntityFieldQuery::$metaData property includes/entity.inc A list of metadata added to this query.
EntityFieldQuery::$order property includes/entity.inc List of order clauses.
EntityFieldQuery::$ordered_results property includes/entity.inc The ordered results.
EntityFieldQuery::$pager property includes/entity.inc The query pager data.
EntityFieldQuery::$propertyConditions property includes/entity.inc List of property conditions.
EntityFieldQuery::$range property includes/entity.inc The query range.
EntityFieldQuery::$tags property includes/entity.inc A list of the tags added to this query.
EntityFieldQuery::addCondition function includes/entity.inc Adds a condition to an already built SelectQuery (internal function).
EntityFieldQuery::addFieldCondition function includes/entity.inc Adds the given condition to the proper condition array.
EntityFieldQuery::addMetaData function includes/entity.inc Adds additional metadata to the query.
EntityFieldQuery::addTag function includes/entity.inc Adds a tag to the query.
EntityFieldQuery::age function includes/entity.inc Queries the current or every revision.
EntityFieldQuery::count function includes/entity.inc Sets the query to be a count query only.
EntityFieldQuery::deleted function includes/entity.inc Filters on the data being deleted.

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