TestDisableCache::label |
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Implements EntityInterface::label(). |
TestDisableCache::uri |
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Implements EntityInterface::uri(). |
TestEntity::access |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::access(). |
TestEntity::createAccess |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::createAccess(). |
TestEntity::entityType |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the type of the entity. |
TestEntity::entityType |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::entityType(). |
TestEntity::id |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
TestEntity::id |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::id(). |
TestEntity::label |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the label of the entity. |
TestEntity::label |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::label(). |
TestEntity::uri |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the URI elements of the entity. |
TestEntity::uri |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::uri(). |
TestEntityBundleController::attachLoad |
core/modules/field/tests/field_test/field_test.controller.inc |
Attaches data to entities upon loading. |
TestFieldEntity::access |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::access(). |
TestFieldEntity::createAccess |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::createAccess(). |
TestFieldEntity::entityType |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::entityType(). |
TestFieldEntity::id |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::id(). |
TestFieldEntity::label |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::label(). |
TestFieldEntity::uri |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::uri(). |
TestFileTransfer::chmodJailed |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::connect |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::copyFileJailed |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::createDirectoryJailed |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::factory |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::isDirectory |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::isFile |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::removeDirectoryJailed |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::removeFileJailed |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::__construct |
core/modules/simpletest/tests/filetransfer.test |
|
TestingMailSystem::mail |
core/modules/system/system.mail.inc |
Accept an email message and store it in a variable. |
TestMultiBundle::access |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::access(). |
TestMultiBundle::bundle |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::bundle(). |
TestMultiBundle::createAccess |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::createAccess(). |
TestMultiBundle::entityType |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::entityType(). |
TestMultiBundle::id |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::id(). |
TestMultiBundle::label |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::label(). |
TestMultiBundle::uri |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::uri(). |
test_theme_theme_test_alter_alter |
core/modules/simpletest/tests/themes/test_theme/template.php |
Tests a theme implementing an alter hook. |
test_theme_theme_test__suggestion |
core/modules/simpletest/tests/themes/test_theme/template.php |
Tests a theme overriding a suggestion of a base theme hook. |
TextFieldTestCase::setUp |
core/modules/field/modules/text/tests/text.test |
Sets up a Backdrop site for running functional and integration tests. |
TextFieldTestCase::testTextFieldValidation |
core/modules/field/modules/text/tests/text.test |
Test text field validation. |
TextFieldTestCase::testTextfieldWidgets |
core/modules/field/modules/text/tests/text.test |
Test widgets. |
TextFieldTestCase::testTextfieldWidgetsAllowedFormats |
core/modules/field/modules/text/tests/text.test |
Test widgets for fields with selected allowed formats. |
TextFieldTestCase::testTextfieldWidgetsFormatted |
core/modules/field/modules/text/tests/text.test |
Test widgets + 'formatted_text' setting. |
TextFieldTestCase::_testTextfieldWidgets |
core/modules/field/modules/text/tests/text.test |
Helper function for testTextfieldWidgets(). |
TextFieldTestCase::_testTextfieldWidgetsFormatted |
core/modules/field/modules/text/tests/text.test |
Helper function for testTextfieldWidgetsFormatted(). |
TextSummaryTestCase::assertTextSummary |
core/modules/field/modules/text/tests/text.test |
Calls text_summary() and asserts that the expected teaser is returned. |
TextSummaryTestCase::setUp |
core/modules/field/modules/text/tests/text.test |
Sets up a Backdrop site for running functional and integration tests. |
TextSummaryTestCase::testFirstSentenceQuestion |
core/modules/field/modules/text/tests/text.test |
Tests an edge case where the first sentence is a question and
subsequent sentences are not. This edge case is documented at
http://drupal.org/node/180425. |
TextSummaryTestCase::testLength |
core/modules/field/modules/text/tests/text.test |
Test various summary length edge cases. |