You are here

protected property PageVariant::$selection_logic in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::selection_logic

The selection logic for this page variant entity (either 'and' or 'or').

Type: string

File

src/Entity/PageVariant.php, line 117

Class

PageVariant
Defines the page variant entity.

Namespace

Drupal\page_manager\Entity

Code

protected $selection_logic = 'and';