You are here

function paragraphs_id_get_prefix in Paragraphs ID 7

Get class prefix from variable.

Return value

string

1 call to paragraphs_id_get_prefix()
paragraphs_id_preprocess in ./paragraphs_id.module
Implements hook_preprocess().

File

./paragraphs_id.module, line 72
Paragraphs ID module file.

Code

function paragraphs_id_get_prefix() {
  return variable_get(PI_PARAGRAPHS_ITEM_ID_PREFIX, PI_PARAGRAPHS_ITEM_ID_PREFIX_DEFAULT);
}