public function BehaviorSettingsInterface::setAllowOverride in Rabbit Hole 8
Same name and namespace in other branches
- 2.x src/BehaviorSettingsInterface.php \Drupal\rabbit_hole\BehaviorSettingsInterface::setAllowOverride()
Set whether overrides are allowed if this is for a bundle.
Parameters
int $allow_override: 0 (N/A), 1 (Allow), or 2 (Disallow).
1 method overrides BehaviorSettingsInterface::setAllowOverride()
- BehaviorSettings::setAllowOverride in src/
Entity/ BehaviorSettings.php - Set whether overrides are allowed if this is for a bundle.
File
- src/
BehaviorSettingsInterface.php, line 34
Class
- BehaviorSettingsInterface
- Provides an interface for defining Behavior settings entities.
Namespace
Drupal\rabbit_holeCode
public function setAllowOverride($allow_override);