You are here

public function BehaviorSettingsInterface::setAllowOverride in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 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_hole

Code

public function setAllowOverride($allow_override);