public function PageInterface::usesAdminTheme in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::usesAdminTheme()
Indicates if this page is an admin page or not.
Return value
bool TRUE if this is an admin page, FALSE otherwise.
1 method overrides PageInterface::usesAdminTheme()
- Page::usesAdminTheme in src/
Entity/ Page.php - Indicates if this page is an admin page or not.
File
- src/
PageInterface.php, line 44
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function usesAdminTheme();