You are here

public function GroupRelationInterface::getPrettyPathKey in Group 2.0.x

Returns the pretty path key for use in path aliases.

Return value

string The plugin-provided pretty path key, defaults to 'content'.

1 method overrides GroupRelationInterface::getPrettyPathKey()
GroupRelationBase::getPrettyPathKey in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the pretty path key for use in path aliases.

File

src/Plugin/Group/Relation/GroupRelationInterface.php, line 69

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getPrettyPathKey();