You are here

public function PageInterface::status in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/PageInterface.php \Drupal\page_manager\PageInterface::status()

Returns whether the page entity is enabled.

Return value

bool Whether the page entity is enabled or not.

Overrides ConfigEntityInterface::status

File

src/PageInterface.php, line 20

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function status();