You are here

public function SplashifyEntity::getGroupId in Splashify 8.2

Gets the Splashify entity group target_id.

Return value

string

Overrides SplashifyEntityInterface::getGroupId

File

src/Entity/SplashifyEntity.php, line 154

Class

SplashifyEntity
Defines the Splashify entity entity.

Namespace

Drupal\splashify\Entity

Code

public function getGroupId() {
  return $this
    ->get('field_group')->target_id;
}