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