You are here

public function SplashifyGroupEntity::getWhere in Splashify 8.2

File

src/Entity/SplashifyGroupEntity.php, line 173

Class

SplashifyGroupEntity
Defines the Splashify group entity entity.

Namespace

Drupal\splashify\Entity

Code

public function getWhere() {
  return $this
    ->get('field_where')->value;
}