FilterFormTest::$webUser |
property |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
A basic user account that can only access basic HTML text format. |
FilterFormTest::assertDisabledTextarea |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Asserts that a textarea with a given ID has been disabled from editing. |
FilterFormTest::assertEnabledTextarea |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Asserts that a textarea with a given ID exists and is not disabled. |
FilterFormTest::assertNoSelect |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Makes sure that no select element with the given ID exists on the page. |
FilterFormTest::assertOptions |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Asserts that a select element has the correct options. |
FilterFormTest::assertRequiredSelectAndOptions |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Asserts that there is a select element with the given ID that is required. |
FilterFormTest::doFilterFormTestAsAdmin |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Tests the behavior of the 'text_format' element as an administrator. |
FilterFormTest::doFilterFormTestAsNonAdmin |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Tests the behavior of the 'text_format' element as a normal user. |
FilterFormTest::setUp |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
|
FilterFormTest::testFilterForm |
function |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
Tests various different configurations of the 'text_format' element. |
FilterHooks |
class |
core/modules/filter/src/Hook/FilterHooks.php |
Hook implementations for filter. |
FilterHooks.php |
file |
core/modules/filter/src/Hook/FilterHooks.php |
|
FilterHooks::filterSecureImageAlter |
function |
core/modules/filter/src/Hook/FilterHooks.php |
Implements hook_filter_secure_image_alter(). |
FilterHooks::help |
function |
core/modules/filter/src/Hook/FilterHooks.php |
Implements hook_help(). |
FilterHooks::theme |
function |
core/modules/filter/src/Hook/FilterHooks.php |
Implements hook_theme(). |
FilterHooksTest |
class |
core/modules/filter/tests/src/Functional/FilterHooksTest.php |
Tests hooks for text formats insert/update/disable. |
FilterHooksTest.php |
file |
core/modules/filter/tests/src/Functional/FilterHooksTest.php |
|
FilterHooksTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/FilterHooksTest.php |
The theme to install as the default for testing. |
FilterHooksTest::$modules |
property |
core/modules/filter/tests/src/Functional/FilterHooksTest.php |
Modules to install. |
FilterHooksTest::testFilterHooks |
function |
core/modules/filter/tests/src/Functional/FilterHooksTest.php |
Tests hooks on format management. |
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'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's settings form. |
FilterHtml::tips |
function |
core/modules/filter/src/Plugin/Filter/FilterHtml.php |
Generates a filter'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'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'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'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 install. |
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. |