You are here

public function GroupContentEnablerInterface::getPrettyPathKey in Group 8

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 GroupContentEnablerInterface::getPrettyPathKey()
GroupContentEnablerBase::getPrettyPathKey in src/Plugin/GroupContentEnablerBase.php
Returns the pretty path key for use in path aliases.

File

src/Plugin/GroupContentEnablerInterface.php, line 70

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getPrettyPathKey();