Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. VersionByRel.php

VersionByRel::WORKING_COPY

Version argument which loads the revision known to be the "working copy".

In Drupal terms, a "working copy" is the latest revision. It may or may not be a "default" revision. This revision is the working copy because it is the revision to which new work will be applied. In other words, it denotes the most recent revision which might be considered a work-in-progress.

File

core/modules/jsonapi/src/Revisions/VersionByRel.php, line 29

Class

VersionByRel
Revision ID implementation for the default or latest revisions.

Namespace

Drupal\jsonapi\Revisions

Code

const WORKING_COPY = 'working-copy';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal