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