Search for filter
- Search 7.x for filter
- Search 9.5.x for filter
- Search 8.9.x for filter
- Search 10.3.x for filter
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Filter | class | core/ |
Gathers information about the filter parameter. |
Filter | class | core/ |
Defines a filter annotation object. |
Filter | class | core/ |
Defines a filter attribute for plugin discovery. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FilterFormTest::assertEnabledTextarea | function | core/ |
Asserts that a textarea with a given ID exists and is not disabled. |
FilterFormTest::assertNoSelect | function | core/ |
Makes sure that no select element with the given ID exists on the page. |
FilterFormTest::assertOptions | function | core/ |
Asserts that a select element has the correct options. |
FilterFormTest::assertRequiredSelectAndOptions | function | core/ |
Asserts that there is a select element with the given ID that is required. |
FilterFormTest::doFilterFormTestAsAdmin | function | core/ |
Tests the behavior of the 'text_format' element as an administrator. |
FilterFormTest::doFilterFormTestAsNonAdmin | function | core/ |
Tests the behavior of the 'text_format' element as a normal user. |
FilterFormTest::setUp | function | core/ |
|
FilterFormTest::testFilterForm | function | core/ |
Tests various different configurations of the 'text_format' element. |
FilterHooks | class | core/ |
Hook implementations for filter. |
FilterHooks.php | file | core/ |
|
FilterHooks::filterSecureImageAlter | function | core/ |
Implements hook_filter_secure_image_alter(). |
FilterHooks::help | function | core/ |
Implements hook_help(). |
FilterHooks::theme | function | core/ |
Implements hook_theme(). |
FilterHooksTest | class | core/ |
Tests hooks for text formats insert/update/disable. |
FilterHooksTest.php | file | core/ |
|
FilterHooksTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FilterHooksTest::$modules | property | core/ |
Modules to install. |
FilterHooksTest::testFilterHooks | function | core/ |
Tests hooks on format management. |
FilterHtml | class | core/ |
Provides a filter to limit allowed HTML tags. |
FilterHtml.php | file | core/ |
|
FilterHtml::$restrictions | property | core/ |
The processed HTML restrictions. |
FilterHtml::filterAttributes | function | core/ |
Provides filtering of tag attributes into accepted HTML. |
FilterHtml::filterElementAttributes | function | core/ |
Filters attributes on an element according to a list of allowed values. |
FilterHtml::findAllowedValue | function | core/ |
Helper function to handle prefix matching. |
FilterHtml::getHTMLRestrictions | function | core/ |
Returns HTML allowed by this filter's configuration. |
FilterHtml::prepareAttributeValues | function | core/ |
Helper function to prepare attribute values including wildcards. |
FilterHtml::process | function | core/ |
Performs the filter processing. |
FilterHtml::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
FilterHtml::settingsForm | function | core/ |
Generates a filter's settings form. |
FilterHtml::tips | function | core/ |
Generates a filter's tip. |
FilterHtmlCorrector | class | core/ |
Provides a filter to correct faulty and chopped off HTML. |
FilterHtmlCorrector.php | file | core/ |
|
FilterHtmlCorrector::process | function | core/ |
Performs the filter processing. |
FilterHtmlEscape | class | core/ |
Provides a filter to display any HTML as plain text. |
FilterHtmlEscape.php | file | core/ |
|
FilterHtmlEscape::getHTMLRestrictions | function | core/ |
Returns HTML allowed by this filter's configuration. |
FilterHtmlEscape::process | function | core/ |
Performs the filter processing. |
FilterHtmlEscape::tips | function | core/ |
Generates a filter's tip. |
FilterHtmlImageSecure | class | core/ |
Provides a filter to restrict images to site. |
FilterHtmlImageSecure.php | file | core/ |
|
FilterHtmlImageSecure::process | function | core/ |
Performs the filter processing. |
FilterHtmlImageSecure::tips | function | core/ |
Generates a filter's tip. |
FilterHtmlImageSecureTest | class | core/ |
Tests restriction of IMG tags in HTML input. |
FilterHtmlImageSecureTest.php | file | core/ |
|
FilterHtmlImageSecureTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FilterHtmlImageSecureTest::$modules | property | core/ |
Modules to install. |
FilterHtmlImageSecureTest::setUp | function | core/ |
|
FilterHtmlImageSecureTest::testImageSource | function | core/ |
Tests removal of images having a non-local source. |
FilterHtmlTest | class | core/ |
@coversDefaultClass \Drupal\filter\Plugin\Filter\FilterHtml @group filter |
FilterHtmlTest | class | core/ |
Tests the 'filter_html' plugin javascript functionality. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.