You are here

public function Drupal7Backend::filter_format_load in Configuration Management 7.3

Overrides BackendInterface::filter_format_load

File

src/Backends/Drupal7Backend.php, line 87

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function filter_format_load($name) {
  return filter_format_load($name);
}