You are here

function picture_mapping_load_all in Picture 7

Same name and namespace in other branches
  1. 7.2 picture.module \picture_mapping_load_all()

Load all mappings.

2 calls to picture_mapping_load_all()
picture_file_formatter_picture_settings in ./picture.file_entity_1.inc
'settings callback' for hook_file_formatter_info().
picture_get_mapping_options in ./picture.module
Returns a list of picture mappings for use in a select list.

File

./picture.module, line 142
Picture formatter.

Code

function picture_mapping_load_all() {
  ctools_include('export');
  return ctools_export_load_object('picture_mapping');
}