function ManageContext::isEditableContext

Same name in other branches
  1. 4.0.x src/Form/ManageContext.php \Drupal\ctools\Form\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\Form

Code

protected abstract function isEditableContext($cached_values, $row);