Search for format_
- Search 9.5.x for format_
- Search 8.9.x for format_
- Search 10.3.x for format_
- Search 11.x for format_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterNoFormatTestCase::testCheckMarkupNoFormat | function | modules/ |
Tests text without format. |
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_fallback_format_title | function | modules/ |
Returns the title of the fallback text format. |
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_get_formats_by_role | function | modules/ |
Retrieves a list of text formats that are allowed for a given role. |
filter_test_filter_format_disable | function | modules/ |
Implements hook_filter_format_disable(). |
filter_test_filter_format_insert | function | modules/ |
Implements hook_filter_format_insert(). |
filter_test_filter_format_update | function | modules/ |
Implements hook_filter_format_update(). |
FormatDateUnitTest | class | modules/ |
Tests for the format_date() function. |
FormatDateUnitTest::$admin_user | property | modules/ |
|
FormatDateUnitTest::getInfo | function | modules/ |
|
FormatDateUnitTest::LANGCODE | constant | modules/ |
Arbitrary langcode for a custom language. |
FormatDateUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormatDateUnitTest::testAdminDefinedFormatDate | function | modules/ |
Test admin-defined formats in format_date(). |
FormatDateUnitTest::testFormatDate | function | modules/ |
Tests for the format_date() function. |
Formatting | group | includes/ |
Functions to format numbers, strings, dates, etc. |
format_date | function | includes/ |
Formats a date, using a date type or a custom date format string. |
format_interval | function | includes/ |
Formats a time interval with the requested granularity. |
format_plural | function | includes/ |
Formats a string containing a count of items. |
format_rss_channel | function | includes/ |
Formats an RSS channel. |
format_rss_item | function | includes/ |
Formats a single RSS item. |
format_size | function | includes/ |
Generates a string representation for the given byte count. |
format_string | function | includes/ |
Formats a string for HTML display by replacing variable placeholders. |
format_username | function | includes/ |
Format a username. |
format_xml_elements | function | includes/ |
Formats XML elements. |
hook_date_formats | function | modules/ |
Define additional date formats. |
hook_date_formats_alter | function | modules/ |
Alter date formats declared by another module. |
hook_date_format_types | function | modules/ |
Define additional date types. |
hook_date_format_types_alter | function | modules/ |
Modify existing date types. |
hook_field_formatter_info | function | modules/ |
Expose Field API formatter types. |
hook_field_formatter_info_alter | function | modules/ |
Perform alterations on Field API formatter types. |
hook_field_formatter_prepare_view | function | modules/ |
Allow formatters to load information for field values being displayed. |
hook_field_formatter_settings_form | function | modules/ |
Specify the form elements for a formatter's settings. |
hook_field_formatter_settings_summary | function | modules/ |
Return a short summary for the current formatter settings of an instance. |
hook_field_formatter_view | function | modules/ |
Build a renderable array for a field value. |
hook_filter_format_disable | function | modules/ |
Perform actions when a text format has been disabled. |
hook_filter_format_insert | function | modules/ |
Perform actions when a new text format has been created. |
hook_filter_format_update | function | modules/ |
Perform actions when a text format has been updated. |
ImageFieldDisplayTestCase::testImageFieldFormatterAttributes | function | modules/ |
Test passing attributes into the image field formatters. |
ImageFieldDisplayTestCase::testImageFieldFormattersPrivate | function | modules/ |
Test image formatters on node display for private files. |
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.