You are here

public function PageInterface::removeParameter in Page Manager 8

Same name and namespace in other branches
  1. 8.4 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 189
Contains \Drupal\page_manager\PageInterface.

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function removeParameter($name);