public function ViewmodepagePatternInterface::getSelectionLogic in View Mode Page 3.2.x
Same name and namespace in other branches
- 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getSelectionLogic()
- 4.0.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_pageCode
public function getSelectionLogic();