You are here

public function EventInterface::getName in Event 8

Gets the Event name.

Return value

string Name of the Event.

1 method overrides EventInterface::getName()
Event::getName in src/Entity/Event.php
Gets the Event name.

File

src/Entity/EventInterface.php, line 24

Class

EventInterface
Provides an interface for defining Event entities.

Namespace

Drupal\event\Entity

Code

public function getName();