You are here

public function ConditionDelete::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/ConditionDelete.php, line 122

Class

ConditionDelete

Namespace

Drupal\ctools\Form

Code

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