12 calls to element_info()

ajax_prepare_response in drupal/core/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
drupal_prepare_form in drupal/core/includes/form.inc
Prepares a structured form array.
drupal_render in drupal/core/includes/common.inc
Renders HTML given a structured array tree.
drupal_render_page in drupal/core/includes/common.inc
Renders the page, including all theming.
element_info_property in drupal/core/includes/common.inc
Retrieves a single property for the defined element type.
ExceptionController::on403Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
FileWidget::formElement in drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement().
filter_process_format in drupal/core/modules/filter/filter.module
Expands an element into a base element with text format selector attached.
form_builder in drupal/core/includes/form.inc
Builds and processes all elements in the structured form array.
form_process_weight in drupal/core/includes/form.inc
Expands a weight element into a select element.
system_batch_page in drupal/core/modules/system/system.admin.inc
Default page callback for batches.