You are here

public function PageInterface::getAccessLogic in Page Manager 8.4

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

Returns the logic used to compute access, either 'and' or 'or'.

Return value

string The string 'and', or the string 'or'.

1 method overrides PageInterface::getAccessLogic()
Page::getAccessLogic in src/Entity/Page.php
Returns the logic used to compute access, either 'and' or 'or'.

File

src/PageInterface.php, line 131

Class

PageInterface
Provides an interface for page entities.

Namespace

Drupal\page_manager

Code

public function getAccessLogic();