function ManageContext::getContextAddRoute
Same name in other branches
- 4.0.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::getContextAddRoute()
The route to which context 'add' actions should submit.
Parameters
mixed $cached_values: Cached Route info values.
Return value
string The context add route.
2 calls to ManageContext::getContextAddRoute()
- ManageContext::addContext in src/
Form/ ManageContext.php - Add a context.
- ManageContext::submitForm in src/
Form/ ManageContext.php - Form submission handler.
File
-
src/
Form/ ManageContext.php, line 364
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
protected abstract function getContextAddRoute(mixed $cached_values);