You are here

public function SplashifyGroupEntity::getListPages in Splashify 8.2

File

src/Entity/SplashifyGroupEntity.php, line 180

Class

SplashifyGroupEntity
Defines the Splashify group entity entity.

Namespace

Drupal\splashify\Entity

Code

public function getListPages() {
  return $this
    ->get('field_list_pages')->value;
}