function ContextConfigure::disableMachineName

Same name in other branches
  1. 4.0.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\Form

Code

protected abstract function disableMachineName($cached_values, $machine_name);