You are here

public function EventTypeInterface::getDefaultMessages 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::getDefaultMessages()

Default messages configured for this event type.

Return value

array

1 method overrides EventTypeInterface::getDefaultMessages()
RngEventType::getDefaultMessages in src/Entity/RngEventType.php
Default messages configured for this event type.

File

src/Entity/EventTypeInterface.php, line 201

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getDefaultMessages();