t('Are you sure you want to remove this section?'); } /** * {@inheritdoc} */ public function getConfirmText() { return $this->t('Remove'); } /** * {@inheritdoc} */ protected function handleSectionStorage(SectionStorageInterface $section_storage, FormStateInterface $form_state) { $section_storage->removeSection($this->delta); } }