You are here

function flexiform_formfield_load in Flexiform 7

Split a namespace into entity and field name

File

./flexiform.module, line 318
Module for the Flexiform system.

Code

function flexiform_formfield_load($string) {
  return $string;
}