1.20.x image.module image_style_path_token($style_name, $uri)

This function was never included in Backdrop. See:

Deprecated

since 1.0.0

File

modules/image/image.module, line 949
Exposes global functionality for creating image styles.

Code

function image_style_path_token($style_name, $uri) {
  watchdog_deprecated_function('drupal', __FUNCTION__, t('Change record:') . ' ' . l(t('<code>image_style_path_token()</code> does not exist in Backdrop'), 'https://api.backdropcms.org/change-records/image_style_path_token-does-not-exist-backdrop', array('attributes' => array('target' => '_blank'))));
}