public function GroupContentPermissionProviderInterface::getRelationCreatePermission in Group 8
Gets the name of the create permission for the relation.
Return value
string|false The permission name or FALSE if it does not apply.
1 method overrides GroupContentPermissionProviderInterface::getRelationCreatePermission()
- GroupContentPermissionProvider::getRelationCreatePermission in src/
Plugin/ GroupContentPermissionProvider.php - Gets the name of the create permission for the relation.
File
- src/
Plugin/ GroupContentPermissionProviderInterface.php, line 60
Class
- GroupContentPermissionProviderInterface
- Provides a common interface for group content permission providers.
Namespace
Drupal\group\PluginCode
public function getRelationCreatePermission();