You are here

protected function PageVariant::getSelectionConfiguration in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::getSelectionConfiguration()
1 call to PageVariant::getSelectionConfiguration()
PageVariant::getSelectionConditions in src/Entity/PageVariant.php
Gets the selection condition collection.

File

src/Entity/PageVariant.php, line 319

Class

PageVariant
Defines the page variant entity.

Namespace

Drupal\page_manager\Entity

Code

protected function getSelectionConfiguration() {
  return $this
    ->get('selection_criteria');
}