| aggregator_element_data | modules/aggregator/aggregator.parser.inc | Performs an action when data is encountered. |
| aggregator_element_end | modules/aggregator/aggregator.parser.inc | Performs an action when a closing tag is encountered. |
| aggregator_element_start | modules/aggregator/aggregator.parser.inc | Performs an action when an opening tag is encountered. |
| AJAXElementValidation::getInfo | modules/simpletest/tests/ajax.test | |
| AJAXElementValidation::testAJAXElementValidation | modules/simpletest/tests/ajax.test | Try to post an Ajax change to a form that has a validated element. |
| ajax_pre_render_element | includes/ajax.inc | Adds Ajax information about an element to communicate with JavaScript. |
| contextual_element_info | modules/contextual/contextual.module | Implements hook_element_info(). |
| DatabaseSelectPagerDefaultTestCase::testElementNumbers | modules/simpletest/tests/database_test.test | Confirm that every pager gets a valid non-overlaping element ID. |
| devel_elements_page | ./devel.pages.inc | |
| DrupalRenderTestCase::assertRenderedElement | modules/simpletest/tests/common.test | |
| DrupalRenderTestCase::testDrupalRenderFormElements | modules/simpletest/tests/common.test | Test rendering form elements without passing through form_builder(). |
| element_child | includes/common.inc | Checks if the key is a child. |
| element_children | includes/common.inc | Identifies the children of an element array, optionally sorted by weight. |
| element_get_visible_children | includes/common.inc | Returns the visible children of an element. |
| element_info | includes/common.inc | Retrieves the default properties for the defined element type. |
| element_info_property | includes/common.inc | Retrieves a single property for the defined element type. |
| element_properties | includes/common.inc | Gets properties of a structured array element (keys beginning with '#'). |
| element_property | includes/common.inc | Checks if the key is a property. |
| element_set_attributes | includes/common.inc | Sets HTML attributes based on element properties. |
| element_sort | includes/common.inc | Function used by uasort to sort structured arrays by weight. |
| element_sort_by_title | includes/common.inc | Array sorting callback; sorts elements by title. |
| element_validate_integer | includes/form.inc | Form element validation handler for integer elements. |
| element_validate_integer_positive | includes/form.inc | Form element validation handler for integer elements that must be positive. |
| element_validate_number | includes/form.inc | Form element validation handler for number elements. |
| field_form_element_after_build | modules/field/field.form.inc | #after_build callback for field elements in a form. |
| field_ui_element_info | modules/field_ui/field_ui.module | Implements hook_element_info(). |
| FileManagedFileElementTestCase::getInfo | modules/file/tests/file.test | |
| FileManagedFileElementTestCase::testManagedFile | modules/file/tests/file.test | Tests the managed_file element type. |
| file_element_info | modules/file/file.module | Implements hook_element_info(). |
| filter_dom_serialize_escape_cdata_element | modules/filter/filter.module | Adds comments around the <!CDATA section in a dom element. |
| filter_element_info | modules/filter/filter.module | Implements hook_element_info(). |
| format_xml_elements | includes/common.inc | Formats XML elements. |
| FormElementTestCase::getInfo | modules/simpletest/tests/form.test | |
| FormElementTestCase::setUp | modules/simpletest/tests/form.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| FormElementTestCase::testOptions | modules/simpletest/tests/form.test | Tests expansion of #options for #type checkboxes and radios. |
| FormExampleTestCase::testElementExample | form_example/form_example.test | Test the element_example form for correct behavior. |
| FormsElementsLabelsTestCase::getInfo | modules/simpletest/tests/form.test | |
| FormsElementsLabelsTestCase::setUp | modules/simpletest/tests/form.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| FormsElementsLabelsTestCase::testFormLabels | modules/simpletest/tests/form.test | Test form elements, labels, title attibutes and required marks output
correctly and have the correct label option class if needed. |
| FormsElementsTableSelectFunctionalTest::formSubmitHelper | modules/simpletest/tests/form.test | Helper function for the option check test to submit a form while collecting errors. |