function ContextDelete::getFormId

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

Overrides FormInterface::getFormId

File

src/Form/ContextDelete.php, line 57

Class

ContextDelete
Provides a form for deleting an contexts and relationships.

Namespace

Drupal\ctools\Form

Code

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