X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flayout_builder%2Fsrc%2FForm%2FUpdateBlockForm.php;fp=web%2Fcore%2Fmodules%2Flayout_builder%2Fsrc%2FForm%2FUpdateBlockForm.php;h=c00b406eb2cb2a5e666410fd185ad408cf2659cd;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/layout_builder/src/Form/UpdateBlockForm.php b/web/core/modules/layout_builder/src/Form/UpdateBlockForm.php new file mode 100644 index 000000000..c00b406eb --- /dev/null +++ b/web/core/modules/layout_builder/src/Form/UpdateBlockForm.php @@ -0,0 +1,53 @@ +getSection($delta)->getComponent($uuid); + return $this->doBuildForm($form, $form_state, $section_storage, $delta, $component); + } + + /** + * {@inheritdoc} + */ + protected function submitLabel() { + return $this->t('Update'); + } + +}