public function PageInterface::getParameterNames in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::getParameterNames()
Gets the names of all parameters for this page.
Return value
string[]
1 method overrides PageInterface::getParameterNames()
- Page::getParameterNames in src/
Entity/ Page.php - Gets the names of all parameters for this page.
File
- src/
PageInterface.php, line 191
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function getParameterNames();