FilterTestPlaceholders.php |
file |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php |
|
FilterTestPlaceholders::process |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php |
Performs the filter processing. |
FilterTestPlaceholders::renderDynamicThing |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php |
Render API callback: Builds a render array containing the dynamic thing. |
FilterTestPlaceholders::renderStaticThing |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php |
Render API callback: Builds a render array. |
FilterTestPlaceholders::trustedCallbacks |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php |
Lists the trusted callbacks provided by the implementing class. |
FilterTestReplace |
class |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php |
Provides a test filter to replace all content. |
FilterTestReplace.php |
file |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php |
|
FilterTestReplace::process |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php |
Performs the filter processing. |
FilterTestRestrictTagsAndAttributes |
class |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php |
Provides a test filter to restrict HTML tags and attributes. |
FilterTestRestrictTagsAndAttributes.php |
file |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php |
|
FilterTestRestrictTagsAndAttributes::getHTMLRestrictions |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php |
Returns HTML allowed by this filter's configuration. |
FilterTestRestrictTagsAndAttributes::process |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php |
Performs the filter processing. |
FilterTestStatic |
class |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php |
Provides a filter that returns the same static text. |
FilterTestStatic.php |
file |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php |
|
FilterTestStatic::process |
function |
core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php |
Performs the filter processing. |
FilterUidRevisionTest |
class |
core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php |
Tests the node_uid_revision handler. |
FilterUidRevisionTest.php |
file |
core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php |
|
FilterUidRevisionTest::$modules |
property |
core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php |
Modules to install. |
FilterUidRevisionTest::$testViews |
property |
core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php |
Views used by this test. |
FilterUidRevisionTest::testFilter |
function |
core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php |
Tests the node_uid_revision filter. |
FilterUITest |
class |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Tests for the filters from the UI. |
FilterUITest.php |
file |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
|
FilterUITest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
The theme to install as the default for testing. |
FilterUITest::$modules |
property |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Modules to install. |
FilterUITest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Views used by this test. |
FilterUITest::setUp |
function |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Sets up the test. |
FilterUITest::testFilterIdentifier |
function |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Tests the identifier settings and restrictions. |
FilterUITest::testFilterInOperatorUi |
function |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Tests that an option for a filter is saved as expected from the UI. |
FilterUITest::testFiltersUI |
function |
core/modules/views_ui/tests/src/Functional/FilterUITest.php |
Tests the filters from the UI. |
FilterUninstallValidator |
class |
core/modules/filter/src/FilterUninstallValidator.php |
Prevents uninstallation of modules providing used filter plugins. |
FilterUninstallValidator.php |
file |
core/modules/filter/src/FilterUninstallValidator.php |
|
FilterUninstallValidator::$filterManager |
property |
core/modules/filter/src/FilterUninstallValidator.php |
The filter plugin manager. |
FilterUninstallValidator::$filterStorage |
property |
core/modules/filter/src/FilterUninstallValidator.php |
The filter entity storage. |
FilterUninstallValidator::getEnabledFilterFormats |
function |
core/modules/filter/src/FilterUninstallValidator.php |
Returns all enabled filter formats. |
FilterUninstallValidator::getFilterDefinitionsByProvider |
function |
core/modules/filter/src/FilterUninstallValidator.php |
Returns all filter definitions that are provided by the specified provider. |
FilterUninstallValidator::validate |
function |
core/modules/filter/src/FilterUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::__construct |
function |
core/modules/filter/src/FilterUninstallValidator.php |
Constructs a new FilterUninstallValidator. |
FilterUninstallValidatorTest |
class |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
Tests Drupal\filter\FilterUninstallValidator. |
FilterUninstallValidatorTest.php |
file |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
|
FilterUninstallValidatorTest::$filterUninstallValidator |
property |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
The filter uninstall validator. |
FilterUninstallValidatorTest::setUp |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
|
FilterUninstallValidatorTest::testValidateNoFormats |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
Tests validate no formats. |
FilterUninstallValidatorTest::testValidateNoMatchingFormats |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
Tests validate no matching formats. |
FilterUninstallValidatorTest::testValidateNoPlugins |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
Tests validate no plugins. |
FilterUrl |
class |
core/modules/filter/src/Plugin/Filter/FilterUrl.php |
Provides a filter to convert URLs into links. |
FilterUrl.php |
file |
core/modules/filter/src/Plugin/Filter/FilterUrl.php |
|
FilterUrl::process |
function |
core/modules/filter/src/Plugin/Filter/FilterUrl.php |
Performs the filter processing. |
FilterUrl::settingsForm |
function |
core/modules/filter/src/Plugin/Filter/FilterUrl.php |
Generates a filter's settings form. |
FilterUrl::tips |
function |
core/modules/filter/src/Plugin/Filter/FilterUrl.php |
Generates a filter's tip. |
filter_default_format |
function |
core/modules/filter/filter.module |
Returns the ID of the default text format for a particular user. |