public function WebformAccessGroupInterface::removeEmail in Webform 8.5
Same name and namespace in other branches
- 6.x modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::removeEmail()
Remove email address to webform access group.
Parameters
int $email: An email address.
Return value
$this
1 method overrides WebformAccessGroupInterface::removeEmail()
- WebformAccessGroup::removeEmail in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Remove email address to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 192
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function removeEmail($email);