The off-canvas form handler for the SystemBrandingBlock.
Hierarchy
- class \Drupal\Core\Plugin\PluginFormBase implements PluginAwareInterface, PluginFormInterface
- class \Drupal\outside_in\Form\SystemBrandingOffCanvasForm implements ContainerInjectionInterface
See also
File
- core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php, line 16
Namespace
Drupal\outside_in\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PluginFormBase::setPlugin | public | function | Sets the plugin for this object. Overrides PluginAwareInterface::setPlugin |
SystemBrandingOffCanvasForm::$configFactory | protected | property | The config factory. |
SystemBrandingOffCanvasForm::$plugin | protected | property | The block plugin. Overrides PluginFormBase::$plugin |
SystemBrandingOffCanvasForm::buildConfigurationForm | public | function | Form constructor. Overrides PluginFormInterface::buildConfigurationForm |
SystemBrandingOffCanvasForm::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
SystemBrandingOffCanvasForm::submitConfigurationForm | public | function | Form submission handler. Overrides PluginFormInterface::submitConfigurationForm |
SystemBrandingOffCanvasForm::validateConfigurationForm | public | function | Form validation handler. Overrides PluginFormBase::validateConfigurationForm |
SystemBrandingOffCanvasForm::__construct | public | function | SystemBrandingOffCanvasForm constructor. |
Please login to continue.