You are here

protected function PageVariant::getConditionManager in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::getConditionManager()

Wraps the condition plugin manager.

Return value

\Drupal\Core\Condition\ConditionManager

1 call to PageVariant::getConditionManager()
PageVariant::getSelectionConditions in src/Entity/PageVariant.php
Gets the selection condition collection.

File

src/Entity/PageVariant.php, line 437
Contains Drupal\page_manager\Entity\PageVariant.

Class

PageVariant
Defines the page variant entity.

Namespace

Drupal\page_manager\Entity

Code

protected function getConditionManager() {
  return \Drupal::service('plugin.manager.condition');
}