| EntityViewDisplayJsonBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php |
|
| EntityViewDisplayResourceTestBase::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
|
| EntityViewDisplayTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php |
|
| EntityViewDisplayValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php |
|
| EntityViewDisplayXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php |
|
| EntityViewModeJsonBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php |
|
| EntityViewModeResourceTestBase::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityViewModeTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityViewModeValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
|
| EntityViewModeXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
|
| EntityViewsDataTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
|
| EntityViewsWithMultivalueBasefieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
|
| EntityWorkspaceConflictConstraintValidatorTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php |
|
| EntryPointTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EntryPointTest.php |
|
| EquivalentUpdateTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
|
| ErrorHandlerTest::$modules |
property |
core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php |
|
| ExceptionHandlingTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
|
| ExceptionLoggingSubscriberTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExcludedFieldTokenTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The modules that need to be installed for this test. |
| ExcludedModulesEventSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
The event subscriber preventing excluded modules to be exported. |
| ExcludedModulesEventSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriber::$activeStorage |
property |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriber::$manager |
property |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriber::$settings |
property |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriber::EXCLUDED_MODULES_KEY |
constant |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
The key in settings and state for listing excluded modules. |
| ExcludedModulesEventSubscriber::getDependentConfigNames |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Get all the configuration which depends on one of the excluded modules. |
| ExcludedModulesEventSubscriber::getExcludedModules |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Get the modules set as excluded in the Drupal settings. |
| ExcludedModulesEventSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriber::onConfigTransformExport |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Transform the storage which is used to export the configuration. |
| ExcludedModulesEventSubscriber::onConfigTransformImport |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Transform the storage which is used to import the configuration. |
| ExcludedModulesEventSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
EnvironmentModulesEventSubscriber constructor. |
| ExcludedModulesEventSubscriberTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
Tests ExcludedModulesEventSubscriber. |
| ExcludedModulesEventSubscriberTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::testExcludedModules |
function |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
Tests excluding modules from the config export. |
| ExperimentalHelpTest::$modules |
property |
core/modules/help/tests/src/Functional/ExperimentalHelpTest.php |
Modules to install. |
| ExportStorageManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
|
| ExposedFilterAJAXTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
|
| ExposedFormCheckboxesTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormRenderTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
|
| ExposedFormTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
|
| ExposedFormUITest::$modules |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
|
| ExtensionExistsConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php |
|
| ExtensionNameConstraintTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
|
| ExtensionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php |
|
| ExtensionViewsFieldTest::$modules |
property |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
|
| ExternalFormUrlTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalNormalizersTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php |
|
| ExtractTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/process/ExtractTest.php |
|