You are here

public function SplashifyGroupEntity::isDisableReferrerCheck in Splashify 8.2

File

src/Entity/SplashifyGroupEntity.php, line 201

Class

SplashifyGroupEntity
Defines the Splashify group entity entity.

Namespace

Drupal\splashify\Entity

Code

public function isDisableReferrerCheck() {
  return $this
    ->get('field_disable_check_referrer')->value;
}