ConfigurableLanguageXmlCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The theme to install as the default for testing. |
ConfigurableLanguageXmlCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The format to use in this test. |
ConfigurableLanguageXmlCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The MIME type that corresponds to $format. |
ConfigurablePlugin |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Stub configurable plugin class for testing. |
ConfigurablePluginBase |
class |
core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php |
Base class for plugins that are configurable. |
ConfigurablePluginBase.php |
file |
core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php |
|
ConfigurablePluginBase::__construct |
function |
core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
ConfigurablePluginBaseTest |
class |
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php |
Tests ConfigurablePluginBase. |
ConfigurablePluginBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php |
|
ConfigurablePluginBaseTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php |
Tests the Constructor. |
ConfigurablePluginBaseTestClass |
class |
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php |
Test class for ConfigurablePluginBase. |
ConfigurablePluginBaseTestClass::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php |
Gets default configuration for this plugin. |
ConfigurablePluginTest |
class |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
Tests configurable plugins. |
ConfigurablePluginTest.php |
file |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
|
ConfigurablePluginTest::$manager |
property |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
The manager for "CKEditor 5 plugin" plugins. |
ConfigurablePluginTest::$modules |
property |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
Modules to install. |
ConfigurablePluginTest::setUp |
function |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
|
ConfigurablePluginTest::testDefaults |
function |
core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php |
Tests default settings for configurable CKEditor 5 plugins. |
ConfigurableSearchPluginBase |
class |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Provides a base implementation for a configurable Search plugin. |
ConfigurableSearchPluginBase.php |
file |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
ConfigurableSearchPluginBase::$searchPageId |
property |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
The unique ID for the search page using this plugin. |
ConfigurableSearchPluginBase::calculateDependencies |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Calculates dependencies for the configured plugin. |
ConfigurableSearchPluginBase::setSearchPageId |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Sets the ID for the search page using this plugin. |
ConfigurableSearchPluginBase::validateConfigurationForm |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Form validation handler. |
ConfigurableSearchPluginBase::__construct |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
ConfigurableSearchPluginInterface |
interface |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
Provides an interface for a configurable Search plugin. |
ConfigurableSearchPluginInterface.php |
file |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
|
ConfigurableSearchPluginInterface::setSearchPageId |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
Sets the ID for the search page using this plugin. |
ConfigurableTestClass |
class |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
A test class using ConfigurablePluginTrait that can modify the de. |
ConfigurableTestClass::$defaultConfiguration |
property |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
A default configuration for the test class to return. |
ConfigurableTestClass::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Gets default configuration for this plugin. |
ConfigurableTestClass::setDefaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Sets the default configuration this test will return. |
ConfigurableTestClass::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
ConfigurableTrait |
trait |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
Implementation class for \Drupal\Component\Plugin\ConfigurableInterface. |
ConfigurableTrait.php |
file |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
|
ConfigurableTrait::$configuration |
property |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
Configuration information passed into the plugin. |
ConfigurableTrait::defaultConfiguration |
function |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
Gets default configuration for this plugin. |
ConfigurableTrait::getConfiguration |
function |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
Gets this plugin's configuration. |
ConfigurableTrait::setConfiguration |
function |
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php |
Sets the configuration for this plugin instance. |
ConfigurableTraitTest |
class |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Tests for ConfigurableTrait. |
ConfigurableTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
|
ConfigurableTraitTest::setConfigurationDataProvider |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Provides data for testSetConfiguration. |
ConfigurableTraitTest::testDefaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Tests ConfigurableTrait::defaultConfiguration. |
ConfigurableTraitTest::testGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Tests ConfigurableTrait::getConfiguration. |
ConfigurableTraitTest::testSetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php |
Tests configurableTrait::setConfiguration. |
Configuration API |
group |
core/core.api.php |
Information about the Configuration API. |
ConfigureBlockFormBase |
class |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Provides a base form for configuring a block. |
ConfigureBlockFormBase.php |
file |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
|
ConfigureBlockFormBase::$block |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The plugin being configured. |
ConfigureBlockFormBase::$blockManager |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The block manager. |