You are here

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

Gets the translated configuration for the layout.

Return value

array The translated configuration for the layout.

1 method overrides TranslatableSectionStorageInterface::getTranslatedConfiguration()
OverridesSectionStorage::getTranslatedConfiguration in src/Plugin/SectionStorage/OverridesSectionStorage.php
Gets the translated configuration for the layout.

File

src/TranslatableSectionStorageInterface.php, line 47

Class

TranslatableSectionStorageInterface
Defines an interface for translatable section overrides.

Namespace

Drupal\layout_builder_st

Code

public function getTranslatedConfiguration();