Search for element
- Search 9.5.x for element
- Search 8.9.x for element
- Search 10.3.x for element
- Search 11.x for element
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormsElementsLabelsTestCase::testFormLabels | function | modules/ |
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed. |
| FormsElementsTableSelectFunctionalTest | class | modules/ |
Test the tableselect form element for expected behavior. |
| FormsElementsTableSelectFunctionalTest::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
| FormsElementsTableSelectFunctionalTest::getInfo | function | modules/ |
|
| FormsElementsTableSelectFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsElementsTableSelectFunctionalTest::testAdvancedSelect | function | modules/ |
Test the #js_select property. |
| FormsElementsTableSelectFunctionalTest::testAjax | function | modules/ |
Test presence of ajax functionality |
| FormsElementsTableSelectFunctionalTest::testEmptyText | function | modules/ |
Test the display of the #empty text when #options is an empty array. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalse | function | modules/ |
Test the display of radios when #multiple is FALSE. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit | function | modules/ |
Test submission of values when #multiple is FALSE. |
| FormsElementsTableSelectFunctionalTest::testMultipleTrue | function | modules/ |
Test the display of checkboxes when #multiple is TRUE. |
| FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
| FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit | function | modules/ |
Test the submission of single and multiple values when #multiple is TRUE. |
| FormsElementsValidationTestCase | class | modules/ |
Tests validation of additional Form API properties. |
| FormsElementsValidationTestCase::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
| FormsElementsValidationTestCase::getInfo | function | modules/ |
|
| FormsElementsValidationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsElementsValidationTestCase::testMaxlengthValidation | function | modules/ |
Tests #maxlength validation. |
| FormsElementsVerticalTabsFunctionalTest | class | modules/ |
Test the vertical_tabs form element for expected behavior. |
| FormsElementsVerticalTabsFunctionalTest::getInfo | function | modules/ |
|
| FormsElementsVerticalTabsFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering | function | modules/ |
Ensures that vertical-tabs.js is included before collapse.js. |
| FormsTestCase::testDisabledElements | function | modules/ |
Test handling of disabled elements. |
| FormsTriggeringElementTestCase | class | modules/ |
Test that FAPI correctly determines $form_state['triggering_element']. |
| FormsTriggeringElementTestCase::getInfo | function | modules/ |
|
| FormsTriggeringElementTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsTriggeringElementTestCase::testAttemptAccessControlBypass | function | modules/ |
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE. |
| FormsTriggeringElementTestCase::testNoButtonInfoInPost | function | modules/ |
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer. |
| form_pre_render_conditional_form_element | function | includes/ |
Adds form element theming to an element if its title or description is set. |
| form_test_element_validate_name | function | modules/ |
Form element validation handler for 'name' in form_test_validate_form(). |
| form_test_limit_validation_errors_element_validate_test | function | modules/ |
Form element validation handler for the 'test' element. |
| form_test_storage_element_validate_value_cached | function | modules/ |
Form element validation handler for 'value' element in form_test_storage_form(). |
| hook_element_info | function | modules/ |
Allows modules to declare their own Form API element types and specify their default values. |
| hook_element_info_alter | function | modules/ |
Alter the element type information returned from modules. |
| NodeFeedTestCase::testNodeFeedExtraChannelElements | function | modules/ |
Ensures that node_feed() accepts and prints extra channel elements. |
| PagerDefault::$element | property | includes/ |
The unique ID of this pager on this page. |
| PagerDefault::$maxElement | property | includes/ |
The highest element we've autogenerated so far. |
| PagerDefault::element | function | includes/ |
Specify the element ID for this pager query. |
| PagerDefault::ensureElement | function | includes/ |
Ensure that there is an element associated with this query. If an element was not specified previously, then the value of the $maxElement counter is taken, after which the counter is incremented. |
| PagerDefault::getElement | function | includes/ |
Gets the element ID for this pager query. |
| path_form_element_validate | function | modules/ |
Form element validation handler for URL alias form element. |
| RenderElementTypesTestCase | class | modules/ |
Tests the markup of core render element types passed to drupal_render(). |
| RenderElementTypesTestCase::assertElements | function | modules/ |
Asserts that an array of elements is rendered properly. |
| RenderElementTypesTestCase::getInfo | function | modules/ |
|
| RenderElementTypesTestCase::testContainer | function | modules/ |
Tests system #type 'container'. |
| RenderElementTypesTestCase::testHtmlTag | function | modules/ |
Tests system #type 'html_tag'. |
| system_element_info | function | modules/ |
Implements hook_element_info(). |
| theme_form_element | function | includes/ |
Returns HTML for a form element. |
| theme_form_element_label | function | includes/ |
Returns HTML for a form element label and required marker. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.