public function SectionStorageInterface::getPluginDefinition in Drupal 9
Same name and namespace in other branches
- 8 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getPluginDefinition()
Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
Return value
\Drupal\layout_builder\SectionStorage\SectionStorageDefinition The section storage definition.
Overrides PluginInspectionInterface::getPluginDefinition
File
- core/
modules/ layout_builder/ src/ SectionStorageInterface.php, line 144
Class
- SectionStorageInterface
- Defines an interface for Section Storage type plugins.
Namespace
Drupal\layout_builderCode
public function getPluginDefinition();