You are here

public function LingotekInterfaceTranslationServiceInterface::hasEntityChanged in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  2. 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  3. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  4. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  5. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  6. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
  7. 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()

Checks if the source component data has changed from last time we uploaded it.

Parameters

string $component: The component being checked.

Return value

bool TRUE if the component has changed, false if not.

1 method overrides LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
LingotekInterfaceTranslationService::hasEntityChanged in src/LingotekInterfaceTranslationService.php
Checks if the source component data has changed from last time we uploaded it.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 191

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function hasEntityChanged($component);