|
filter_update_1004 |
core/modules/filter/filter.install |
Add an exposed filename filter to the image_library view. |
|
filter_update_dependencies |
core/modules/filter/filter.install |
Implements hook_update_dependencies(). |
|
filter_xss |
core/includes/common.inc |
Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. |
|
filter_xss_admin |
core/includes/common.inc |
Applies a very permissive XSS/HTML filter for admin-only use. |
|
filter_xss_attributes |
core/includes/common.inc |
Sanitizes attributes. |
|
filter_xss_bad_protocol |
core/includes/common.inc |
Processes an HTML attribute value and strips dangerous protocols from URLs. |
|
find_conf_path |
core/includes/bootstrap.inc |
Finds the appropriate configuration directory for a given host and path. |
|
fix_gpc_magic |
core/includes/common.inc |
Fixes double-escaping caused by "magic quotes" in some PHP installations. |
|
FloodFunctionalTest::testCleanUp |
core/modules/system/tests/system.test |
Test flood control mechanism clean-up. |
|
flood_clear_event |
core/includes/common.inc |
Makes the flood control mechanism forget an event for the current visitor. |
|
flood_is_allowed |
core/includes/common.inc |
Checks whether a user is allowed to proceed with the specified event. |
|
flood_register_event |
core/includes/common.inc |
Registers an event for the current visitor to the flood control mechanism. |
|
FormAlterTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormAlterTestCase::testExecutionOrder |
core/modules/simpletest/tests/form.test |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
|
format_date |
core/includes/common.inc |
Formats a date, using a date type or a custom date format string. |
|
format_interval |
core/includes/common.inc |
Formats a time interval with the requested granularity. |
|
format_plural |
core/includes/common.inc |
Formats a string containing a count of items. |
|
format_rss_channel |
core/includes/common.inc |
Formats an RSS channel. |
|
format_rss_item |
core/includes/common.inc |
Formats a single RSS item. |
|
format_size |
core/includes/common.inc |
Generates a string representation for the given byte count. |
|
format_string |
core/includes/bootstrap.inc |
Formats a string for HTML display by replacing variable placeholders. |
|
format_username Deprecated |
core/includes/drupal.inc |
Format a username. |
|
format_xml_elements |
core/includes/common.inc |
Recursively formats nested XML array elements as a string. |
|
FormCheckboxTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormCheckboxTestCase::testFormCheckbox |
core/modules/simpletest/tests/form.test |
|
|
FormElementTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormElementTestCase::testDisabledTabledragRow |
core/modules/simpletest/tests/form.test |
Test disabled tableselect row. |
|
FormElementTestCase::testOptionIndentations |
core/modules/simpletest/tests/form.test |
Test indentations for checkboxes, radios and select options. |
|
FormElementTestCase::testOptions |
core/modules/simpletest/tests/form.test |
Tests expansion and defaults of #options for #type checkboxes and radios. |
|
FormElementTestCase::testPlaceHolderText |
core/modules/simpletest/tests/form.test |
Tests placeholder text for elements that support placeholders. |
|
FormEmailTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormEmailTestCase::testFormEmail |
core/modules/simpletest/tests/form.test |
Tests that #type 'email' fields are properly validated. |
|
FormExampleTestCase::setUp |
modules/examples/form_example/tests/form_example.test |
Enable modules. |
|
FormExampleTestCase::testElementExample |
modules/examples/form_example/tests/form_example.test |
Test the element_example form for correct behavior. |
|
FormExampleTestCase::testTutorials |
modules/examples/form_example/tests/form_example.test |
Test each tutorial. |
|
FormExampleTestCase::testWizard |
modules/examples/form_example/tests/form_example.test |
Test Wizard tutorial. |
|
FormH5datetimeTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormH5datetimeTestCase::testFormH5datetime |
core/modules/simpletest/tests/form.test |
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation. |
|
FormH5datetimeTestCase::testNoAccessH5DateOrTimeElement |
core/modules/simpletest/tests/form.test |
Test return value for disabled html_date and html_time elements. |
|
FormResizableTextareaTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormResizableTextareaTestCase::testResizableTextarea |
core/modules/simpletest/tests/form.test |
Test that setting #resizable on form item results in correct CSS classes. |
|
FormsArbitraryRebuildTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField |
core/modules/simpletest/tests/form.test |
Tests a rebuild caused by a multiple value field. |
|
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild |
core/modules/simpletest/tests/form.test |
Tests a basic rebuild with the user registration form. |
|
FormsElementsDescriptionsTestCase::setUp |
core/modules/simpletest/tests/form.test |
{inheritdoc} |
|
FormsElementsDescriptionsTestCase::testFormDescriptions |
core/modules/simpletest/tests/form.test |
Test Form Descriptions. |
|
FormsElementsLabelsTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormsElementsLabelsTestCase::testFormLabels |
core/modules/simpletest/tests/form.test |
Test form elements, labels, title attributes and required marks output
correctly and have the correct label option class if needed. |
|
FormsElementsTableSelectFunctionalTest::formSubmitHelper |
core/modules/simpletest/tests/form.test |
Helper function for the option check test to submit a form while collecting errors. |
|
FormsElementsTableSelectFunctionalTest::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |