public function PageInterface::removeParameter in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::removeParameter()
Removes a specific parameter context.
Parameters
string $name: The parameter context's unique machine name.
Return value
$this
1 method overrides PageInterface::removeParameter()
- Page::removeParameter in src/
Entity/ Page.php - Removes a specific parameter context.
File
- src/
PageInterface.php, line 184
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function removeParameter($name);