You are here

abstract protected function RequiredContext::getContextClass in Chaos Tool Suite (ctools) 8.3

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

The ContextConfigure 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 RequiredContext::getContextClass()
RequiredContext::add in src/Form/RequiredContext.php
Custom ajax form submission handler.

File

src/Form/RequiredContext.php, line 188

Class

RequiredContext

Namespace

Drupal\ctools\Form

Code

protected abstract function getContextClass();