Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigurableSearchPluginBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
ConfigurableSearchPluginBase::getConfiguration | function | core/ |
Gets this plugin's configuration. |
ConfigurableSearchPluginBase::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
ConfigurableSearchPluginBase::setSearchPageId | function | core/ |
Sets the ID for the search page using this plugin. |
ConfigurableSearchPluginBase::validateConfigurationForm | function | core/ |
Form validation handler. |
ConfigurableSearchPluginBase::__construct | function | core/ |
|
ConfigurableSearchPluginInterface | interface | core/ |
Provides an interface for a configurable Search plugin. |
ConfigurableSearchPluginInterface.php | file | core/ |
|
ConfigurableSearchPluginInterface::setSearchPageId | function | core/ |
Sets the ID for the search page using this plugin. |
Configuration API | group | core/ |
Information about the Configuration API. |
ConfigurationTest | class | core/ |
Tests complex actions configuration by adding, editing, and deleting a complex action. |
ConfigurationTest.php | file | core/ |
|
ConfigurationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigurationTest::$modules | property | core/ |
Modules to install. |
ConfigurationTest::testActionConfiguration | function | core/ |
Tests configuration of advanced actions through administration interface. |
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 this class. |
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. |
ConfigureBlockFormBase::getSectionStorage | function | core/ |
Retrieves the section storage object. |
ConfigureBlockFormBase::submitForm | function | core/ |
Form submission handler. |
ConfigureBlockFormBase::submitLabel | function | core/ |
Returns the label for the submit button. |
ConfigureBlockFormBase::successfulAjaxSubmit | function | core/ |
Allows the form to respond to a successful AJAX submission. |
ConfigureBlockFormBase::validateForm | function | core/ |
Form validation handler. |
ConfigureBlockFormBase::__construct | function | core/ |
Constructs a new block form. |
ConfigureSectionForm | class | core/ |
Provides a form for configuring a layout section. |
ConfigureSectionForm.php | file | core/ |
|
ConfigureSectionForm::$delta | property | core/ |
The field delta. |
ConfigureSectionForm::$isUpdate | property | core/ |
Indicates whether the section is being added or updated. |
ConfigureSectionForm::$layout | property | core/ |
The plugin being configured. |
ConfigureSectionForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
ConfigureSectionForm::$pluginFormFactory | property | core/ |
The plugin form manager. |
ConfigureSectionForm::$sectionStorage | property | core/ |
The section storage. |
ConfigureSectionForm::buildForm | function | core/ |
Form constructor. |
ConfigureSectionForm::create | function | core/ |
Instantiates a new instance of this class. |
ConfigureSectionForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigureSectionForm::getPluginForm | function | core/ |
Retrieves the plugin form for a given layout. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.