1 image.module | image_style_path_token($style_name, $uri) |
This function was never included in Backdrop. See:
- https://docs.backdropcms.org/change-records/image_style_path_token-does-...
- https://github.com/backdrop/backdrop-issues/issues/34
- https://github.com/backdrop/backdrop-issues/issues/3989
Deprecated
since 1.0.0
File
- core/
modules/ image/ image.module, line 997 - 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://docs.backdropcms.org/change-records/image_style_path_token-does-not-exist-backdrop', array('attributes' => array('target' => '_blank'))));
}