public function LingotekInterfaceTranslationServiceInterface::hasEntityChanged in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::hasEntityChanged()
- 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\lingotekCode
public function hasEntityChanged($component);