You are here

public property GroupContentEnabler::$pretty_path_key in Group 8

(optional) The key to use in automatically generated paths.

This is exposed through tokens so modules like Pathauto may use it. Only use this if your plugin has something meaningful to show on the actual group content entity; i.e.: the relationship. Otherwise leave blank so it defaults to 'content'.

Type: string

File

src/Annotation/GroupContentEnabler.php, line 89

Class

GroupContentEnabler
Defines a GroupContentEnabler annotation object.

Namespace

Drupal\group\Annotation

Code

public $pretty_path_key = 'content';