You are here

public function FeedTypeForm::toMapping in Feeds 8.3

File

src/FeedTypeForm.php, line 361

Class

FeedTypeForm
Form controller for the feed type edit forms.

Namespace

Drupal\feeds

Code

public function toMapping(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRedirectUrl($this->entity
    ->toUrl('mapping'));
}