public function BlockVisibilityGroup::setAllowOtherConditions in Block Visibility Groups 8
Sets whether other conditions should be allowed.
Parameters
bool $allow_other_conditions: Whether other conditions should be allowed.
File
- src/
Entity/ BlockVisibilityGroup.php, line 84
Class
- BlockVisibilityGroup
- Defines the Block Visibility Group entity.
Namespace
Drupal\block_visibility_groups\EntityCode
public function setAllowOtherConditions($allow_other_conditions) {
$this->allow_other_conditions = $allow_other_conditions;
}