You are here

public function ViewmodepagePatternInterface::getSelectionLogic in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getSelectionLogic()
  2. 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::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 ViewmodepagePatternInterface::getSelectionLogic()
ViewmodepagePattern::getSelectionLogic in src/Entity/ViewmodepagePattern.php
Gets the selection logic used by the criteria (ie. "and" or "or").

File

src/ViewmodepagePatternInterface.php, line 206

Class

ViewmodepagePatternInterface
Provides an interface for defining Viewmodepage pattern entities.

Namespace

Drupal\view_mode_page

Code

public function getSelectionLogic();