function ContentEntityConfirmFormBase::getBaseFormId
Overrides EntityForm::getBaseFormId
File
- 
              core/lib/ Drupal/ Core/ Entity/ ContentEntityConfirmFormBase.php, line 17 
Class
- ContentEntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
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.
