11 calls to element_info()
- ajax_prepare_response in drupal-7.x/
includes/ ajax.inc - Converts the return value of a page callback into an Ajax commands array.
- drupal_deliver_html_page in drupal-7.x/
includes/ common.inc - Packages and sends the result of a page callback to the browser as HTML.
- drupal_prepare_form in drupal-7.x/
includes/ form.inc - Prepares a structured form array.
- drupal_render in drupal-7.x/
includes/ common.inc - Renders HTML given a structured array tree.
- drupal_render_page in drupal-7.x/
includes/ common.inc - Renders the page, including all theming.
- element_info_property in drupal-7.x/
includes/ common.inc - Retrieves a single property for the defined element type.
- file_field_widget_form in drupal-7.x/
modules/ file/ file.field.inc - Implements hook_field_widget_form().
- filter_process_format in drupal-7.x/
modules/ filter/ filter.module - Expands an element into a base element with text format selector attached.
- form_builder in drupal-7.x/
includes/ form.inc - Builds and processes all elements in the structured form array.
- form_process_weight in drupal-7.x/
includes/ form.inc - Expands a weight element into a select element.
- system_batch_page in drupal-7.x/
modules/ system/ system.admin.inc - Default page callback for batches.