| 
            ElementTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php           | 
                  
            Tests building and processing of core form elements.           | 
              
          
                  | 
            element_sort           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Sorts a structured array by '#weight' property.           | 
              
          
                  | 
            element_info           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Retrieves the default properties for the defined element type.           | 
              
          
                  | 
            element_child           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Checks if the key is a child.           | 
              
          
                  | 
            ElementTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php           | 
                  
            Definition of Drupal\system\Tests\Form\ElementTest.           | 
              
          
                  | 
            ViewElementTest           | 
                  
            class           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php           | 
                  
            Tests the 'view' element type.           | 
              
          
                  | 
            SimpleXMLElement           | 
                  
            class           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php           | 
                  
            SimpleXMLElement class.           | 
              
          
                  | 
            element_property           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Checks if the key is a property.           | 
              
          
                  | 
            element_children           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Identifies the children of an element array, optionally sorted by weight.           | 
              
          
                  | 
            file_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/file/file.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            hook_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/system/system.api.php           | 
                  
            Allows modules to declare their own Form API element types and specify their
default values.           | 
              
          
                  | 
            views_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            theme_form_element           | 
                  
            function           | 
                  
            drupal/core/includes/form.inc           | 
                  
            Returns HTML for a form element.           | 
              
          
                  | 
            ElementsLabelsTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php           | 
                  
            Test form element labels, required markers and associated output.           | 
              
          
                  | 
            element_properties           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Gets properties of a structured array element (keys beginning with '#').           | 
              
          
                  | 
            format_xml_elements           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Formats XML elements.           | 
              
          
                  | 
            filter_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/filter/filter.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            ViewElementTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php           | 
                  
            Definition of Drupal\views\Tests\ViewElementTest.           | 
              
          
                  | 
            system_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/system/system.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            StyleTest::$elements           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php           | 
                  
            Stores the SimpleXML representation of the output.           | 
              
          
                  | 
            ElementTest::getInfo           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php           | 
                  
                       | 
              
          
                  | 
            SimpleXMLElement.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php           | 
                  
                       | 
              
          
                  | 
            Markup::element_type           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Markup.php           | 
                  
            Return an HTML element based upon the field's element type.           | 
              
          
                  | 
            language_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/language/language.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            ElementTest::$modules           | 
                  
            property           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php           | 
                  
            Modules to enable.           | 
              
          
                  | 
            element_sort_by_title           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Sorts a structured array by '#title' property.           | 
              
          
                  | 
            element_info_property           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Retrieves a single property for the defined element type.           | 
              
          
                  | 
            TriggeringElementTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php           | 
                  
            Test that FAPI correctly determines $form_state['triggering_element'].           | 
              
          
                  | 
            ElementValidationTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/ElementValidationTest.php           | 
                  
            Tests using ajax_test module.           | 
              
          
                  | 
            field_ui_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/field_ui.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            element_set_attributes           | 
                  
            function           | 
                  
            drupal/core/includes/common.inc           | 
                  
            Sets HTML attributes based on element properties.           | 
              
          
                  | 
            aggregator_element_end           | 
                  
            function           | 
                  
            drupal/core/modules/aggregator/aggregator.parser.inc           | 
                  
            Performs an action when a closing tag is encountered.           | 
              
          
                  | 
            ViewElementTest::setUp           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php           | 
                  
            Sets up a Drupal site for running functional and integration tests.           | 
              
          
                  | 
            WebTestBase::$elements           | 
                  
            property           | 
                  
            drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php           | 
                  
            The parsed version of the page.           | 
              
          
                  | 
            FileDriver::getElement           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php           | 
                  
            Get the element of schema meta data for the class from the mapping file.
This will lazily load the mapping file if it is not loaded yet           | 
              
          
                  | 
            ElementsLabelsTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php           | 
                  
            Definition of Drupal\system\Tests\Form\ElementsLabelsTest.           | 
              
          
                  | 
            FileWidget::formElement           | 
                  
            function           | 
                  
            drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php           | 
                  
            Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement().           | 
              
          
                  | 
            ajax_pre_render_element           | 
                  
            function           | 
                  
            drupal/core/includes/ajax.inc           | 
                  
            Adds Ajax information about an element to communicate with JavaScript.           | 
              
          
                  | 
            _book_add_form_elements           | 
                  
            function           | 
                  
            drupal/core/modules/book/book.module           | 
                  
            Builds the common elements of the book form for the node and outline forms.           | 
              
          
                  | 
            simple_xml_element.test           | 
                  
            file           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/simple_xml_element.test           | 
                  
                       | 
              
          
                  | 
            contextual_element_info           | 
                  
            function           | 
                  
            drupal/core/modules/contextual/contextual.module           | 
                  
            Implements hook_element_info().           | 
              
          
                  | 
            ElementsTableSelectTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php           | 
                  
            Test the tableselect form element for expected behavior.           | 
              
          
                  | 
            aggregator_element_data           | 
                  
            function           | 
                  
            drupal/core/modules/aggregator/aggregator.parser.inc           | 
                  
            Performs an action when data is encountered.           | 
              
          
                  | 
            hook_element_info_alter           | 
                  
            function           | 
                  
            drupal/core/modules/system/system.api.php           | 
                  
            Alter the element type information returned from modules.           | 
              
          
                  | 
            theme_form_element_label           | 
                  
            function           | 
                  
            drupal/core/includes/form.inc           | 
                  
            Returns HTML for a form element label and required marker.           | 
              
          
                  | 
            StyleTestBase::$elements           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php           | 
                  
            Stores the SimpleXML representation of the output.           | 
              
          
                  | 
            WidgetBase::errorElement           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php           | 
                  
            Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement().           | 
              
          
                  | 
            ElementsVerticalTabsTest           | 
                  
            class           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php           | 
                  
            Test the vertical_tabs form element for expected behavior.           | 
              
          
                  | 
            SimpleXMLElement::phpize           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php           | 
                  
            Converts an xml value to a php type.           | 
              
          
                  | 
            ImageWidget::formElement           | 
                  
            function           | 
                  
            drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php           | 
                  
            Overrides \Drupal\file\Plugin\field\widget\FileWidget::formElement().           |