Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilterUnitTestCase::assertNormalized | function | modules/ |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
| FilterUnitTestCase::filterUrlWithPcreErrors | function | modules/ |
Calls filter_url with pcre.backtrack_limit set to 1. |
| FilterUnitTestCase::getInfo | function | modules/ |
|
| FilterUnitTestCase::testFilterXSS | function | modules/ |
Tests limiting allowed tags and XSS prevention. |
| FilterUnitTestCase::testFilterXSSAdmin | function | modules/ |
Tests the loose, admin HTML filter. |
| FilterUnitTestCase::testHtmlCorrectorFilter | function | modules/ |
Tests the HTML corrector filter. |
| FilterUnitTestCase::testHtmlEscapeFilter | function | modules/ |
Tests the HTML escaping filter. |
| FilterUnitTestCase::testHtmlFilter | function | modules/ |
Tests filter settings, defaults, access restrictions and similar. |
| FilterUnitTestCase::testLineBreakFilter | function | modules/ |
Tests the line break filter. |
| FilterUnitTestCase::testNoFollowFilter | function | modules/ |
Tests the spam deterrent. |
| FilterUnitTestCase::testUrlFilter | function | modules/ |
Tests the URL filter. |
| FilterUnitTestCase::testUrlFilterContent | function | modules/ |
Tests URL filter on longer content. |
| filter_access | function | modules/ |
Checks if a user has access to a particular text format. |
| filter_admin_disable | function | modules/ |
Form constructor for the text format deletion confirmation form. |
| filter_admin_disable_submit | function | modules/ |
Form submission handler for filter_admin_disable(). |
| filter_admin_format_form | function | modules/ |
Form constructor for the text format add/edit form. |
| filter_admin_format_form_submit | function | modules/ |
Form submission handler for filter_admin_format_form(). |
| filter_admin_format_form_validate | function | modules/ |
Form validation handler for filter_admin_format_form(). |
| filter_admin_format_page | function | modules/ |
Page callback: Displays the text format add/edit form. |
| filter_admin_format_title | function | modules/ |
Displays a text format form title. |
| filter_admin_overview | function | modules/ |
Page callback: Form constructor for a form to list and reorder text formats. |
| filter_admin_overview_submit | function | modules/ |
Form submission handler for filter_admin_overview(). |
| filter_default_format | function | modules/ |
Returns the ID of the default text format for a particular user. |
| filter_dom_load | function | modules/ |
Parses an HTML snippet and returns it as a DOM object. |
| filter_dom_serialize | function | modules/ |
Converts a DOM object back to an HTML snippet. |
| filter_dom_serialize_escape_cdata_element | function | modules/ |
Adds comments around the <!CDATA section in a dom element. |
| filter_element_info | function | modules/ |
Implements hook_element_info(). |
| filter_fallback_format | function | modules/ |
Returns the ID of the fallback text format that all users have access to. |
| filter_fallback_format_title | function | modules/ |
Returns the title of the fallback text format. |
| filter_filter_info | function | modules/ |
Implements hook_filter_info(). |
| filter_formats | function | modules/ |
Retrieves a list of text formats, ordered by weight. |
| filter_formats_reset | function | modules/ |
Resets the text format caches. |
| filter_format_allowcache | function | modules/ |
Checks if the text in a certain text format is allowed to be cached. |
| filter_format_disable | function | modules/ |
Disables a text format. |
| filter_format_exists | function | modules/ |
Determines if a text format exists. |
| filter_format_load | function | modules/ |
Loads a text format object from the database. |
| filter_format_save | function | modules/ |
Saves a text format object to the database. |
| filter_form_access_denied | function | modules/ |
Render API callback: Hides the field value of 'text_format' elements. |
| filter_get_filters | function | modules/ |
Returns a list of all filters provided by modules. |
| filter_get_formats_by_role | function | modules/ |
Retrieves a list of text formats that are allowed for a given role. |
| filter_get_roles_by_format | function | modules/ |
Retrieves a list of roles that are allowed to use a given text format. |
| filter_help | function | modules/ |
Implements hook_help(). |
| filter_install | function | modules/ |
Implements hook_install(). |
| filter_list_format | function | modules/ |
Retrieves a list of filters for a given text format. |
| filter_menu | function | modules/ |
Implements hook_menu(). |
| filter_modules_disabled | function | modules/ |
Implements hook_modules_disabled(). |
| filter_modules_enabled | function | modules/ |
Implements hook_modules_enabled(). |
| filter_permission | function | modules/ |
Implements hook_permission(). |
| filter_permission_name | function | modules/ |
Returns the machine-readable permission name for a provided text format. |
| filter_process_format | function | modules/ |
Expands an element into a base element with text format selector attached. |
Pagination
- Previous page
- Page 89
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.