You are here

public property GroupRelation::$pretty_path_key in Group 2.0.x

(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/GroupRelation.php, line 89

Class

GroupRelation
Defines a GroupRelation annotation object.

Namespace

Drupal\group\Annotation

Code

public $pretty_path_key = 'content';