You are here

class ConfigEntityRevisionsRouteAlterBase in Config Entity Revisions 8.2

Hierarchy

Expanded class hierarchy of ConfigEntityRevisionsRouteAlterBase

File

src/ConfigEntityRevisionsRouteAlterBase.php, line 5

Namespace

Drupal\config_entity_revisions
View source
class ConfigEntityRevisionsRouteAlterBase {

  /**
   * The list of routes in which we need to add a revision ID.
   *
   * Should match the list in the RouteSubscriber.
   *
   * @var array
   */
  protected static $specific_revision_routes = [];

  /**
   * The name of the parameter for the entity.
   *
   * @var string $parameter_name
   */
  protected static $parameter_name = '';

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigEntityRevisionsRouteAlterBase::$parameter_name protected static property The name of the parameter for the entity.
ConfigEntityRevisionsRouteAlterBase::$specific_revision_routes protected static property The list of routes in which we need to add a revision ID.