public function WebformAccessGroupInterface::setEntityIds in Webform 6.x
Same name and namespace in other branches
- 8.5 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_accessCode
public function setEntityIds(array $entity_ids);