You are here

public function BlazyFilterInterface::submitForm in Blazy 7

Submit handler for hook_filter_admin_format_form_alter().

The hustle is due to non-bubbleable cache metadata at D7, needs to catch at least the enabled settings without querying database.

File

src/Plugin/Filter/BlazyFilterInterface.php, line 58

Class

BlazyFilterInterface
Defines re-usable services and functions for blazy plugins.

Namespace

Drupal\blazy\Plugin\Filter

Code

public function submitForm($form, &$form_state);