getSection($delta)->getComponent($uuid); return $this->doBuildForm($form, $form_state, $section_storage, $delta, $component); } /** * {@inheritdoc} */ protected function submitLabel() { return $this->t('Update'); } }