You are here

function fft_store_dir in Field Formatter Template 7

Get store directory.

Return value

string Path of store dicrectory.

3 calls to fft_store_dir()
fft_config_form in ./fft.module
Implements hook_form().
fft_field_formatter_view in ./fft.module
Implements hook_field_formatter_view().
fft_get_templates in ./fft.module
Get avaiables templates.

File

./fft.module, line 397
Field formatter template.

Code

function fft_store_dir() {
  return variable_get('fft_store_dir', "sites/all/formatter");
}