You are here

public function WebformRevisionsOverviewForm::getEntityType in Config Entity Revisions 8.2

Get the entity type this form handles.

Return value

string The entity type.

Overrides ConfigEntityRevisionsOverviewFormBaseInterface::getEntityType

File

modules/webform_revisions/src/Form/WebformRevisionsOverviewForm.php, line 20

Class

WebformRevisionsOverviewForm
Provides a form for reverting a webform_revisions revision.

Namespace

Drupal\webform_revisions\Form

Code

public function getEntityType() {
  return 'webforms';
}