You are here

public function PageInterface::addAccessCondition in Page Manager 8.4

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

Adds a new access condition to the page entity.

Parameters

array $configuration: An array of configuration for the new access condition.

Return value

string The access condition ID.

1 method overrides PageInterface::addAccessCondition()
Page::addAccessCondition in src/Entity/Page.php
Adds a new access condition to the page entity.

File

src/PageInterface.php, line 102

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function addAccessCondition(array $configuration);