public function PathautoPatternInterface::removeRelationship in Pathauto 8
Removes a relationship.
Parameters
string $token: Relationship identifier.
Return value
$this
1 method overrides PathautoPatternInterface::removeRelationship()
- PathautoPattern::removeRelationship in src/
Entity/ PathautoPattern.php - Removes a relationship.
File
- src/
PathautoPatternInterface.php, line 113
Class
- PathautoPatternInterface
- Provides an interface for defining Pathauto pattern entities.
Namespace
Drupal\pathautoCode
public function removeRelationship($token);