Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ExcludedFieldTokenTest::$modules property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The modules that need to be installed for this test.
ExcludedFieldTokenTest::$testViews property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The views that are used by this test.
ExcludedFieldTokenTest::$view property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::setUp function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded title field when used as a token.
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 Test excluding modules from the config export.
ExecTrait trait core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.php Convenience class for creating fixtures.
ExecTrait.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.php
ExecTrait::mustExec function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.php Runs an arbitrary command.
ExecutableException class core/lib/Drupal/Core/Executable/ExecutableException.php Generic executable plugin exception class.
ExecutableException.php file core/lib/Drupal/Core/Executable/ExecutableException.php
ExecutableInterface interface core/lib/Drupal/Core/Executable/ExecutableInterface.php An interface for executable plugins.
ExecutableInterface.php file core/lib/Drupal/Core/Executable/ExecutableInterface.php
ExecutableInterface::execute function core/lib/Drupal/Core/Executable/ExecutableInterface.php Executes the plugin.
ExecutableManagerInterface interface core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php An interface for managers of executable plugins.
ExecutableManagerInterface.php file core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php
ExecutableManagerInterface::execute function core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php Executes an executable plugin.
ExecutablePluginBase class core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Provides the basic architecture for executable plugins.
ExecutablePluginBase.php file core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
ExecutablePluginBase::getConfig function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets all configuration values.
ExecutablePluginBase::getConfigDefinition function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets the definition of a configuration option.
ExecutablePluginBase::getConfigDefinitions function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets an array of definitions of available configuration options.
ExecutablePluginBase::setConfig function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Sets the value of a particular configuration option.
ExecuteMigration class core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php Custom controller to execute the test migrations.
ExecuteMigration.php file core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php
ExecuteMigration::execute function core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php Run the node_migration_no_migrate_drupal test migration.
ExecutionContext class core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php Defines an execution context class.
ExecutionContext.php file core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php
ExecutionContext::$constraint property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The currently validated constraint.
ExecutionContext::$data property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The currently validated typed data object.
ExecutionContext::$group property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The currently validated group.
ExecutionContext::$metadata property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The current validation metadata.
ExecutionContext::$propertyPath property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The property path leading to the current value.
ExecutionContext::$root property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php The root value of the validated object graph.

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