You are here

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

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

Checks if this event is accepting new registrations.

This method only checks configuration. Instead you may want to check 'create' operation using entity_access.

Return value

bool Whether this event is accepting new registrations.

1 method overrides EventMetaInterface::isAcceptingRegistrations()
EventMeta::isAcceptingRegistrations in src/EventMeta.php
Checks if this event is accepting new registrations.

File

src/EventMetaInterface.php, line 57

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function isAcceptingRegistrations();