You are here

function _textimage_get_store_path in Textimage 7.3

Return a path within the textimage_store structure.

4 calls to _textimage_get_store_path()
Textimage::buildUri in classes/Textimage.inc
Set URI to image file.
TextimageStyles::flush in classes/TextimageStyles.inc
Flushes Textimage style data.
textimage_cron in ./textimage.module
Implements hook_cron().
_textimage_flush_all in ./textimage.module
Cleanup Textimage.

File

./textimage.module, line 1225
Textimage - Provides text to image manipulations.

Code

function _textimage_get_store_path($path) {
  return _textimage_get_variable('store_scheme') . '://textimage_store/' . $path;
}