AdminPathConfigEntityConverter::applies |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::convert |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Lazy loads the real service from the container. |
AdminPathConfigEntityConverter::__construct |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a ProxyClass Drupal proxy object. |
AdminPathConfigEntityConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a new EntityConverter. |
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage |
function |
core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php |
Tests the translated and untranslated config entities are loaded properly. |
AdminTest::testConfigBlocksDescription |
function |
core/modules/system/tests/src/Functional/System/AdminTest.php |
Tests admin config page blocks without descriptions. |
AdminUiTest::testLanguageConfigForm |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Tests the language config form. |
AdvancedSettingsForm::getEditableConfigNames |
function |
core/modules/views_ui/src/Form/AdvancedSettingsForm.php |
Gets the configuration names that will be editable. |
AdvisoriesConfigSubscriber |
class |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
Defines a config subscriber for changes to 'system.advisories'. |
AdvisoriesConfigSubscriber.php |
file |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
|
AdvisoriesConfigSubscriber::$securityAdvisoriesFetcher |
property |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
The security advisory fetcher service. |
AdvisoriesConfigSubscriber::getSubscribedEvents |
function |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
|
AdvisoriesConfigSubscriber::onConfigSave |
function |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
Deletes the stored response from the security advisories feed, if needed. |
AdvisoriesConfigSubscriber::__construct |
function |
core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php |
Constructs a new ConfigSubscriber object. |
AjaxBasePageNegotiator::$configFactory |
property |
core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php |
The config factory. |
AjaxResponseAttachmentsProcessor::$config |
property |
core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php |
A config object for the system performance configuration. |
AjaxTestImageEffect::buildConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Form constructor. |
AjaxTestImageEffect::defaultConfiguration |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Gets default configuration for this plugin. |
AjaxTestImageEffect::submitConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Form submission handler. |
Alignment::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Form for choosing which alignment types are available. |
Alignment::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Gets default configuration for this plugin. |
Alignment::DEFAULT_CONFIGURATION |
constant |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
The default configuration for this plugin. |
Alignment::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Filters the alignment options to those chosen in editor config. |
Alignment::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Form submission handler. |
Alignment::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php |
Form validation handler. |
AlignmentPluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php |
Provides a list of configs to test. |
AlignmentPluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php |
Tests get dynamic plugin config. |
AllowListConfigStorage |
class |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
A read-only storage wrapper that only allows access to certain config names. |
AllowListConfigStorage.php |
file |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
AllowListConfigStorage::createCollection |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Creates a collection on the storage. |
AllowListConfigStorage::decode |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Decodes configuration data from the storage-specific format. |
AllowListConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Deletes a configuration object from the storage. |
AllowListConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Deletes configuration objects whose names start with a given prefix. |
AllowListConfigStorage::encode |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Encodes configuration data into the storage-specific format. |
AllowListConfigStorage::exists |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Returns whether a configuration object exists. |
AllowListConfigStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Gets the existing collections. |
AllowListConfigStorage::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Gets the name of the current collection the storage is using. |
AllowListConfigStorage::listAll |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Gets configuration object names starting with a given prefix. |
AllowListConfigStorage::read |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Reads configuration data from the storage. |
AllowListConfigStorage::readMultiple |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Reads configuration data from the storage. |
AllowListConfigStorage::rename |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Renames a configuration object in the storage. |
AllowListConfigStorage::write |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Writes configuration data to the storage. |
AllowListConfigStorage::__construct |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
AnnounceFetcher::$config |
property |
core/modules/announcements_feed/src/AnnounceFetcher.php |
The configuration settings of this module. |
AnnounceTestController::setFeedConfig |
function |
core/modules/announcements_feed/tests/modules/announce_feed_test/src/Controller/AnnounceTestController.php |
Reads a JSON file and returns the contents as a Response. |
ArgumentsConfigArrayKey |
class |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
A stub class used by testGetInstanceArguments(). |
ArgumentsConfigArrayKey::__construct |
function |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
|