public function EventMetaInterface::removeGroup in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeGroup()
- 3.x src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeGroup()
Removes references to a default group from the event.
Parameters
int $group_id: The ID of a registration_group entity.
Return value
\Drupal\Core\Entity\EntityInterface The modified event.
1 method overrides EventMetaInterface::removeGroup()
- EventMeta::removeGroup in src/
EventMeta.php - Removes references to a default group from the event.
File
- src/
EventMetaInterface.php, line 120
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function removeGroup($group_id);