You are here

public function Drupal7Backend::filter_format_save in Configuration Management 7.3

Overrides BackendInterface::filter_format_save

File

src/Backends/Drupal7Backend.php, line 91

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function filter_format_save($format) {
  return filter_format_save($format);
}