function ManageContext::getContextOperationsRouteInfo
Same name in other branches
- 8.x-3.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::getContextOperationsRouteInfo()
Gets the Context Operations Route info.
Parameters
mixed $cached_values: Cached Route info values.
string $machine_name: Relationship Machine Name.
string $row: Context Row.
Return value
array The context operations.
3 calls to ManageContext::getContextOperationsRouteInfo()
- ManageContext::addContext in src/
Form/ ManageContext.php - Add a context.
- ManageContext::renderRows in src/
Form/ ManageContext.php - Render the Rows.
- ManageContext::submitForm in src/
Form/ ManageContext.php - Form submission handler.
File
-
src/
Form/ ManageContext.php, line 409
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
protected abstract function getContextOperationsRouteInfo($cached_values, $machine_name, $row);