| 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 |
class |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Helper class to manage run-tests.sh configuration. |
| Configuration |
class |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Configuration for DeprecationHandler. |
| Configuration API |
group |
core/core.api.php |
Information about the Configuration API. |
| Configuration.php |
file |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
|
| Configuration.php |
file |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
|
| Configuration::$debugClassLoaderEnabled |
property |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Indicates if the debug class loader is enabled. |
| Configuration::$deprecationIgnorePatterns |
property |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
The list of deprecation message patterns that should be ignored. |
| Configuration::$instance |
property |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
The class singleton. |
| Configuration::$instance |
property |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
The configuration instance. |
| Configuration::$projectIgnoreFile |
property |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Path to the deprecation ignore file. |
| Configuration::$projectIgnoresEnabled |
property |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Indicates if the project deprecation ignores are enabled. |
| Configuration::absoluteAndExistingPath |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Returns an absolute file path, resolving relative ones from Drupal root. |
| Configuration::commandLineDefinition |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Describes the command line arguments and options. |
| Configuration::createFromCommandLine |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Builds the test runner configuration from command line arguments. |
| Configuration::get |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Gets a config element. |
| Configuration::getTests |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Gets the tests to execute. |
| Configuration::instance |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Returns the singleton. |
| Configuration::load |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Loads the configuration from an array. |
| Configuration::loadDeprecationIgnorePatterns |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/Configuration.php |
Loads the deprecation ignore patterns from the ignore file. |
| Configuration::set |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
Sets a config element. |
| Configuration::__construct |
function |
core/tests/Drupal/TestTools/TestRunner/Configuration.php |
|
| 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. |
| ConfigureBlockFormBase::$delta |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The field delta. |
| ConfigureBlockFormBase::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The layout tempstore repository. |
| ConfigureBlockFormBase::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The plugin form manager. |
| ConfigureBlockFormBase::$region |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The current region. |
| ConfigureBlockFormBase::$sectionStorage |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The section storage. |
| ConfigureBlockFormBase::$uuid |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID of the component. |
| ConfigureBlockFormBase::$uuidGenerator |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID generator. |
| ConfigureBlockFormBase::create |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Instantiates a new instance of the implementing class using autowiring. |
| ConfigureBlockFormBase::doBuildForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Builds the form for the block. |
| ConfigureBlockFormBase::getBaseFormId |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Returns a string identifying the base form. |
| ConfigureBlockFormBase::getCurrentComponent |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the current component being edited by the form. |
| ConfigureBlockFormBase::getCurrentSection |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the current layout section being edited by the form. |
| ConfigureBlockFormBase::getPluginForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the plugin form for a given block. |
| ConfigureBlockFormBase::getSectionStorage |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the section storage object. |
| ConfigureBlockFormBase::submitForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Form submission handler. |
| ConfigureBlockFormBase::submitLabel |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Returns the label for the submit button. |
| ConfigureBlockFormBase::successfulAjaxSubmit |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Allows the form to respond to a successful AJAX submission. |
| ConfigureBlockFormBase::validateForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Form validation handler. |
| ConfigureBlockFormBase::__construct |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Constructs a new block form. |
| ConfiguredTrait |
class |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Test class for testing ConfigFormBaseTrait. |
| ConfiguredTrait::$configFactory |
property |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
The configuration factory. |
| ConfiguredTrait::getEditableConfigNames |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Gets the configuration names that will be editable. |
| ConfigureSectionForm |
class |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Provides a form for configuring a layout section. |