Search for html

  1. Search 7.x for html
  2. Search 9.5.x for html
  3. Search 10.3.x for html
  4. Search 11.x for html
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Html class core/lib/Drupal/Core/Render/Element/Html.php Provides a render element for an entire HTML page: <html> plus its children.
Html class core/lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.

All search results

Title Object type File name Summary
FilterHtml class core/modules/filter/src/Plugin/Filter/FilterHtml.php Provides a filter to limit allowed HTML tags.
FilterHtml.php file core/modules/filter/src/Plugin/Filter/FilterHtml.php
FilterHtml::$restrictions property core/modules/filter/src/Plugin/Filter/FilterHtml.php The processed HTML restrictions.
FilterHtml::filterAttributes function core/modules/filter/src/Plugin/Filter/FilterHtml.php Provides filtering of tag attributes into accepted HTML.
FilterHtml::filterElementAttributes function core/modules/filter/src/Plugin/Filter/FilterHtml.php Filters attributes on an element according to a list of allowed values.
FilterHtml::findAllowedValue function core/modules/filter/src/Plugin/Filter/FilterHtml.php Helper function to handle prefix matching.
FilterHtml::getHTMLRestrictions function core/modules/filter/src/Plugin/Filter/FilterHtml.php Returns HTML allowed by this filter&#039;s configuration.
FilterHtml::prepareAttributeValues function core/modules/filter/src/Plugin/Filter/FilterHtml.php Helper function to prepare attribute values including wildcards.
FilterHtml::process function core/modules/filter/src/Plugin/Filter/FilterHtml.php Performs the filter processing.
FilterHtml::setConfiguration function core/modules/filter/src/Plugin/Filter/FilterHtml.php Sets the configuration for this plugin instance.
FilterHtml::settingsForm function core/modules/filter/src/Plugin/Filter/FilterHtml.php Generates a filter&#039;s settings form.
FilterHtml::tips function core/modules/filter/src/Plugin/Filter/FilterHtml.php Generates a filter&#039;s tip.
FilterHtmlCorrector class core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php Provides a filter to correct faulty and chopped off HTML.
FilterHtmlCorrector.php file core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php
FilterHtmlCorrector::process function core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php Performs the filter processing.
FilterHtmlEscape class core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php Provides a filter to display any HTML as plain text.
FilterHtmlEscape.php file core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php
FilterHtmlEscape::getHTMLRestrictions function core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php Returns HTML allowed by this filter&#039;s configuration.
FilterHtmlEscape::process function core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php Performs the filter processing.
FilterHtmlEscape::tips function core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php Generates a filter&#039;s tip.
FilterHtmlImageSecure class core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php Provides a filter to restrict images to site.
FilterHtmlImageSecure.php file core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php
FilterHtmlImageSecure::process function core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php Performs the filter processing.
FilterHtmlImageSecure::tips function core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php Generates a filter&#039;s tip.
FilterHtmlImageSecureTest class core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php Tests restriction of IMG tags in HTML input.
FilterHtmlImageSecureTest.php file core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
FilterHtmlImageSecureTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php The theme to install as the default for testing.
FilterHtmlImageSecureTest::$modules property core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php Modules to enable.
FilterHtmlImageSecureTest::$webUser property core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php An authenticated user.
FilterHtmlImageSecureTest::setUp function core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
FilterHtmlImageSecureTest::testImageSource function core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php Tests removal of images having a non-local source.
FilterHtmlTest class core/modules/filter/tests/src/Unit/FilterHtmlTest.php @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterHtml
@group filter
FilterHtmlTest.php file core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::$filter property core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::providerFilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php Provides data for testfilterAttributes.
FilterHtmlTest::setUp function core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::testfilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::filterAttributes
FilterHtmlTest::testSetConfiguration function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::setConfiguration
FilterHtmlUpdateTest class core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests that the allowed html configurations are updated with attributes.
FilterHtmlUpdateTest.php file core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php
FilterHtmlUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php The theme to install as the default for testing.
FilterHtmlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Set database dump files to be used.
FilterHtmlUpdateTest::testAllowedHtmlUpdate function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests system_update_8009().
FilterInterface::getHTMLRestrictions function core/modules/filter/src/Plugin/FilterInterface.php Returns HTML allowed by this filter&#039;s configuration.
FilterInterface::TYPE_HTML_RESTRICTOR constant core/modules/filter/src/Plugin/FilterInterface.php HTML tag and attribute restricting filters to prevent XSS attacks.
FilterKernelTest::testHtmlCorrectorFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML corrector filter.
FilterKernelTest::testHtmlEscapeFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML escaping filter.
FilterKernelTest::testHtmlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests filter settings, defaults, access restrictions and similar.
FilterNull::getHTMLRestrictions function core/modules/filter/src/Plugin/Filter/FilterNull.php Returns HTML allowed by this filter&#039;s configuration.
FilterSettings::$allowedHtmlDefaultAttributes property core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Default attributes for migrating filter_html&#039;s &#039;allowed_html&#039; setting.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.