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

Breadcrumb

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

function ContentTranslationMetadataWrapper::isOutdated

Overrides ContentTranslationMetadataWrapperInterface::isOutdated

File

core/modules/content_translation/src/ContentTranslationMetadataWrapper.php, line 58

Class

ContentTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\content_translation

Code

public function isOutdated() {
    return (bool) $this->translation
        ->get('content_translation_outdated')->value;
}

API Navigation

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