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

Breadcrumb

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

function TranslatableRevisionableInterface::isLatestTranslationAffectedRevision

Checks whether this is the latest revision affecting this translation.

Return value

bool TRUE if this revision is the latest one affecting the active translation, FALSE otherwise.

File

core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php, line 17

Class

TranslatableRevisionableInterface
Provides methods for an entity to support revision translation.

Namespace

Drupal\Core\Entity

Code

public function isLatestTranslationAffectedRevision();

API Navigation

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