You are here

public function WebformTranslationLingotekManagerInterface::configEntityDocumentUpload in Webform 6.x

Implements hook_lingotek_config_entity_document_upload().

Parameters

array &$source_data: The data that will be uploaded, as an associative array.

\Drupal\Core\Config\Entity\ConfigEntityInterface &$entity: The config entity where the data is extracted from and will be associated to the Lingotek document.

string &$url: The url which will be associated to this document, e.g. for context review.

See also

hook_lingotek_config_entity_document_upload().

1 method overrides WebformTranslationLingotekManagerInterface::configEntityDocumentUpload()
WebformTranslationLingotekManager::configEntityDocumentUpload in src/WebformTranslationLingotekManager.php
Implements hook_lingotek_config_entity_document_upload().

File

src/WebformTranslationLingotekManagerInterface.php, line 25

Class

WebformTranslationLingotekManagerInterface
Defines an interface for webform Lingotek translation classes.

Namespace

Drupal\webform

Code

public function configEntityDocumentUpload(array &$source_data, ConfigEntityInterface &$entity, &$url);