Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
ExceptionStatusCodeCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Tests Drupal\Core\Cache\Context\CookiesCacheContext.
ExceptionStatusCodeCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php
ExceptionStatusCodeCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Provides a list of cookies and expected cache contexts.
ExceptionStatusCodeCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Tests get context.
exclude.txt file core/modules/package_manager/tests/fixtures/fake_site/sites/example.com/files/exclude.txt This file should never be staged.
exclude.txt file core/modules/package_manager/tests/fixtures/fake_site/private/exclude.txt This file should never be staged.
ExcludedFieldTokenTest class core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded field that is used as a token.
ExcludedFieldTokenTest.php file core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The theme to install as the default for testing.
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 Sets up the test.
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 Modules to install.
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.
ExecTrait trait core/tests/Drupal/Tests/Composer/Plugin/ExecTrait.php Convenience class for creating fixtures.
ExecTrait.php file core/tests/Drupal/Tests/Composer/Plugin/ExecTrait.php
ExecTrait::mustExec function core/tests/Drupal/Tests/Composer/Plugin/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
ExecutableFinder class core/modules/package_manager/src/ExecutableFinder.php An executable finder which looks for executable paths in configuration.
ExecutableFinder.php file core/modules/package_manager/src/ExecutableFinder.php
ExecutableFinder::$composerBinaryPath property core/modules/package_manager/src/ExecutableFinder.php The path of the Composer binary, or NULL if it can't be found.
ExecutableFinder::$composerPackagePath property core/modules/package_manager/src/ExecutableFinder.php The path where Composer is installed in the project, or FALSE if it's not.
ExecutableFinder::find function core/modules/package_manager/src/ExecutableFinder.php
ExecutableFinder::getLocalComposerPath function core/modules/package_manager/src/ExecutableFinder.php Tries to find the Composer binary installed in the project.
ExecutableFinder::__construct function core/modules/package_manager/src/ExecutableFinder.php
ExecutableFinderTest class core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php Tests Package Manager's executable finder service.
ExecutableFinderTest.php file core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php
ExecutableFinderTest::testComposerInstalledInProject function core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php Tests that the executable finder tries to use a local copy of Composer.
ExecutableFinderTest::testLegacyExecutablePaths function core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php Tests that the executable finder falls back to looking in config for paths.

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