protected property ViewmodepagePattern::$selection_logic in View Mode Page 3.2.x
Same name and namespace in other branches
- 8.3 src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::selection_logic
- 4.0.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::selection_logic
The selection logic for this pattern entity (either 'and' or 'or').
Type: string
File
- src/
Entity/ ViewmodepagePattern.php, line 118
Class
- ViewmodepagePattern
- Defines the Viewmodepage pattern entity.
Namespace
Drupal\view_mode_page\EntityCode
protected $selection_logic = 'and';