You are here

public function WebformAccessGroupInterface::getTypeLabel in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::getTypeLabel()

Get webform access group type label.

Return value

string The webform access group type label.

1 method overrides WebformAccessGroupInterface::getTypeLabel()
WebformAccessGroup::getTypeLabel in modules/webform_access/src/Entity/WebformAccessGroup.php
Get webform access group type label.

File

modules/webform_access/src/WebformAccessGroupInterface.php, line 26

Class

WebformAccessGroupInterface
Provides an interface defining a webform access group entity.

Namespace

Drupal\webform_access

Code

public function getTypeLabel();