function ConditionConfigure::getConditions

Same name in other branches
  1. 4.0.x src/Form/ConditionConfigure.php \Drupal\ctools\Form\ConditionConfigure::getConditions()

Custom logic for retrieving the conditions array from cached_values.

Parameters

array $cached_values: Cached values to get contexts from.

Return value

array The conditions attached to cached values.

1 call to ConditionConfigure::getConditions()
ConditionConfigure::submitForm in src/Form/ConditionConfigure.php
Form submission handler.

File

src/Form/ConditionConfigure.php, line 182

Class

ConditionConfigure
Base class for condition configur operations.

Namespace

Drupal\ctools\Form

Code

protected abstract function getConditions(array $cached_values);