You are here

public function ScheduleInterface::getName in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getName()

Gets the Schedule name.

Return value

string Name of the Schedule.

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

File

src/Entity/ScheduleInterface.php, line 24

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getName();