You are here

public function WebformAccessGroupInterface::setEntityIds in Webform 8.5

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

Set entities assigned to webform access group.

Parameters

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

Return value

$this

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

File

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

Class

WebformAccessGroupInterface
Provides an interface defining a webform access group entity.

Namespace

Drupal\webform_access

Code

public function setEntityIds(array $entity_ids);