You are here

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

Same name and namespace in other branches
  1. 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::removeGroup()

Remove a group from the registration.

Parameters

int $group_id: The ID of a registration_group entity.

Return value

\Drupal\rng\Entity\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/Entity/RegistrationInterface.php, line 227

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function removeGroup($group_id);