You are here

public function ViewmodepagePatternInterface::removeRelationship in View Mode Page 3.2.x

Same name and namespace in other branches
  1. 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeRelationship()
  2. 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeRelationship()

Removes a relationship.

Parameters

string $token: Relationship identifier.

Return value

$this

1 method overrides ViewmodepagePatternInterface::removeRelationship()
ViewmodepagePattern::removeRelationship in src/Entity/ViewmodepagePattern.php
Removes a relationship.

File

src/ViewmodepagePatternInterface.php, line 147

Class

ViewmodepagePatternInterface
Provides an interface for defining Viewmodepage pattern entities.

Namespace

Drupal\view_mode_page

Code

public function removeRelationship($token);