Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
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::$usesPager property core/modules/views/src/Plugin/views/display/Feed.php Whether the display allows the use of a pager or not.
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::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::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.
FetchAs.php file core/lib/Drupal/Core/Database/Statement/FetchAs.php
FetchLegacyTest class core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Tests the Database system's various fetch capabilities.
FetchLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php
FetchLegacyTest::testQueryFetchAllAssoc function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Tests ::fetchAllAssoc().
FetchLegacyTest::testQueryFetchAllColumn function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that we can fetch all records into an array explicitly.
FetchLegacyTest::testQueryFetchArray function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that we can fetch a record to an associative array explicitly.
FetchLegacyTest::testQueryFetchColumn function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that we can fetch a single column value.
FetchLegacyTest::testQueryFetchColumnOutOfRange function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that an out of range index throws an error.
FetchLegacyTest::testQueryFetchNum function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that we can fetch a record into an indexed array explicitly.
FetchLegacyTest::testQueryFetchObject function core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php Confirms that we can fetch a record to an object explicitly.
FetchModeTrait::$fetchModeLiterals property core/lib/Drupal/Core/Database/FetchModeTrait.php Map FETCH_* modes to their literal for inclusion in messages.
FetchModeTrait::$supportedFetchModes property core/lib/Drupal/Core/Database/FetchModeTrait.php The fetch modes supported.
FetchModeTrait::assocToClass function core/lib/Drupal/Core/Database/FetchModeTrait.php Converts a row of data in FETCH_ASSOC format to FETCH_CLASS.
FetchModeTrait::assocToColumn function core/lib/Drupal/Core/Database/FetchModeTrait.php Converts a row of data in FETCH_ASSOC format to FETCH_COLUMN.
FetchModeTrait::assocToFetchMode function core/lib/Drupal/Core/Database/FetchModeTrait.php Converts a row of data in associative format to a specified format.
FetchModeTrait::assocToNum function core/lib/Drupal/Core/Database/FetchModeTrait.php Converts a row of data in FETCH_ASSOC format to FETCH_NUM.
FetchModeTrait::assocToObj function core/lib/Drupal/Core/Database/FetchModeTrait.php Converts a row of data in FETCH_ASSOC format to FETCH_OBJ.
FetchTest class core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Tests the Database system's various fetch capabilities.
FetchTest.php file core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
FetchTest::testLegacyFetchColumn function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms deprecation of StatementPrefetchIterator::fetchColumn().
FetchTest::testQueryFetchAllAsClassInstances function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch all records as class instances explicitly.
FetchTest::testQueryFetchAllAsFetchModeClassInstances function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch class instances by setting fetch mode.
FetchTest::testQueryFetchAllAssoc function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Tests ::fetchAllAssoc().
FetchTest::testQueryFetchAllColumn function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch all records into an array explicitly.
FetchTest::testQueryFetchArray function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record to an associative array explicitly.
FetchTest::testQueryFetchClass function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a new instance of a custom class.

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