| testing_requirements_requirements |
function |
core/profiles/testing_requirements/testing_requirements.install |
Implements hook_requirements(). |
| testing_site_config.info.yml |
file |
core/profiles/testing_site_config/testing_site_config.info.yml |
core/profiles/testing_site_config/testing_site_config.info.yml |
| testing_site_config.install |
file |
core/profiles/testing_site_config/testing_site_config.install |
Install functions for the testing_site_config module. |
| testing_site_config_install |
function |
core/profiles/testing_site_config/testing_site_config.install |
Implements hook_install(). |
| testing_themes_blocks.info.yml |
file |
core/profiles/testing_themes_blocks/testing_themes_blocks.info.yml |
core/profiles/testing_themes_blocks/testing_themes_blocks.info.yml |
| testing_theme_optional_blocks.info.yml |
file |
core/profiles/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
core/profiles/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
| testing_theme_required_blocks.info.yml |
file |
core/profiles/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
core/profiles/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
| testing_theme_without_blocks.info.yml |
file |
core/profiles/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
core/profiles/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
| TestInjection |
class |
core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php |
A service that is injected via default autowiring. |
| TestInjection |
class |
core/modules/system/tests/modules/autowire_test/src/TestInjection.php |
A service that is autowired. |
| TestInjection.php |
file |
core/modules/system/tests/modules/autowire_test/src/TestInjection.php |
|
| TestInjection.php |
file |
core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php |
|
| TestInjection2 |
class |
core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php |
A service that is injected via default autowiring. |
| TestInjection2 |
class |
core/modules/system/tests/modules/autowire_test/src/TestInjection2.php |
A service that is autowired. |
| TestInjection2.php |
file |
core/modules/system/tests/modules/autowire_test/src/TestInjection2.php |
|
| TestInjection2.php |
file |
core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php |
|
| TestInjectionInterface |
interface |
core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php |
An interface for a service that is injected via default autowiring. |
| TestInjectionInterface |
interface |
core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php |
An interface for a service that is autowired. |
| TestInjectionInterface.php |
file |
core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php |
|
| TestInjectionInterface.php |
file |
core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php |
|
| TestInlineTemplateFormBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
Provides a block containing inline template with <form> tag. |
| TestInlineTemplateFormBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
|
| TestInlineTemplateFormBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestInstallStorage |
class |
core/modules/config/tests/config_test/src/TestInstallStorage.php |
Tests configuration of profiles, modules and themes. |
| TestInstallStorage.php |
file |
core/modules/config/tests/config_test/src/TestInstallStorage.php |
|
| TestInstallStorage::getAllFolders |
function |
core/modules/config/tests/config_test/src/TestInstallStorage.php |
Returns a map of all config object names and their folders. |
| TestInterface |
interface |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestInterface |
interface |
core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php |
A test interface for testing ContainerBuilder::__construct(). |
| TestInterface::testMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestItem |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines the 'test_field' entity field item. |
| TestItem.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
|
| TestItem::defaultFieldSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines the field-level settings for this plugin. |
| TestItem::defaultStorageSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines the storage-level settings for this plugin. |
| TestItem::delete |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines custom delete behavior for field values. |
| TestItem::fieldSettingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a form for the field-level settings. |
| TestItem::fieldSettingsFromConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array in the field type's canonical representation. |
| TestItem::fieldSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array that can be stored as a configuration value. |
| TestItem::getConstraints |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Gets a list of validation constraints. |
| TestItem::isEmpty |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Determines whether the data structure is empty. |
| TestItem::propertyDefinitions |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines field item properties. |
| TestItem::schema |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns the schema for the field. |
| TestItem::storageSettingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a form for the storage-level settings. |
| TestItem::storageSettingsFromConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array in the field type's canonical representation. |
| TestItem::storageSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array that can be stored as a configuration value. |
| TestItemTest |
class |
core/modules/field/tests/src/Kernel/TestItemTest.php |
Tests the new entity API for the test field type. |
| TestItemTest.php |
file |
core/modules/field/tests/src/Kernel/TestItemTest.php |
|
| TestItemTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/TestItemTest.php |
The name of the field to use in this test. |
| TestItemTest::$modules |
property |
core/modules/field/tests/src/Kernel/TestItemTest.php |
Modules to enable. |
| TestItemTest::setUp |
function |
core/modules/field/tests/src/Kernel/TestItemTest.php |
Set the default field storage backend for fields created during tests. |
| TestItemTest::testTestItem |
function |
core/modules/field/tests/src/Kernel/TestItemTest.php |
Tests using entity fields of the test field type. |