public function WebformAccessGroupInterface::removeEntityId in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::removeEntityId()
Remove 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::removeEntityId()
- WebformAccessGroup::removeEntityId in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Remove entity id to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 172
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function removeEntityId($entity_type, $entity_id, $field_name, $webform_id);