diff --git a/src/Form/BlockContentInlineBlockTranslateForm.php b/src/Form/BlockContentInlineBlockTranslateForm.php index 9581c68..c5c2f06 100644 --- a/src/Form/BlockContentInlineBlockTranslateForm.php +++ b/src/Form/BlockContentInlineBlockTranslateForm.php @@ -139,4 +139,14 @@ final class BlockContentInlineBlockTranslateForm extends BlockContentForm { return $form; } + /** + * Retrieves the section storage object. + * + * @return \Drupal\layout_builder_st\TranslatableSectionStorageInterface + * The section storage for the current form. + */ + public function getSectionStorage() { + return $this->sectionStorage; + } + }