function ManageConditions::getConditionClass

Same name in other branches
  1. 8.x-3.x src/Form/ManageConditions.php \Drupal\ctools\Form\ManageConditions::getConditionClass()

Return a subclass of '\Drupal\ctools\Form\ConditionConfigure'.

The ConditionConfigure class is designed to be subclassed with custom route information to control the modal/redirect needs of your use case.

Return value

string

1 call to ManageConditions::getConditionClass()
ManageConditions::add in src/Form/ManageConditions.php

File

src/Form/ManageConditions.php, line 199

Class

ManageConditions

Namespace

Drupal\ctools\Form

Code

protected abstract function getConditionClass();