Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
AdminPathConfigEntityConverter::$service property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The real proxied service, after it was lazy loaded.
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
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
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
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
Alignment::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php
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 @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
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
AssertConfigEntityImportTrait trait core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php Provides test assertions for testing config entity synchronization.
AssertConfigEntityImportTrait.php file core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
AssertConfigEntityImportTrait::assertConfigEntityImport function core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php Asserts that a config entity can be imported without changing it.
AssertConfigTrait trait core/tests/Drupal/KernelTests/AssertConfigTrait.php Trait to help with diffing config.
AssertConfigTrait.php file core/tests/Drupal/KernelTests/AssertConfigTrait.php
AssertConfigTrait::assertConfigDiff function core/tests/Drupal/KernelTests/AssertConfigTrait.php Ensures that a specific config diff does not contain unwanted changes.
AssignOwnerNode::buildConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form constructor.
AssignOwnerNode::defaultConfiguration function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Gets default configuration for this plugin.
AssignOwnerNode::submitConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form submission handler.
AssignOwnerNode::validateConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form validation handler.
AttachedAssetsTest::testLibraryNameConflicts function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that multiple modules can implement libraries with the same name.
AutoconfigurationTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests autoconfiguration of services.
AutoconfigurationTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php
AutoconfigurationTest::testCoreServiceTags function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests that core services do not use tags if autoconfiguration is enabled.
AutomatedCron::$config property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The cron configuration.

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