You are here

public function BlockVisibilityGroup::isAllowOtherConditions in Block Visibility Groups 8

Whether other conditions are allowed in the group.

Return value

bool True if conditions are allowed.

File

src/Entity/BlockVisibilityGroup.php, line 74

Class

BlockVisibilityGroup
Defines the Block Visibility Group entity.

Namespace

Drupal\block_visibility_groups\Entity

Code

public function isAllowOtherConditions() {
  return $this->allow_other_conditions;
}