You are here

public function Drupal7Backend::image_style_load in Configuration Management 7.3

Overrides BackendInterface::image_style_load

File

src/Backends/Drupal7Backend.php, line 131

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

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