form_test_wrapper_callback_form |
core/modules/simpletest/tests/form_test.module |
Form builder for form wrapper callback test. |
form_test_wrapper_callback_wrapper |
core/modules/simpletest/tests/form_test.module |
Form wrapper for form_test_wrapper_callback_form(). |
form_type_checkboxes_value |
core/includes/form.inc |
Determines the value for a checkboxes form element. |
form_type_checkbox_value |
core/includes/form.inc |
Determines the value for a checkbox form element. |
form_type_form_example_checkbox_value |
modules/examples/form_example/form_example_elements.inc |
Value callback for form_example_checkbox element type. |
form_type_image_button_value |
core/includes/form.inc |
Determines the value for an image button form element. |
form_type_options_value |
core/modules/field/modules/options/options.module |
This function adjusts the value of the element from a text value to an array. |
form_type_password_confirm_value |
core/includes/form.inc |
Determines the value for a password_confirm form element. |
form_type_radios_value |
core/includes/form.inc |
Form value callback: Determines the value for a #type radios form element. |
form_type_select_value |
core/includes/form.inc |
Determines the value for a select form element. |
form_type_tableselect_value |
core/includes/form.inc |
Determines the value for a tableselect form element. |
form_type_textarea_value |
core/includes/form.inc |
Determines the value for a textarea form element. |
form_type_textfield_value |
core/includes/form.inc |
Determines the value for a textfield form element. |
form_type_token_value |
core/includes/form.inc |
Determines the value for form's token value. |
form_validate_color |
core/includes/form.inc |
Form element validation handler for #type 'color'. |
form_validate_email |
core/includes/form.inc |
Form element validation handler for #type 'email'. |
form_validate_machine_name |
core/includes/form.inc |
Form element validation handler for machine_name elements. |
form_validate_number |
core/includes/form.inc |
Form element validation handler for #type 'number'. |
form_validate_url |
core/includes/form.inc |
Form element validation handler for #type 'url'. |
FrontLayoutAccess::checkAccess |
core/modules/layout/plugins/access/front_layout_access.inc |
Checks for access based on the available context. |
FrontLayoutAccess::form |
core/modules/layout/plugins/access/front_layout_access.inc |
Settings form for configuring this access item. |
FrontLayoutAccess::summary |
core/modules/layout/plugins/access/front_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
FrontPageTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
FrontPageTestCase::testBackdropIsFrontPage |
core/modules/system/tests/system.test |
Test home page functionality. |
GenericFieldTest::codeTestGenericAddAllFields |
modules/examples/field_permission_example/tests/field_permission_example.test |
Add all testable fields as instances to a content type. |
GenericFieldTest::codeTestGenericRemoveAllFields |
modules/examples/field_permission_example/tests/field_permission_example.test |
Remove all fields in $this->field_names. |
GenericFieldTest::createFieldContentForUser |
modules/examples/field_permission_example/tests/field_permission_example.test |
Create a node with some field content. |
GenericFieldTest::formAddAllFields |
modules/examples/field_permission_example/tests/field_permission_example.test |
Add all fields using Form API. |
GenericFieldTest::formCreateField |
modules/examples/field_permission_example/tests/field_permission_example.test |
Create a field using the content type management form. |
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm |
modules/examples/field_permission_example/tests/field_permission_example.test |
Add and delete all field types through Form API. |
GenericFieldTest::getFieldTypes |
modules/examples/field_permission_example/tests/field_permission_example.test |
Supply the field types we wish to test. |
GenericFieldTest::getModule |
modules/examples/field_permission_example/tests/field_permission_example.test |
The module to enable. |
GenericFieldTest::runTestGenericFieldInfo |
modules/examples/field_permission_example/tests/field_permission_example.test |
Verify that all required fields are specified in hook_field_info(). |
GenericFieldTest::setUp |
modules/examples/field_permission_example/tests/field_permission_example.test |
Simpletest setUp(). |
get_t |
core/includes/bootstrap.inc |
Returns the name of the proper localization function. |
GraphUnitTest::assertComponents |
core/modules/simpletest/tests/graph.test |
Verify expected components in a graph. |
GraphUnitTest::assertPaths |
core/modules/simpletest/tests/graph.test |
Verify expected paths in a graph. |
GraphUnitTest::assertReversePaths |
core/modules/simpletest/tests/graph.test |
Verify expected reverse paths in a graph. |
GraphUnitTest::assertWeights |
core/modules/simpletest/tests/graph.test |
Verify expected order in a graph. |
GraphUnitTest::displayArray |
core/modules/simpletest/tests/graph.test |
Helper function to output vertices as comma-separated list. |
GraphUnitTest::normalizeGraph |
core/modules/simpletest/tests/graph.test |
Return a normalized version of a graph. |
GraphUnitTest::setUp |
core/modules/simpletest/tests/graph.test |
Sets up unit test environment. |
GraphUnitTest::testDepthFirstSearch |
core/modules/simpletest/tests/graph.test |
Test depth-first-search features. |
hide |
core/includes/common.inc |
Hides an element from later rendering. |
HookBootExitTestCase::setUp |
core/modules/simpletest/tests/bootstrap.test |
Sets up a Backdrop site for running functional and integration tests. |
HookBootExitTestCase::testHookBootExit |
core/modules/simpletest/tests/bootstrap.test |
Test calling of hook_boot() and hook_exit(). |
HookRequirementsTestCase::testHookRequirementsFailure |
core/modules/system/tests/system.test |
Assert that a module cannot be installed if it fails hook_requirements(). |
hook_action_info |
core/modules/system/system.api.php |
Declares information about actions. |
hook_action_info_alter |
core/modules/system/system.api.php |
Alters the actions declared by another module. |
hook_admin_bar_cache_info |
core/modules/admin_bar/admin_bar.api.php |
Inform about additional module-specific caches that can be cleared. |