public function WebformAccessGroupInterface::addEntityId in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::addEntityId()
Add entity id to webform access group.
Parameters
string $entity_type: The source entity type.
string $entity_id: The source entity id.
string $field_name: The source entity webform field name.
string $webform_id: The webform id.
1 method overrides WebformAccessGroupInterface::addEntityId()
- WebformAccessGroup::addEntityId in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Add entity id to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 158
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function addEntityId($entity_type, $entity_id, $field_name, $webform_id);