| FilterPluginCollection.php |
file |
core/modules/filter/src/FilterPluginCollection.php |
|
| FilterPluginCollection::$definitions |
property |
core/modules/filter/src/FilterPluginCollection.php |
All possible filter plugin IDs. |
| FilterPluginCollection::get |
function |
core/modules/filter/src/FilterPluginCollection.php |
|
| FilterPluginCollection::getAll |
function |
core/modules/filter/src/FilterPluginCollection.php |
Retrieves filter definitions and creates an instance for each filter. |
| FilterPluginCollection::getConfiguration |
function |
core/modules/filter/src/FilterPluginCollection.php |
Gets the current configuration of all plugins in this collection. |
| FilterPluginCollection::initializePlugin |
function |
core/modules/filter/src/FilterPluginCollection.php |
Initializes and stores a plugin. |
| FilterPluginCollection::sort |
function |
core/modules/filter/src/FilterPluginCollection.php |
Sorts all plugin instances in this collection. |
| FilterPluginCollection::sortHelper |
function |
core/modules/filter/src/FilterPluginCollection.php |
Provides uasort() callback to sort plugins. |
| FilterPluginManager |
class |
core/modules/filter/src/FilterPluginManager.php |
Manages text processing filters. |
| FilterPluginManager.php |
file |
core/modules/filter/src/FilterPluginManager.php |
|
| FilterPluginManager::getFallbackPluginId |
function |
core/modules/filter/src/FilterPluginManager.php |
Gets a fallback id for a missing plugin. |
| FilterPluginManager::__construct |
function |
core/modules/filter/src/FilterPluginManager.php |
Constructs a FilterPluginManager object. |
| FilterProcessResult |
class |
core/modules/filter/src/FilterProcessResult.php |
Used to return values from a text filter plugin's processing method. |
| FilterProcessResult.php |
file |
core/modules/filter/src/FilterProcessResult.php |
|
| FilterProcessResult::$processedText |
property |
core/modules/filter/src/FilterProcessResult.php |
The processed text. |
| FilterProcessResult::createPlaceholder |
function |
core/modules/filter/src/FilterProcessResult.php |
Creates a placeholder. |
| FilterProcessResult::getProcessedText |
function |
core/modules/filter/src/FilterProcessResult.php |
Gets the processed text. |
| FilterProcessResult::setProcessedText |
function |
core/modules/filter/src/FilterProcessResult.php |
Sets the processed text. |
| FilterProcessResult::__construct |
function |
core/modules/filter/src/FilterProcessResult.php |
Constructs a FilterProcessResult object. |
| FilterProcessResult::__toString |
function |
core/modules/filter/src/FilterProcessResult.php |
Gets the processed text. |
| FilterSecurityTest |
class |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Tests HTML filtering with missing or skipped filters or text formats. |
| FilterSecurityTest.php |
file |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
|
| FilterSecurityTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
A user with administrative permissions. |
| FilterSecurityTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
The theme to install as the default for testing. |
| FilterSecurityTest::$modules |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Modules to install. |
| FilterSecurityTest::setUp |
function |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
|
| FilterSecurityTest::testDisableFilterModule |
function |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Tests removal of filtered content when an active filter is disabled. |
| FilterSecurityTest::testSkipSecurityFilters |
function |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Tests that security filters are enforced even when marked to be skipped. |
| FilterSettings |
class |
core/modules/filter/src/Plugin/migrate/process/FilterSettings.php |
Adds the default allowed attributes to filter_html's allowed_html setting. |
| FilterSettings.php |
file |
core/modules/filter/src/Plugin/migrate/process/FilterSettings.php |
|
| FilterSettings::$allowedHtmlDefaultAttributes |
property |
core/modules/filter/src/Plugin/migrate/process/FilterSettings.php |
Default attributes for migrating filter_html's 'allowed_html' setting. |
| FilterSettings::transform |
function |
core/modules/filter/src/Plugin/migrate/process/FilterSettings.php |
Performs the associated process. |
| FilterSettingsTest |
class |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
Unit tests of the filter_settings plugin. |
| FilterSettingsTest.php |
file |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
|
| FilterSettingsTest::dataProvider |
function |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
The test data provider. |
| FilterSettingsTest::testTransform |
function |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
Tests transformation of filter settings. |
| FilterSparkles |
class |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php |
Provides a filter to limit allowed HTML tags. |
| FilterSparkles.php |
file |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php |
|
| FilterSparkles::process |
function |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php |
Performs the filter processing. |
| FilterStringTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the core Drupal\views\Plugin\views\filter\StringFilter handler. |
| FilterStringTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
|
| FilterStringTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Map column names. |
| FilterStringTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Views used by this test. |
| FilterStringTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
An extended test dataset. |
| FilterStringTest::getBasicPageView |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Build and return a Page view of the views_test_data table. |
| FilterStringTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Returns a set of grouped exposed filters. |
| FilterStringTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Returns the schema definition. |
| FilterStringTest::testFilterStringContains |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter with the 'contains' operator. |
| FilterStringTest::testFilterStringEmpty |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "empty" operator. |
| FilterStringTest::testFilterStringEnds |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "ends with" operator. |