You are here

public function WebformAccessGroupInterface::getEntityIds in Webform 8.5

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

Get entities assigned to webform access group.

Return value

array An array of entity ids. Formatted as 'node:type:field_name:webform'

1 method overrides WebformAccessGroupInterface::getEntityIds()
WebformAccessGroup::getEntityIds in modules/webform_access/src/Entity/WebformAccessGroup.php
Get entities assigned to webform access group.

File

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

Class

WebformAccessGroupInterface
Provides an interface defining a webform access group entity.

Namespace

Drupal\webform_access

Code

public function getEntityIds();