You are here

public function TranslatableSectionStorageInterface::getTranslatedComponentConfiguration in Layout Builder Symmetric Translations 8

Gets the translated component configuration.

Parameters

string $uuid: The component UUID.

Return value

array The component's translated configuration.

1 method overrides TranslatableSectionStorageInterface::getTranslatedComponentConfiguration()
OverridesSectionStorage::getTranslatedComponentConfiguration in src/Plugin/SectionStorage/OverridesSectionStorage.php
Gets the translated component configuration.

File

src/TranslatableSectionStorageInterface.php, line 39

Class

TranslatableSectionStorageInterface
Defines an interface for translatable section overrides.

Namespace

Drupal\layout_builder_st

Code

public function getTranslatedComponentConfiguration($uuid);