function ManageContext::isEditableContext
Parameters
mixed $cached_values: Cached context values.
string $row: Context Row.
Return value
bool If context is editable.
1 call to ManageContext::isEditableContext()
- ManageContext::getOperations in src/
Form/ ManageContext.php - Get available Operations.
File
-
src/
Form/ ManageContext.php, line 435
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
abstract protected function isEditableContext($cached_values, $row);