You are here

interface ConfigEntityRevisionsEditFormInterface in Config Entity Revisions 8.2

Interface ConfigEntityRevisionsEditFormInterface.

@package Drupal\config_entity_revisions

Hierarchy

Expanded class hierarchy of ConfigEntityRevisionsEditFormInterface

All classes that implement ConfigEntityRevisionsEditFormInterface

2 files declare their use of ConfigEntityRevisionsEditFormInterface
ViewRevisionsEditForm.php in modules/view_revisions/src/ViewRevisionsEditForm.php
WebformRevisionsEditForm.php in modules/webform_revisions/src/WebformRevisionsEditForm.php

File

src/ConfigEntityRevisionsEditFormInterface.php, line 10

Namespace

Drupal\config_entity_revisions
View source
interface ConfigEntityRevisionsEditFormInterface {

  /**
   * Get the route parameter that provides the entity instance.
   *
   * @return string
   *   The route parameter name.
   */
  public function getRouteParameterName();

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigEntityRevisionsEditFormInterface::getRouteParameterName public function Get the route parameter that provides the entity instance. 2