You are here

public function MailchimpEventInterface::getName in Mailchimp 2.x

Gets the Mailchimp Event name.

Return value

string Name of the Mailchimp Event.

1 method overrides MailchimpEventInterface::getName()
MailchimpEvent::getName in modules/mailchimp_events/src/Entity/MailchimpEvent.php
Gets the Mailchimp Event name.

File

modules/mailchimp_events/src/Entity/MailchimpEventInterface.php, line 26

Class

MailchimpEventInterface
Provides an interface for defining Mailchimp event types.

Namespace

Drupal\mailchimp_events\Entity

Code

public function getName();