function EntityConfirmFormBase::getBaseFormId

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getBaseFormId()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getBaseFormId()
  3. 10 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::getBaseFormId()

Overrides EntityForm::getBaseFormId

File

core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php, line 19

Class

EntityConfirmFormBase
Provides a generic base class for an entity-based confirmation form.

Namespace

Drupal\Core\Entity

Code

public function getBaseFormId() {
    return $this->entity
        ->getEntityTypeId() . '_confirm_form';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.