You are here

public function PageInterface::getParameter in Page Manager 8

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

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function getParameter($name);