Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
$conf global core/globals.api.php Allows defining of site-specific service providers for the Drupal kernel.
$config global core/globals.api.php Array of configuration overrides from the settings.php file.
$config_directories global core/globals.api.php The location of file system directories used for site configuration data.
AccessResult::cacheUntilConfigurationChanges function core/lib/Drupal/Core/Access/AccessResult.php Convenience method, adds the configuration object's cache tag.
AccessResultTest::testCacheUntilConfigurationChanges function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php @expectedDeprecation Drupal\Core\Access\AccessResult::cacheUntilConfigurationChanges is deprecated in drupal:8.0.0 and is removed in drupal:9.0.0. Use \Drupal\Core\Access\AccessResult::addCacheableDependency() instead.
@group legacy
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
Action::$configuration property core/modules/system/src/Entity/Action.php The configuration of the action.
Action::$confirm_form_route_name property core/lib/Drupal/Core/Annotation/Action.php The route name for a confirmation form for this action.
Action::isConfigurable function core/modules/system/src/Entity/Action.php Returns whether or not this action is configurable.
ActionAjaxTest::buildConfigurationForm function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Form constructor.
ActionAjaxTest::defaultConfiguration function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Gets default configuration for this plugin.
ActionAjaxTest::submitConfigurationForm function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Form submission handler.
ActionConfigEntityInterface interface core/modules/system/src/ActionConfigEntityInterface.php Provides an interface defining a action entity.
ActionConfigEntityInterface.php file core/modules/system/src/ActionConfigEntityInterface.php
ActionConfigEntityInterface::getPlugin function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation plugin.
ActionConfigEntityInterface::getType function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation type.
ActionConfigEntityInterface::isConfigurable function core/modules/system/src/ActionConfigEntityInterface.php Returns whether or not this action is configurable.
ActionConfigTest class core/modules/action/tests/src/Functional/Update/ActionConfigTest.php Tests removing action module's configuration.
ActionConfigTest.php file core/modules/action/tests/src/Functional/Update/ActionConfigTest.php
ActionConfigTest::$defaultTheme property core/modules/action/tests/src/Functional/Update/ActionConfigTest.php The theme to install as the default for testing.
ActionConfigTest::setDatabaseDumpFiles function core/modules/action/tests/src/Functional/Update/ActionConfigTest.php Set database dump files to be used.
ActionConfigTest::testUpdateActionPlugins function core/modules/action/tests/src/Functional/Update/ActionConfigTest.php Tests upgrading action settings.
ActionFormAjaxTest::testActionConfigurationWithAjax function core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php Tests action plugins with AJAX save their configuration.
ActionListBuilder::$hasConfigurableActions property core/modules/action/src/ActionListBuilder.php
AdminNegotiator::$configFactory property core/modules/user/src/Theme/AdminNegotiator.php The config factory.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Makes sure the unmodified ConfigEntity is loaded on admin pages.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter::$adminContext property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The route admin context to determine whether a route is an admin one.
AdminPathConfigEntityConverter::$configFactory property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The config factory.
AdminPathConfigEntityConverter::$container property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The service container.
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The id of the original proxied service.
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.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AggregatorDisplayConfigurableTest class core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Tests making aggregator_feed and aggregator_item base fields' displays
configurable.
AggregatorDisplayConfigurableTest.php file core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php The theme to install as the default for testing.
AggregatorDisplayConfigurableTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets feed base fields to configurable display and checks settings are
respected.
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets item base fields to configurable display and checks settings are
respected.
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php

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