public function ViewmodepagePatternInterface::removeRelationship in View Mode Page 4.0.x
Same name and namespace in other branches
- 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::removeRelationship()
- 3.2.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_pageCode
public function removeRelationship($token);