public function DefaultsSectionStorageInterface::setOverridable in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::setOverridable()
- 9 core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::setOverridable()
Sets the defaults to allow or disallow overrides.
Parameters
bool $overridable: TRUE if the display should allow overrides, FALSE otherwise.
Return value
$this
File
- core/
modules/ layout_builder/ src/ DefaultsSectionStorageInterface.php, line 30
Class
- DefaultsSectionStorageInterface
- Defines an interface for an object that stores layout sections for defaults.
Namespace
Drupal\layout_builderCode
public function setOverridable($overridable = TRUE);