You are here

function EventTypeInterface::getAllowCustomRules in RNG - Events and Registrations 8

Whether to allow event managers to customize default rules.

Return value

boolean Whether event managers are allowed to customize default rules.

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

File

src/EventTypeInterface.php, line 65

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

function getAllowCustomRules();