You are here

public function PageVariantInterface::getSelectionLogic in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/PageVariantInterface.php \Drupal\page_manager\PageVariantInterface::getSelectionLogic()

Gets the selection logic used by the criteria (ie. "and" or "or").

Return value

string Either "and" or "or"; represents how the selection criteria are combined.

1 method overrides PageVariantInterface::getSelectionLogic()
PageVariant::getSelectionLogic in src/Entity/PageVariant.php
Gets the selection logic used by the criteria (ie. "and" or "or").

File

src/PageVariantInterface.php, line 141
Contains Drupal\page_manager\PageVariantInterface.

Class

PageVariantInterface
Provides an interface defining a PageVariant entity.

Namespace

Drupal\page_manager

Code

public function getSelectionLogic();