You are here

public function RequiredContextDelete::getFormName in Chaos Tool Suite (ctools) 8.3

Returns the internal name used to refer to the confirmation item.

Return value

string The internal form name.

Overrides ConfirmFormBase::getFormName

File

src/Form/RequiredContextDelete.php, line 115

Class

RequiredContextDelete
Base class for adding a required contexts step to your wizard.

Namespace

Drupal\ctools\Form

Code

public function getFormName() {
  return 'confirm';
}