Same name and namespace in other branches
  1. 8.9.x core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getPluginDefinition()
  2. 9 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_builder

Code

public function getPluginDefinition();