public function TranslatableSectionStorageInterface::setTranslatedComponentConfiguration in Layout Builder Symmetric Translations 8
Sets the translated component configuration.
Parameters
string $uuid: The component UUID.
array $configuration: The component's translated configuration.
1 method overrides TranslatableSectionStorageInterface::setTranslatedComponentConfiguration()
- OverridesSectionStorage::setTranslatedComponentConfiguration in src/
Plugin/ SectionStorage/ OverridesSectionStorage.php - Sets the translated component configuration.
File
- src/
TranslatableSectionStorageInterface.php, line 28
Class
- TranslatableSectionStorageInterface
- Defines an interface for translatable section overrides.
Namespace
Drupal\layout_builder_stCode
public function setTranslatedComponentConfiguration($uuid, array $configuration);