public function PageInterface::status in Page Manager 8
Same name and namespace in other branches
- 8.4 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 25 - Contains \Drupal\page_manager\PageInterface.
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function status();