You are here

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

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

Deletes all local metadata related to an component.

Parameters

string $component: The component which we want to forget about.

Return value

string The component.

1 method overrides LingotekInterfaceTranslationServiceInterface::deleteMetadata()
LingotekInterfaceTranslationService::deleteMetadata in src/LingotekInterfaceTranslationService.php
Deletes all local metadata related to an component.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 316

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function deleteMetadata($component);