You are here

abstract protected function GroupPermissionsForm::getGroupType in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Form/GroupPermissionsForm.php \Drupal\group\Form\GroupPermissionsForm::getGroupType()

Gets the group type to build the form for.

Return value

\Drupal\group\Entity\GroupTypeInterface The group type some or more roles belong to.

1 call to GroupPermissionsForm::getGroupType()
GroupPermissionsForm::getPermissions in src/Form/GroupPermissionsForm.php
Gets the permissions to display in this form.
2 methods override GroupPermissionsForm::getGroupType()
GroupPermissionsRoleSpecificForm::getGroupType in src/Form/GroupPermissionsRoleSpecificForm.php
Gets the group type to build the form for.
GroupPermissionsTypeSpecificForm::getGroupType in src/Form/GroupPermissionsTypeSpecificForm.php
Gets the group type to build the form for.

File

src/Form/GroupPermissionsForm.php, line 82

Class

GroupPermissionsForm
Provides the group permissions administration form.

Namespace

Drupal\group\Form

Code

protected abstract function getGroupType();