You are here

public function SitewideAlertInterface::shouldNegatePagesToShowOn in Sitewide Alert 8

Should we negate the pages we show on.

Return value

bool TRUE if we should negate the page patterns, FALSE otherwise.

1 method overrides SitewideAlertInterface::shouldNegatePagesToShowOn()
SitewideAlert::shouldNegatePagesToShowOn in src/Entity/SitewideAlert.php
Should we negate the pages we show on.

File

src/Entity/SitewideAlertInterface.php, line 182

Class

SitewideAlertInterface
Provides an interface for defining Sitewide Alert entities.

Namespace

Drupal\sitewide_alert\Entity

Code

public function shouldNegatePagesToShowOn() : bool;