public function WebformAccessGroupInterface::getEntityIds in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::getEntityIds()
Get entities assigned to webform access group.
Return value
array An array of entity ids. Formatted as 'node:type:field_name:webform'
1 method overrides WebformAccessGroupInterface::getEntityIds()
- WebformAccessGroup::getEntityIds in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Get entities assigned to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 82
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function getEntityIds();