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()
File
- src/
WebformTranslationLingotekManagerInterface.php, line 25
Class
- WebformTranslationLingotekManagerInterface
- Defines an interface for webform Lingotek translation classes.
Namespace
Drupal\webformCode
public function configEntityDocumentUpload(array &$source_data, ConfigEntityInterface &$entity, &$url);