You are here

public function EventMetaInterface::removeGroup in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeGroup()
  2. 8 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 121

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function removeGroup($group_id);