Search for alt

  1. Search 9.5.x for alt
  2. Search 8.9.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
DrupalTestCase::$results property modules/simpletest/drupal_web_test_case.php Current results of this test case.
DrupalTestCase::$setup property modules/simpletest/drupal_web_test_case.php Flag to indicate whether the test has been set up.
DrupalTestCase::$setupDatabasePrefix property modules/simpletest/drupal_web_test_case.php
DrupalTestCase::$setupEnvironment property modules/simpletest/drupal_web_test_case.php
DrupalTestCase::$skipClasses property modules/simpletest/drupal_web_test_case.php This class is skipped when looking for the source of an assertion.
DrupalTestCase::$testId property modules/simpletest/drupal_web_test_case.php The test run ID.
DrupalTestCase::$timeLimit property modules/simpletest/drupal_web_test_case.php Time limit for the test.
DrupalTestCase::$useSetupInstallationCache property modules/simpletest/drupal_web_test_case.php Whether to cache the installation part of the setUp() method.
DrupalTestCase::$useSetupModulesCache property modules/simpletest/drupal_web_test_case.php Whether to cache the modules installation part of the setUp() method.
DrupalTestCase::$verboseDirectoryUrl property modules/simpletest/drupal_web_test_case.php URL to the verbose output file directory.
DrupalTestCase::assert function modules/simpletest/drupal_web_test_case.php Internal helper: stores the assert.
DrupalTestCase::assertEqual function modules/simpletest/drupal_web_test_case.php Check to see if two values are equal.
DrupalTestCase::assertFalse function modules/simpletest/drupal_web_test_case.php Check to see if a value is false (an empty string, 0, NULL, or FALSE).
DrupalTestCase::assertIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are identical.
DrupalTestCase::assertNotEqual function modules/simpletest/drupal_web_test_case.php Check to see if two values are not equal.
DrupalTestCase::assertNotIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are not identical.
DrupalTestCase::assertNotNull function modules/simpletest/drupal_web_test_case.php Check to see if a value is not NULL.
DrupalTestCase::assertNull function modules/simpletest/drupal_web_test_case.php Check to see if a value is NULL.
DrupalTestCase::assertTrue function modules/simpletest/drupal_web_test_case.php Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
DrupalTestCase::deleteAssert function modules/simpletest/drupal_web_test_case.php Delete an assertion record by message ID.
DrupalTestCase::error function modules/simpletest/drupal_web_test_case.php Fire an error assertion.
DrupalTestCase::errorHandler function modules/simpletest/drupal_web_test_case.php Handle errors during test runs.
DrupalTestCase::exceptionHandler function modules/simpletest/drupal_web_test_case.php Handle exceptions.
DrupalTestCase::fail function modules/simpletest/drupal_web_test_case.php Fire an assertion that is always negative.
DrupalTestCase::generatePermutations function modules/simpletest/drupal_web_test_case.php Converts a list of possible parameters into a stack of permutations.
DrupalTestCase::getAssertionCall function modules/simpletest/drupal_web_test_case.php Cycles through backtrace until the first non-assertion method is found.
DrupalTestCase::getDatabaseConnection function modules/simpletest/drupal_web_test_case.php Returns the database connection to the site running Simpletest.
DrupalTestCase::insertAssert function modules/simpletest/drupal_web_test_case.php Store an assertion from outside the testing context.
DrupalTestCase::pass function modules/simpletest/drupal_web_test_case.php Fire an assertion that is always positive.
DrupalTestCase::randomName function modules/simpletest/drupal_web_test_case.php Generates a random string containing letters and numbers.
DrupalTestCase::randomString function modules/simpletest/drupal_web_test_case.php Generates a random string of ASCII characters of codes 32 to 126.
DrupalTestCase::run function modules/simpletest/drupal_web_test_case.php Run all tests in this class.
DrupalTestCase::verbose function modules/simpletest/drupal_web_test_case.php Logs a verbose message in a text file.
DrupalTestCase::__construct function modules/simpletest/drupal_web_test_case.php Constructor for DrupalTestCase.
drupal_alter function includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_autoload_test_registry_files_alter function modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Implements hook_registry_files_alter().
drupal_get_hash_salt function includes/bootstrap.inc Gets a salt useful for hardening against SQL injection.
EntityFieldQuery::$altered property includes/entity.inc TRUE if the query has already been altered, FALSE if it hasn't.
example_form_alter function external_documentation/developer/example.profile Implementation of hook_form_alter().
FieldAttachStorageTestCase::testFieldStorageDetailsAlter function modules/field/tests/field.test Test storage details alteration.
FieldUIAlterTestCase class modules/field_ui/field_ui.test Tests custom widget hooks and callbacks on the field administration pages.
FieldUIAlterTestCase::getInfo function modules/field_ui/field_ui.test
FieldUIAlterTestCase::setUp function modules/field_ui/field_ui.test Sets up a Drupal site for running functional and integration tests.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter function modules/field_ui/field_ui.test Tests hook_field_widget_properties_alter() on the default field widget.
field_system_info_alter function modules/field/field.module Implements hook_system_info_alter().
field_test_entity_info_alter function modules/field/tests/field_test.entity.inc Implements hook_entity_info_alter().
field_test_entity_query_alter function modules/field/tests/field_test.module Implements hook_entity_query_alter().
field_test_field_attach_view_alter function modules/field/tests/field_test.module Implements hook_field_attach_view_alter().
field_test_field_available_languages_alter function modules/field/tests/field_test.module Implements hook_field_available_languages_alter().
field_test_field_language_alter function modules/field/tests/field_test.module Implements hook_field_language_alter().

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