Search for conf
| Title | Object type | File name | Summary | 
|---|---|---|---|
| $conf | global | core/ | Allows defining of site-specific service providers for the Drupal kernel. | 
| $config | global | core/ | Array of configuration overrides from the settings.php file. | 
| $config_directories | global | core/ | The location of file system directories used for site configuration data. | 
| AccessResult::cacheUntilConfigurationChanges | function | core/ | Convenience method, adds the configuration object's cache tag. | 
| AccessResultTest::testCacheUntilConfigurationChanges | function | core/ | @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/ | Gets the configuration names that will be editable. | 
| Action::$configuration | property | core/ | The configuration of the action. | 
| Action::$confirm_form_route_name | property | core/ | The route name for a confirmation form for this action. | 
| Action::isConfigurable | function | core/ | Returns whether or not this action is configurable. | 
| ActionAjaxTest::buildConfigurationForm | function | core/ | Form constructor. | 
| ActionAjaxTest::defaultConfiguration | function | core/ | Gets default configuration for this plugin. | 
| ActionAjaxTest::submitConfigurationForm | function | core/ | Form submission handler. | 
| ActionConfigEntityInterface | interface | core/ | Provides an interface defining a action entity. | 
| ActionConfigEntityInterface.php | file | core/ | |
| ActionConfigEntityInterface::getPlugin | function | core/ | Returns the operation plugin. | 
| ActionConfigEntityInterface::getType | function | core/ | Returns the operation type. | 
| ActionConfigEntityInterface::isConfigurable | function | core/ | Returns whether or not this action is configurable. | 
| ActionConfigTest | class | core/ | Tests removing action module's configuration. | 
| ActionConfigTest.php | file | core/ | |
| ActionConfigTest::$defaultTheme | property | core/ | The theme to install as the default for testing. | 
| ActionConfigTest::setDatabaseDumpFiles | function | core/ | Set database dump files to be used. | 
| ActionConfigTest::testUpdateActionPlugins | function | core/ | Tests upgrading action settings. | 
| ActionFormAjaxTest::testActionConfigurationWithAjax | function | core/ | Tests action plugins with AJAX save their configuration. | 
| ActionListBuilder::$hasConfigurableActions | property | core/ | |
| AdminNegotiator::$configFactory | property | core/ | The config factory. | 
| AdminPathConfigEntityConverter | class | core/ | Makes sure the unmodified ConfigEntity is loaded on admin pages. | 
| AdminPathConfigEntityConverter | class | core/ | Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter. | 
| AdminPathConfigEntityConverter.php | file | core/ | |
| AdminPathConfigEntityConverter.php | file | core/ | |
| AdminPathConfigEntityConverter::$adminContext | property | core/ | The route admin context to determine whether a route is an admin one. | 
| AdminPathConfigEntityConverter::$configFactory | property | core/ | The config factory. | 
| AdminPathConfigEntityConverter::$container | property | core/ | The service container. | 
| AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| AdminPathConfigEntityConverter::$service | property | core/ | The real proxied service, after it was lazy loaded. | 
| AdminPathConfigEntityConverter::applies | function | core/ | Determines if the converter applies to a specific route and variable. | 
| AdminPathConfigEntityConverter::applies | function | core/ | Determines if the converter applies to a specific route and variable. | 
| AdminPathConfigEntityConverter::convert | function | core/ | Converts path variables to their corresponding objects. | 
| AdminPathConfigEntityConverter::convert | function | core/ | Converts path variables to their corresponding objects. | 
| AdminPathConfigEntityConverter::lazyLoadItself | function | core/ | Lazy loads the real service from the container. | 
| AdminPathConfigEntityConverter::__construct | function | core/ | Constructs a new EntityConverter. | 
| AdminPathConfigEntityConverter::__construct | function | core/ | Constructs a ProxyClass Drupal proxy object. | 
| AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage | function | core/ | Tests the translated and untranslated config entities are loaded properly. | 
| AdvancedSettingsForm::getEditableConfigNames | function | core/ | Gets the configuration names that will be editable. | 
| AggregatorDisplayConfigurableTest | class | core/ | Tests making aggregator_feed and aggregator_item base fields' displays configurable. | 
| AggregatorDisplayConfigurableTest.php | file | core/ | |
| AggregatorDisplayConfigurableTest::$defaultTheme | property | core/ | The theme to install as the default for testing. | 
| AggregatorDisplayConfigurableTest::setUp | function | core/ | |
| AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable | function | core/ | Sets feed base fields to configurable display and checks settings are respected. | 
| AggregatorDisplayConfigurableTest::testItemDisplayConfigurable | function | core/ | Sets item base fields to configurable display and checks settings are respected. | 
| AggregatorFeedBlock::defaultConfiguration | function | core/ | 
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
