public function SectionStorageInterface::getContextsDuringPreview in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getContextsDuringPreview()
- 9 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getContextsDuringPreview()
Gets contexts for use during preview.
When not in preview, ::getContexts() will be used.
Return value
\Drupal\Core\Plugin\Context\ContextInterface[] The plugin contexts suitable for previewing.
1 method overrides SectionStorageInterface::getContextsDuringPreview()
- SimpleConfigSectionStorage::getContextsDuringPreview in core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ SectionStorage/ SimpleConfigSectionStorage.php - Gets contexts for use during preview.
File
- core/
modules/ layout_builder/ src/ SectionStorageInterface.php, line 100
Class
- SectionStorageInterface
- Defines an interface for Section Storage type plugins.
Namespace
Drupal\layout_builderCode
public function getContextsDuringPreview();