Search for modules

  1. Search 7.x for modules
  2. Search 9.5.x for modules
  3. Search 8.9.x for modules
  4. Search 10.3.x for modules
  5. Search 11.x for modules
  6. Other projects
Title Object type File name Summary
EntityTestXmlBasicAuthTest::$modules property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTranslationFormTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationSettingsTest::$modules property core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php Modules to install.
EntityTypeConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php
EntityTypedDataDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
EntityTypeInfoTest::$modules property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
EntityTypeWithoutLanguageFormTest::$modules property core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Modules to install.
EntityTypeWithoutViewsDataTest::$modules property core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php
EntityUpdateInitialTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php
EntityUpdateTest::$modules property core/modules/editor/tests/src/Kernel/EntityUpdateTest.php
EntityUrlLanguageTest::$modules property core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Modules to install.
EntityUuidIdTest::$modules property core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php
EntityValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityViewAlterTest::$modules property core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
EntityViewControllerTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
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 Modules to install.
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
EntityWithoutBaseTableTest::$modules property core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php
EntityWorkspaceConflictConstraintValidatorTest::$modules property core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
EntryPointTest::$modules property core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Modules to install.
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

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