function 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
1 method overrides DefaultsSectionStorageInterface::setOverridable()
- DefaultsSectionStorage::setOverridable in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php  - Sets the defaults to allow or disallow overrides.
 
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);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.