You are here

protected property Page::$access_logic in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Entity/Page.php \Drupal\page_manager\Entity\Page::access_logic

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

Type: string

File

src/Entity/Page.php, line 105
Contains \Drupal\page_manager\Entity\Page.

Class

Page
Defines a Page entity class.

Namespace

Drupal\page_manager\Entity

Code

protected $access_logic = 'and';