You are here

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

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

Updates the component hash.

Parameters

string $component: The component being checked.

1 method overrides LingotekInterfaceTranslationServiceInterface::updateEntityHash()
LingotekInterfaceTranslationService::updateEntityHash in src/LingotekInterfaceTranslationService.php
Updates the component hash.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 180

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function updateEntityHash($component);