_field_invoke_default

  1. drupal
    1. drupal7
Versionen
drupal7 _field_invoke_default($op, $obj_type, &$object, &$a = NULL, &$b = NULL)

Invoke field.module's version of a field hook.

Verwandte Themen

▾ 8 functions call _field_invoke_default()

_field_attach_form in modules/field/field.attach.inc
Add form elements for all fields for an object to a form structure.
_field_attach_form_validate in modules/field/field.attach.inc
Perform field validation against form-submitted field values.
_field_attach_insert in modules/field/field.attach.inc
Save field data for a new object.
_field_attach_prepare_translation in modules/field/field.attach.inc
Implementation of hook_node_prepare_translation.
_field_attach_preprocess in modules/field/field.attach.inc
To be called in entity preprocessor.
_field_attach_submit in modules/field/field.attach.inc
Perform necessary operations on field data submitted by a form.
_field_attach_validate in modules/field/field.attach.inc
Perform field validation against the field data in an object.
_field_attach_view in modules/field/field.attach.inc
Generate and return a structured content array tree suitable for drupal_render() for all of the fields on an object. The format of each field's rendered content depends on the display formatter and its settings.

Code

modules/field/field.attach.inc, line 270

<?php
function _field_invoke_default($op, $obj_type, &$object, &$a = NULL, &$b = NULL) {
  return _field_invoke($op, $obj_type, $object, $a, $b, TRUE);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen