You are here

public function State::getMachineName in Booking and Availability Management Tools for Drupal 8

Overrides StateInterface::getMachineName

File

modules/bat_event/src/Entity/State.php, line 111
Contains \Drupal\bat_event\Entity\State.

Class

State
Defines the State entity.

Namespace

Drupal\bat_event\Entity

Code

public function getMachineName() {
  return $this
    ->get('machine_name')->value;
}