You are here

public function TagFormView::save in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Form/TagFormView.php \Drupal\xbbcode\Form\TagFormView::save()

Intercepting the save as a precaution.

Overrides EntityForm::save

File

src/Form/TagFormView.php, line 61

Class

TagFormView
A form for viewing a read-only BBCode tag.

Namespace

Drupal\xbbcode\Form

Code

public function save(array $form, FormStateInterface $form_state) {
}