You are here

public function ConfigEntityRevisionsOverviewFormBaseInterface::getEntityType in Config Entity Revisions 8.2

Get the entity type this form handles.

Return value

string The entity type.

2 methods override ConfigEntityRevisionsOverviewFormBaseInterface::getEntityType()
ViewRevisionsOverviewForm::getEntityType in modules/view_revisions/src/Form/ViewRevisionsOverviewForm.php
Get the entity type this form handles.
WebformRevisionsOverviewForm::getEntityType in modules/webform_revisions/src/Form/WebformRevisionsOverviewForm.php
Get the entity type this form handles.

File

src/ConfigEntityRevisionsOverviewFormBaseInterface.php, line 66

Class

ConfigEntityRevisionsOverviewFormBaseInterface
Interface ConfigEntityRevisionsOverviewFormBaseInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getEntityType();