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