function image_module_test_image_style_flush

Same name and namespace in other branches
  1. 10 core/modules/image/tests/modules/image_module_test/image_module_test.module \image_module_test_image_style_flush()

Implements hook_image_style_flush().

File

core/modules/image/tests/modules/image_module_test/image_module_test.module, line 45

Code

function image_module_test_image_style_flush($style, $path = NULL) {
    $state = \Drupal::state();
    $state->set('image_module_test_image_style_flush.called', $path);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.