public function ViewmodepagePattern::getRelationships in View Mode Page 8.3
Same name and namespace in other branches
- 4.0.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::getRelationships()
- 3.2.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::getRelationships()
Returns a list of relationships.
Return value
array[] Keys are context tokens, and values are arrays with the following keys:
- label (string|null, optional): The human-readable label of this relationship.
Overrides ViewmodepagePatternInterface::getRelationships
1 call to ViewmodepagePattern::getRelationships()
- ViewmodepagePattern::getContexts in src/
Entity/ ViewmodepagePattern.php - Returns the contexts of this pattern.
File
- src/
Entity/ ViewmodepagePattern.php, line 380
Class
- ViewmodepagePattern
- Defines the Viewmodepage pattern entity.
Namespace
Drupal\view_mode_page\EntityCode
public function getRelationships() {
return $this->relationships;
}