You are here

protected property ViewmodepagePattern::$relationships in View Mode Page 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::relationships
  2. 3.2.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::relationships

The relationships.

Keys are context tokens, and values are arrays with the following keys:

  • label (string|null, optional): The human-readable label of this relationship.

Type: array[]

File

src/Entity/ViewmodepagePattern.php, line 135

Class

ViewmodepagePattern
Defines the Viewmodepage pattern entity.

Namespace

Drupal\view_mode_page\Entity

Code

protected $relationships = [];