Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FallbackPluginManagerInterface::getFallbackPluginId function core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php Gets a fallback id for a missing plugin.
FalseContentResponse class core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php Response that returns FALSE from ::getContent().
FalseContentResponse::getContent function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php
Fast404ExceptionHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php High-performance 404 exception subscriber.
Fast404ExceptionHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php
Fast404ExceptionHtmlSubscriber::$cacheTagsInvalidator property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The cache tags invalidator.
Fast404ExceptionHtmlSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The config factory.
Fast404ExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
Fast404ExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
Fast404ExceptionHtmlSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Registers the methods in this class that should be listeners.
Fast404ExceptionHtmlSubscriber::on404 function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Handles a 404 error for HTML.
Fast404ExceptionHtmlSubscriber::onConfigSave function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Invalidates 4xx-response cache tag if fast 404 config is changed.
Fast404ExceptionHtmlSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Constructs a new Fast404ExceptionHtmlSubscriber.
Fast404Test class core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test.php file core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php
Fast404Test::$defaultTheme property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php The theme to install as the default for testing.
Fast404Test::$modules property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Modules to install.
Fast404Test::testFast404 function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test::testFast404PrivateFiles function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
FavoriteAnimalTestForm class core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form that performs favorite animal test.
FavoriteAnimalTestForm.php file core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
FavoriteAnimalTestForm::buildForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form constructor.
FavoriteAnimalTestForm::getFormId function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Returns a unique string identifying the form.
FavoriteAnimalTestForm::submitForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form submission handler.
fedcba98-7654-3210-fedc-ba9876543210.yml file core/tests/fixtures/pre_entity_import_default_content/entity_test/fedcba98-7654-3210-fedc-ba9876543210.yml core/tests/fixtures/pre_entity_import_default_content/entity_test/fedcba98-7654-3210-fedc-ba9876543210.yml
Feed class core/modules/views/src/Plugin/views/display/Feed.php The plugin that handles a feed, such as RSS or atom.
feed-icon.html.twig file core/modules/system/templates/feed-icon.html.twig Default theme implementation for a feed icon.
feed-icon.html.twig file core/themes/olivero/templates/misc/feed-icon.html.twig Theme override for a feed icon.
feed-icon.html.twig file core/themes/stable9/templates/media-library/feed-icon.html.twig Theme override for a feed icon.
feed.css file core/themes/olivero/css/components/feed.css RSS feed.
feed.pcss.css file core/themes/olivero/css/components/feed.pcss.css RSS feed.
Feed.php file core/modules/views/src/Plugin/views/display/Feed.php
Feed::$ajaxEnabled property core/modules/views/src/Plugin/views/display/Feed.php Whether the display allows the use of AJAX or not.
Feed::$renderer property core/modules/views/src/Plugin/views/display/Feed.php The renderer.
Feed::$usesPager property core/modules/views/src/Plugin/views/display/Feed.php Whether the display allows the use of a pager or not.
Feed::attachTo function core/modules/views/src/Plugin/views/display/Feed.php Allows displays to attach to other views.
Feed::buildOptionsForm function core/modules/views/src/Plugin/views/display/Feed.php Provide a form to edit options for this plugin.
Feed::buildResponse function core/modules/views/src/Plugin/views/display/Feed.php Builds up a response with the rendered view as content.
Feed::defaultableSections function core/modules/views/src/Plugin/views/display/Feed.php Lists the 'defaultable' sections and what items each section contains.
Feed::defineOptions function core/modules/views/src/Plugin/views/display/Feed.php Overrides view display plugin base.
Feed::execute function core/modules/views/src/Plugin/views/display/Feed.php Executes the view and returns data in the format required.
Feed::getType function core/modules/views/src/Plugin/views/display/Feed.php Returns the display type that this display requires.
Feed::newDisplay function core/modules/views/src/Plugin/views/display/Feed.php Reacts on adding a display.
Feed::optionsSummary function core/modules/views/src/Plugin/views/display/Feed.php Provides the default summary for options in the views UI.
Feed::preview function core/modules/views/src/Plugin/views/display/Feed.php Renders the display for the purposes of a live preview.
Feed::render function core/modules/views/src/Plugin/views/display/Feed.php Renders this display.
Feed::setHeaders function core/modules/views/src/Plugin/views/display/Feed.php Sets headers on a response object.
Feed::submitOptionsForm function core/modules/views/src/Plugin/views/display/Feed.php Handle any special handling on the validate form.
Feed::usesLinkDisplay function core/modules/views/src/Plugin/views/display/Feed.php Checks to see if the display has some need to link to another display.
Feed::__construct function core/modules/views/src/Plugin/views/display/Feed.php Constructs a PathPluginBase object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.