You are here

public function WebformAccessGroup::getEntityIds in Webform 6.x

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

Get entities assigned to webform access group.

Return value

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

Overrides WebformAccessGroupInterface::getEntityIds

File

modules/webform_access/src/Entity/WebformAccessGroup.php, line 191

Class

WebformAccessGroup
Defines the webform access group entity.

Namespace

Drupal\webform_access\Entity

Code

public function getEntityIds() {
  return $this->entityIds;
}