public function PathautoPatternInterface::getSelectionLogic in Pathauto 8
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 PathautoPatternInterface::getSelectionLogic()
- PathautoPattern::getSelectionLogic in src/
Entity/ PathautoPattern.php - Gets the selection logic used by the criteria (ie. "and" or "or").
File
- src/
PathautoPatternInterface.php, line 169
Class
- PathautoPatternInterface
- Provides an interface for defining Pathauto pattern entities.
Namespace
Drupal\pathautoCode
public function getSelectionLogic();