public function TranslatableSectionStorageInterface::isDefaultTranslation in Layout Builder Symmetric Translations 8
Indicates if the layout is default translation layout.
Return value
bool TRUE if the layout is the default translation layout, otherwise FALSE.
1 method overrides TranslatableSectionStorageInterface::isDefaultTranslation()
- OverridesSectionStorage::isDefaultTranslation in src/
Plugin/ SectionStorage/ OverridesSectionStorage.php - Indicates if the layout is default translation layout.
File
- src/
TranslatableSectionStorageInterface.php, line 18
Class
- TranslatableSectionStorageInterface
- Defines an interface for translatable section overrides.
Namespace
Drupal\layout_builder_stCode
public function isDefaultTranslation();