You are here

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

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeRegistrationType()
  2. 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeRegistrationType()

Removes references to an allowed registration type from the event.

Parameters

string $registration_type_id: The ID of a registration_type entity.

Return value

\Drupal\Core\Entity\EntityInterface The modified event.

1 method overrides EventMetaInterface::removeRegistrationType()
EventMeta::removeRegistrationType in src/EventMeta.php
Removes references to an allowed registration type from the event.

File

src/EventMetaInterface.php, line 110

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function removeRegistrationType($registration_type_id);