You are here

public function PageInterface::getParameters in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/PageInterface.php \Drupal\page_manager\PageInterface::getParameters()

Returns the parameter context value objects for this page entity.

Return value

array[] An array of parameter context arrays, keyed by parameter name.

1 method overrides PageInterface::getParameters()
Page::getParameters in src/Entity/Page.php
Returns the parameter context value objects for this page entity.

File

src/PageInterface.php, line 139

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function getParameters();