Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
ExtensionExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php
ExtensionExistsConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php Tests the ExtensionExists constraint validator.
ExtensionInstallStorage class core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Storage to access configuration and schema in enabled extensions.
ExtensionInstallStorage.php file core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
ExtensionInstallStorage::$configStorage property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The active configuration store.
ExtensionInstallStorage::$includeProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Flag to include the profile in the list of enabled modules.
ExtensionInstallStorage::$installProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The name of the currently active installation profile.
ExtensionInstallStorage::createCollection function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Creates a collection on the storage.
ExtensionInstallStorage::getAllFolders function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Returns a map of all config object names and their folders.
ExtensionInstallStorage::__construct function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Overrides \Drupal\Core\Config\InstallStorage::__construct().
ExtensionInstallStorageTest class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests Drupal\Core\Config\ExtensionInstallStorage.
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests create collection.
ExtensionMimeTypeGuesserDeprecationTest::testConstructorDeprecation function core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php Tests that deprecations are raised for missing constructor arguments.
ExtensionMimeTypeGuesserLegacyTest::testFileMimeTypeDetectionCustomMapping function core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php Tests mapping of mimetypes from filenames.
ExtensionStreamBase::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php Gets the path that the wrapper is responsible for.
ExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Tests icon extractor with base and finder base plugin.
ExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php
ExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php This test plugin id (icon pack id).
ExtractorTest::testBuildConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase::buildConfigurationForm.
ExtractorTest::testCreateIcon function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:createIcon method.
ExtractorTest::testCreateIconExceptionTemplate function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:createIcon method with Exception.
ExtractorTest::testDiscoverIconsExceptionSource function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorWithFinder:checkRequiredConfigSources method.
ExtractorTest::testDiscoverIconsExceptionSourceEmpty function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorWithFinder:checkRequiredConfigSources method.
ExtractorTest::testGetFilesFromSourcesExceptionRelativePath function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorWithFinder::getFilesFromSources method.
ExtractorTest::testIconExtractorBase function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase::label and IconExtractorBase::description.
ExtractorTest::testLoadIcon function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:loadIcon.
ExtractorTest::testLoadIconMissingData function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:loadIcon with missing data.
ExtraFieldBlockCacheTagInvalidator class core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Provides a cache tag invalidator that clears the block cache.
ExtraFieldBlockCacheTagInvalidator.php file core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php
ExtraFieldBlockCacheTagInvalidator::invalidateTags function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Marks cache items with any of the specified tags as invalid.
ExtraFieldBlockCacheTagInvalidator::__construct function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Constructs a new ExtraFieldBlockCacheTagInvalidator.
ExtraFieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type repository.
FactoryInterface interface core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Factory interface implemented by all plugin factories.
FactoryInterface.php file core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php
FactoryInterface::createInstance function core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Creates a plugin instance based on the provided ID and configuration.
FactoryTest class core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.
FactoryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::testDefaultFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that the Reflection factory can create a plugin instance.
FakeAutoloader class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php A fake autoloader for testing.
FakeAutoloader::findFile function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Finds a file by class name while caching lookups to APC.
FakeAutoloader::loadClass function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Loads the given class or interface.
FakeAutoloader::register function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Registers this instance as an autoloader.
FakeAutoloader::unregister function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Deregisters this instance as an autoloader.
FakeSiteFixtureTest::testCallToComposerInspectorMethods function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests calls to ComposerInspector class methods.
FakeSiteFixtureTest::testCallToRemovePackage function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `removePackage` can be called on all packages in the fixture.
FakeSiteFixtureTest::testCallToSetVersion function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `setVersion` can be called on all packages in the fixture.
Fast404ExceptionHtmlSubscriber::$cacheTagsInvalidator property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The cache tags invalidator.
Fast404ExceptionHtmlSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The config factory.

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