class ConfigEntityRevisionsRouteAlterBase in Config Entity Revisions 8.2
Hierarchy
- class \Drupal\config_entity_revisions\ConfigEntityRevisionsRouteAlterBase
Expanded class hierarchy of ConfigEntityRevisionsRouteAlterBase
File
- src/ConfigEntityRevisionsRouteAlterBase.php, line 5 
Namespace
Drupal\config_entity_revisionsView 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
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| ConfigEntityRevisionsRouteAlterBase:: | protected static | property | The name of the parameter for the entity. | |
| ConfigEntityRevisionsRouteAlterBase:: | protected static | property | The list of routes in which we need to add a revision ID. | 
