public function PageInterface::getParameter in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::getParameter()
Retrieves a specific parameter context.
Parameters
string $name: The parameter context's unique name.
Return value
array|null The parameter context array if the parameters exists, null otherwise.
1 method overrides PageInterface::getParameter()
- Page::getParameter in src/
Entity/ Page.php - Retrieves a specific parameter context.
File
- src/
PageInterface.php, line 150
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function getParameter($name);