function DefaultsSectionStorageInterface::isOverridable
Same name in other branches
- 8.9.x core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::isOverridable()
Determines if the defaults allow custom overrides.
Return value
bool TRUE if custom overrides are allowed, FALSE otherwise.
1 method overrides DefaultsSectionStorageInterface::isOverridable()
- DefaultsSectionStorage::isOverridable in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Determines if the defaults allow custom overrides.
File
-
core/
modules/ layout_builder/ src/ DefaultsSectionStorageInterface.php, line 20
Class
- DefaultsSectionStorageInterface
- Defines an interface for an object that stores layout sections for defaults.
Namespace
Drupal\layout_builderCode
public function isOverridable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.