public function LingotekContentTranslationServiceInterface::updateEntityHash in Lingotek Translation 3.2.x
Same name and namespace in other branches
- 8 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 8.2 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 4.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.1.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.3.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.4.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.5.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.6.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.7.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
- 3.8.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::updateEntityHash()
Updates the entity hash.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity: The entity being checked
Return value
$this
1 method overrides LingotekContentTranslationServiceInterface::updateEntityHash()
- LingotekContentTranslationService::updateEntityHash in src/
LingotekContentTranslationService.php - Updates the entity hash.
File
- src/
LingotekContentTranslationServiceInterface.php, line 186
Class
- LingotekContentTranslationServiceInterface
- Service for managing Lingotek content translations.
Namespace
Drupal\lingotekCode
public function updateEntityHash(ContentEntityInterface $entity);