public function EventMetaInterface::removeRegistrationType in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::removeRegistrationType()
- 3.x 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 109
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function removeRegistrationType($registration_type_id);