Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigurableTrait | trait | core/ |
Implementation class for \Drupal\Component\Plugin\ConfigurableInterface. |
| ConfigurableTrait.php | file | core/ |
|
| ConfigurableTrait::$configuration | property | core/ |
Configuration information passed into the plugin. |
| ConfigurableTrait::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| ConfigurableTrait::getConfiguration | function | core/ |
Gets this plugin's configuration. |
| ConfigurableTrait::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
| ConfigurableTraitTest | class | core/ |
Tests for ConfigurableTrait. |
| ConfigurableTraitTest.php | file | core/ |
|
| ConfigurableTraitTest::setConfigurationDataProvider | function | core/ |
Provides data for testSetConfiguration. |
| ConfigurableTraitTest::testDefaultConfiguration | function | core/ |
Tests ConfigurableTrait::defaultConfiguration. |
| ConfigurableTraitTest::testGetConfiguration | function | core/ |
Tests ConfigurableTrait::getConfiguration. |
| ConfigurableTraitTest::testSetConfiguration | function | core/ |
Tests configurableTrait::setConfiguration. |
| Configuration | class | core/ |
Configuration for DeprecationHandler. |
| Configuration | class | core/ |
Helper class to manage run-tests.sh configuration. |
| Configuration API | group | core/ |
Information about the Configuration API. |
| Configuration.php | file | core/ |
|
| Configuration.php | file | core/ |
|
| Configuration::$debugClassLoaderEnabled | property | core/ |
Indicates if the debug class loader is enabled. |
| Configuration::$deprecationIgnorePatterns | property | core/ |
The list of deprecation message patterns that should be ignored. |
| Configuration::$instance | property | core/ |
The class singleton. |
| Configuration::$instance | property | core/ |
The configuration instance. |
| Configuration::$projectIgnoreFile | property | core/ |
Path to the deprecation ignore file. |
| Configuration::$projectIgnoresEnabled | property | core/ |
Indicates if the project deprecation ignores are enabled. |
| Configuration::absoluteAndExistingPath | function | core/ |
Returns an absolute file path, resolving relative ones from Drupal root. |
| Configuration::commandLineDefinition | function | core/ |
Describes the command line arguments and options. |
| Configuration::createFromCommandLine | function | core/ |
Builds the test runner configuration from command line arguments. |
| Configuration::get | function | core/ |
Gets a config element. |
| Configuration::getTests | function | core/ |
Gets the tests to execute. |
| Configuration::instance | function | core/ |
Returns the singleton. |
| Configuration::load | function | core/ |
Loads the configuration from an array. |
| Configuration::loadDeprecationIgnorePatterns | function | core/ |
Loads the deprecation ignore patterns from the ignore file. |
| Configuration::set | function | core/ |
Sets a config element. |
| Configuration::__construct | function | core/ |
|
| ConfigureBlockFormBase | class | core/ |
Provides a base form for configuring a block. |
| ConfigureBlockFormBase.php | file | core/ |
|
| ConfigureBlockFormBase::$block | property | core/ |
The plugin being configured. |
| ConfigureBlockFormBase::$blockManager | property | core/ |
The block manager. |
| ConfigureBlockFormBase::$delta | property | core/ |
The field delta. |
| ConfigureBlockFormBase::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| ConfigureBlockFormBase::$pluginFormFactory | property | core/ |
The plugin form manager. |
| ConfigureBlockFormBase::$region | property | core/ |
The current region. |
| ConfigureBlockFormBase::$sectionStorage | property | core/ |
The section storage. |
| ConfigureBlockFormBase::$uuid | property | core/ |
The UUID of the component. |
| ConfigureBlockFormBase::$uuidGenerator | property | core/ |
The UUID generator. |
| ConfigureBlockFormBase::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ConfigureBlockFormBase::doBuildForm | function | core/ |
Builds the form for the block. |
| ConfigureBlockFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| ConfigureBlockFormBase::getCurrentComponent | function | core/ |
Retrieves the current component being edited by the form. |
| ConfigureBlockFormBase::getCurrentSection | function | core/ |
Retrieves the current layout section being edited by the form. |
| ConfigureBlockFormBase::getPluginForm | function | core/ |
Retrieves the plugin form for a given block. |
Pagination
- Previous page
- Page 282
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.