You are here

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

Overrides StateInterface::getBlocking

File

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

Class

State
Defines the State entity.

Namespace

Drupal\bat_event\Entity

Code

public function getBlocking() {
  return $this
    ->get('blocking')->value;
}