function EventType::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.
Overrides EventTypeInterface::getAllowCustomRules
File
- src/
Entity/ EventType.php, line 173
Class
- EventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
function getAllowCustomRules() {
return $this->custom_rules;
}