public function EventTypeInterface::getAllowCustomRules in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 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\EntityCode
public function getAllowCustomRules();