You are here

public function SplashifyEntity::getContent in Splashify 8.2

Gets the Splashify entity content.

Return value

string

Overrides SplashifyEntityInterface::getContent

File

src/Entity/SplashifyEntity.php, line 147

Class

SplashifyEntity
Defines the Splashify entity entity.

Namespace

Drupal\splashify\Entity

Code

public function getContent() {
  return $this
    ->get('field_content')->value;
}