You are here

public function EventTypeInterface::getAllowCustomRules in RNG - Events and Registrations 8.2

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

Whether to allow event managers to customize default rules.

Return value

bool Whether event managers are allowed to customize default rules.

1 method overrides EventTypeInterface::getAllowCustomRules()
RngEventType::getAllowCustomRules in src/Entity/RngEventType.php
Whether to allow event managers to customize default rules.

File

src/Entity/EventTypeInterface.php, line 174

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getAllowCustomRules();