You are here

protected property AccessGroupAnd::$dependencies in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Access/AccessGroupAnd.php \Drupal\block_content\Access\AccessGroupAnd::dependencies

The access dependencies.

Type: \Drupal\Core\Access\AccessibleInterface[]

File

core/modules/block_content/src/Access/AccessGroupAnd.php, line 21

Class

AccessGroupAnd
An access group where all the dependencies must be allowed.

Namespace

Drupal\block_content\Access

Code

protected $dependencies = [];