You are here

public function PageInterface::hasParameter in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 160

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function hasParameter($name);