Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
FileTestBase abstract class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php Base class for file tests that adds some additional file specific assertions and helper functions. 10 1
FileTokenReplaceTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php Tests the file token replacement in strings.
FileTransfer abstract class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php Defines the base FileTransfer class. 4 1
FileTransferException class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FileTransferException.php FileTransferException class. 3
FileTransferTest class Drupal\system\Tests\FileTransfer drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php File transfer tests.
FileUsageBase abstract class Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageBase.php Defines the base class for database file usage backend. 1
FileUsageInterface interface Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php File usage backend interface. 1 1
FileWidget class Drupal\file\Plugin\field\widget drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php Plugin implementation of the 'file_generic' widget. 1 1
FilledMinimalUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php Performs major version release upgrade tests on a populated database.
FilledStandardUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php Performs major version release upgrade tests on a populated database.
FilterAdminTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
FilterAPITest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php Tests the behavior of Filter's API.
FilterCollection class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php A collection of filters. 3
FilterCollectionTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php
FilterCombineTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterCombineTest.php Tests the combine filter handler.
FilterControllerEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php Allows filtering of a controller callable 4
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.
FilterDefaultFormatTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php
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. 15
FilterFormatAccessTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
FilterHooksTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php Tests for filter hook invocation.
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 Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php A filter manipulates an asset at load and dump. 26 15
FilterLanguageTest class Drupal\views\Tests\Language drupal/core/modules/views/lib/Drupal/views/Tests/Language/FilterLanguageTest.php Tests the filter language handler.
FilterManager class Assetic drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php Manages the available filters. 2
FilterManagerTest class Assetic\Test drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php
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
FilterResponseEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php Allows to filter a Response object 8
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\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php Tests general filter plugin functionality.
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 @Plugin( id = "test_filter", title = @Translation("Test filter plugin"), help = @Translation("Provides a generic filter test plugin."), base = "node", type = "type" ) 1
FilterUidRevisionTest class Drupal\views\Tests\Node drupal/core/modules/views/lib/Drupal/views/Tests/Node/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.
FilterUserUIDTest class Drupal\views\Tests\Comment drupal/core/modules/views/lib/Drupal/views/Tests/Comment/FilterUserUIDTest.php Tests the filter_comment_user_uid handler.
FinalMatcherInterface interface Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/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.
FirstEntryFinalMatcher class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php Final matcher that simply returns the first item in the remaining routes. 4
FirstEntryFinalMatcherTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php Basic tests for the NestedMatcher class.
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\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. 8

Pages

Other projects