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::defaultConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Gets default configuration for this plugin. |
ConfigurableSearchPluginBase::getConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Gets this plugin's configuration. |
ConfigurableSearchPluginBase::setConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Sets the configuration for this plugin instance. |
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 |
|
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. |
Configuration API |
group |
core/core.api.php |
Information about the Configuration API. |
ConfigurationTest |
class |
core/modules/action/tests/src/Functional/ConfigurationTest.php |
Tests complex actions configuration. |
ConfigurationTest.php |
file |
core/modules/action/tests/src/Functional/ConfigurationTest.php |
|
ConfigurationTest::$defaultTheme |
property |
core/modules/action/tests/src/Functional/ConfigurationTest.php |
The theme to install as the default for testing. |
ConfigurationTest::$modules |
property |
core/modules/action/tests/src/Functional/ConfigurationTest.php |
Modules to install. |
ConfigurationTest::testActionConfiguration |
function |
core/modules/action/tests/src/Functional/ConfigurationTest.php |
Tests configuration of advanced actions through administration interface. |
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 this class. |
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. |
ConfigureSectionForm |
class |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Provides a form for configuring a layout section. |
ConfigureSectionForm.php |
file |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
|
ConfigureSectionForm::$delta |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The field delta. |
ConfigureSectionForm::$isUpdate |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Indicates whether the section is being added or updated. |
ConfigureSectionForm::$layout |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin being configured. |
ConfigureSectionForm::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The layout tempstore repository. |
ConfigureSectionForm::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin form manager. |
ConfigureSectionForm::$pluginId |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin ID. |