You are here

public function WebformAccessGroupInterface::getType in Webform 8.5

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

Get webform access group type.

Return value

string The webform access group type.

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

File

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

Class

WebformAccessGroupInterface
Provides an interface defining a webform access group entity.

Namespace

Drupal\webform_access

Code

public function getType();