t('Edit %label effect', ['%label' => $this->imageEffect->label()]); $form['actions']['submit']['#value'] = $this->t('Update effect'); return $form; } /** * {@inheritdoc} */ protected function prepareImageEffect($image_effect) { return $this->imageStyle->getEffect($image_effect); } }