You are here

public function RegistrationInterface::removeGroup in RNG - Events and Registrations 8

Remove a group from the registration.

Parameters

int $group_id: The ID of a registration_group entity.

Return value

\Drupal\rng\RegistrationInterface Returns registration for chaining.

1 method overrides RegistrationInterface::removeGroup()
Registration::removeGroup in src/Entity/Registration.php
Remove a group from the registration.

File

src/RegistrationInterface.php, line 118

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng

Code

public function removeGroup($group_id);