public function DefaultsSectionStorageInterface::isOverridable in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::isOverridable()
- 9 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.
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();