function ContextConfigure::disableMachineName
Same name in other branches
- 8.x-3.x src/Form/ContextConfigure.php \Drupal\ctools\Form\ContextConfigure::disableMachineName()
Determines if the machine_name should be disabled.
Parameters
$cached_values:
Return value
bool
1 call to ContextConfigure::disableMachineName()
- ContextConfigure::buildForm in src/
Form/ ContextConfigure.php - Form constructor.
File
-
src/
Form/ ContextConfigure.php, line 300
Class
- ContextConfigure
- Configure Context Form.
Namespace
Drupal\ctools\FormCode
protected abstract function disableMachineName($cached_values, $machine_name);