public function SectionStorageInterface::getContextsDuringPreview in Drupal 8
Same name and namespace in other branches
- 9 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getContextsDuringPreview()
- 10 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.
2 methods override SectionStorageInterface::getContextsDuringPreview()
- SectionStorageBase::getContextsDuringPreview in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ SectionStorageBase.php - Gets contexts for use during preview.
- 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 145
Class
- SectionStorageInterface
- Defines an interface for Section Storage type plugins.
Namespace
Drupal\layout_builderCode
public function getContextsDuringPreview();