You are here

public static function ConfigEntityRevisionsFormAlterBase::getViewFormRoutes in Config Entity Revisions 8.2

Routes that view the entity.

Return value

array Routes that view the entity.

1 call to ConfigEntityRevisionsFormAlterBase::getViewFormRoutes()
ConfigEntityRevisionsFormAlterBase::getRevisionRoutes in src/ConfigEntityRevisionsFormAlterBase.php
Additional routes (to $add_edit_form_routes) that need a revision id.
1 method overrides ConfigEntityRevisionsFormAlterBase::getViewFormRoutes()
ViewRevisionsFormAlter::getViewFormRoutes in modules/view_revisions/src/ViewRevisionsFormAlter.php
ViewRevisions routes that view the entity.

File

src/ConfigEntityRevisionsFormAlterBase.php, line 54

Class

ConfigEntityRevisionsFormAlterBase
Class ConfigEntityRevisionsFormAlterBase.

Namespace

Drupal\config_entity_revisions

Code

public static function getViewFormRoutes() {
  return [];
}