function ContextConfigure::getFormId

Same name and namespace in other branches
  1. 8.x-3.x src/Form/ContextConfigure.php \Drupal\ctools\Form\ContextConfigure::getFormId()

Overrides FormInterface::getFormId

File

src/Form/ContextConfigure.php, line 78

Class

ContextConfigure
Configure Context Form.

Namespace

Drupal\ctools\Form

Code

public function getFormId() {
    return 'ctools_context_configure';
}