Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
FilterCombineTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterCombineTest.php Tests the combine filter handler.
FilterController class Drupal\filter\Controller drupal/core/modules/filter/lib/Drupal/filter/Controller/FilterController.php Controller routines for filter routes.
FilterControllerEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php Allows filtering of a controller callable 5
FilterCrudTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php Tests for text format and filter CRUD operations.
FilterDateTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php Tests the core Drupal\views\Plugin\views\filter\Date handler.
FilterDefaultConfigTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php Tests text format default configuration.
FilterDefaultFormatTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php Tests the default filter functionality in the Filter module.
FilterEntityBundleTest class Drupal\views\Tests\Entity drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php Tests the EntityType generic filter handler.
FilterEqualityTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterEqualityTest.php Tests the core Drupal\views\Plugin\views\filter\Equality handler.
FilterException class Assetic\Exception drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php Describes an exception that occurred within a filter. 22
FilterFormat class Drupal\filter\Plugin\Core\Entity drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php Represents a text format. 2
FilterFormatAccessTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php Tests the filter format access functionality in the Filter module.
FilterFormatInterface interface Drupal\filter drupal/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php Provides an interface defining a filter format entity. 1 2
FilterFormatStorageController class Drupal\filter drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php Defines the storage controller class for Filter Format entities.
FilterFormatUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php Tests upgrading a bare database with user filter format data.
FilterHooksTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php Tests for Filter's hook invocations.
FilterHtml class Drupal\filter\Plugin\Filter drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtml.php Provides a filter to limit allowed HTML tags.
FilterHtmlCorrector class Drupal\filter\Plugin\Filter drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlCorrector.php Provides a filter to correct faulty and chopped off HTML.
FilterHtmlEscape class Drupal\filter\Plugin\Filter drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlEscape.php Provides a filter to display any HTML as plain text.
FilterHtmlImageSecure class Drupal\filter\Plugin\Filter drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlImageSecure.php Provides a filter to restrict images to site.
FilterHtmlImageSecureTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php Tests restriction of IMG tags in HTML input.
FilterInOperatorTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php Tests the core Drupal\views\Plugin\views\filter\InOperator handler.
FilterInterface interface Drupal\filter\Plugin drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterInterface.php Defines the interface for text processing filter plugins. 1
FilterInterface interface Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php A filter manipulates an asset at load and dump. 11 13
FilterLanguageTest class Drupal\language\Tests\Views drupal/core/modules/language/lib/Drupal/language/Tests/Views/FilterLanguageTest.php Tests the filter language handler.
FilterManager class Assetic drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php Manages the available filters. 1
FilterNoFormatTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php Tests the behavior of check_markup() when it is called without text format.
FilterNumericTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php Tests the numeric filter handler.
FilterPluginBase abstract class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php Base class for filters. 13 6
FilterPluginManager class Drupal\filter drupal/core/modules/filter/lib/Drupal/filter/FilterPluginManager.php Manages text processing filters. 2
FilterResponseEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php Allows to filter a Response object 10
FilterSecurityTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php Security tests for missing/vanished text formats or filters.
FilterSettingsTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSettingsTest.php Tests filter settings.
FilterStringTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php Tests the core Drupal\views\Plugin\views\filter\String handler.
FilterTest class Drupal\views_test_data\Plugin\views\filter drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/filter/FilterTest.php Plugin annotation @PluginID("test_filter"); 1
FilterTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php Tests general filter plugin functionality.
FilterTestReplace class Drupal\filter_test\Plugin\Filter drupal/core/modules/filter/tests/filter_test/lib/Drupal/filter_test/Plugin/Filter/FilterTestReplace.php Provides a test filter to replace all content.
FilterTestUncacheable class Drupal\filter_test\Plugin\Filter drupal/core/modules/filter/tests/filter_test/lib/Drupal/filter_test/Plugin/Filter/FilterTestUncacheable.php Provides a test filter that is uncacheable.
FilterUidRevisionTest class Drupal\node\Tests\Views drupal/core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php Tests the node_uid_revision handler.
FilterUnitTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php Unit tests for core filters.
FilterUrl class Drupal\filter\Plugin\Filter drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterUrl.php Provides a filter to convert URLs into links.
FilterUserUIDTest class Drupal\comment\Tests\Views drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/FilterUserUIDTest.php Tests the filter_comment_user_uid handler.
FinalMatcherInterface interface Symfony\Cmf\Component\Routing\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php A FinalMatcher returns only one route from a collection of candidate routes. 1
FinishResponseSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Response subscriber to handle finished responses. 2
Fixed class Drupal\views\Plugin\views\argument_default drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Fixed.php The fixed argument default handler.
FlashBag class Symfony\Component\HttpFoundation\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php FlashBag flash message container. 6
FlashBagInterface interface Symfony\Component\HttpFoundation\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php FlashBagInterface. 2 2
FlashBagTest class Symfony\Component\HttpFoundation\Tests\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php FlashBagTest
FlattenException class Symfony\Component\Debug\Exception drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php FlattenException wraps a PHP Exception to be able to serialize it. 1 3
FlattenException Deprecated class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FlattenException.php FlattenException wraps a PHP Exception to be able to serialize it. 5

Pages

Other projects