You are here

function iframe_field_attach_presave in Iframe 7

File

./iframe.module, line 286
Defines an iframe field with all attributes.

Code

function iframe_field_attach_presave($entity_type, $entity) {
  iframe_debug(2, 'iframe_field_attach_presave', array(
    'entity_type' => $entity_type,
    'entity' => $entity,
  ));
}