You are here

namespace Drupal\jsonapi\Revisions in Drupal 8

Same name in other branches
  1. 9 Drupal\jsonapi\Revisions
  2. 10 Drupal\jsonapi\Revisions
Classsort descending Location Description
InvalidVersionIdentifierException core/modules/jsonapi/src/Revisions/InvalidVersionIdentifierException.php Used when a version ID is invalid.
NegotiatorBase core/modules/jsonapi/src/Revisions/NegotiatorBase.php Base implementation for version negotiators.
ResourceVersionRouteEnhancer core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Loads an appropriate revision for the requested resource version.
VersionById core/modules/jsonapi/src/Revisions/VersionById.php Defines a revision ID implementation for entity revision ID values.
VersionByRel core/modules/jsonapi/src/Revisions/VersionByRel.php Revision ID implementation for the default or latest revisions.
VersionNegotiator core/modules/jsonapi/src/Revisions/VersionNegotiator.php Provides a version negotiator manager.
VersionNegotiatorInterface core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Defines the common interface for all version negotiators.
VersionNotFoundException core/modules/jsonapi/src/Revisions/VersionNotFoundException.php Used when a version ID is valid, but the requested version does not exist.