Search for fetch

  1. Search 7.x for fetch
  2. Search 9.5.x for fetch
  3. Search 10.3.x for fetch
  4. Search 11.x for fetch
  5. Other projects
Title Object type File name Summary
locale_translation_batch_fetch_download function core/modules/locale/locale.batch.inc Implements callback_batch_operation().
locale_translation_batch_fetch_finished function core/modules/locale/locale.batch.inc Implements callback_batch_finished().
locale_translation_batch_fetch_import function core/modules/locale/locale.batch.inc Implements callback_batch_operation().
media.oembed.resource_fetcher service core/modules/media/media.services.yml Drupal\media\OEmbed\ResourceFetcher
ModuleTest::testViewsFetchPluginNames function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the \Drupal\views\Views::fetchPluginNames() method.
NodeStatisticsDatabaseStorage::fetchAll function core/modules/statistics/src/NodeStatisticsDatabaseStorage.php Returns the number of times a entity has been viewed.
NodeStatisticsDatabaseStorage::fetchView function core/modules/statistics/src/NodeStatisticsDatabaseStorage.php Returns the number of times a single entity has been viewed.
NodeStatisticsDatabaseStorage::fetchViews function core/modules/statistics/src/NodeStatisticsDatabaseStorage.php Returns the number of times entities have been viewed.
OEmbed::$resourceFetcher property core/modules/media/src/Plugin/media/Source/OEmbed.php The oEmbed resource fetcher service.
OEmbedForm::$resourceFetcher property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed resource fetcher service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedIframeController::$resourceFetcher property core/modules/media/src/Controller/OEmbedIframeController.php The oEmbed resource fetcher service.
OEmbedResourceConstraintValidator::$resourceFetcher property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php The resource fetcher service.
PageCache::fetch function core/modules/page_cache/src/StackMiddleware/PageCache.php Fetches a response from the backend and stores it in the cache.
plugin.manager.aggregator.fetcher service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\Plugin\AggregatorPluginManager
ResourceFetcher class core/modules/media/src/OEmbed/ResourceFetcher.php Fetches and caches oEmbed resources.
ResourceFetcher.php file core/modules/media/src/OEmbed/ResourceFetcher.php
ResourceFetcher::$httpClient property core/modules/media/src/OEmbed/ResourceFetcher.php The HTTP client.
ResourceFetcher::$providers property core/modules/media/src/OEmbed/ResourceFetcher.php The oEmbed provider repository service.
ResourceFetcher::createResource function core/modules/media/src/OEmbed/ResourceFetcher.php Creates a Resource object from raw resource data.
ResourceFetcher::fetchResource function core/modules/media/src/OEmbed/ResourceFetcher.php Fetches an oEmbed resource.
ResourceFetcher::parseResourceXml function core/modules/media/src/OEmbed/ResourceFetcher.php Parses XML resource data.
ResourceFetcher::__construct function core/modules/media/src/OEmbed/ResourceFetcher.php Constructs a ResourceFetcher object.
ResourceFetcherInterface interface core/modules/media/src/OEmbed/ResourceFetcherInterface.php Defines an interface for an oEmbed resource fetcher service.
ResourceFetcherInterface.php file core/modules/media/src/OEmbed/ResourceFetcherInterface.php
ResourceFetcherInterface::fetchResource function core/modules/media/src/OEmbed/ResourceFetcherInterface.php Fetches an oEmbed resource.
ResourceFetcherTest class core/modules/media/tests/src/Functional/ResourceFetcherTest.php Tests the oEmbed resource fetcher service.
ResourceFetcherTest.php file core/modules/media/tests/src/Functional/ResourceFetcherTest.php
ResourceFetcherTest::$defaultTheme property core/modules/media/tests/src/Functional/ResourceFetcherTest.php The theme to install as the default for testing.
ResourceFetcherTest::providerFetchResource function core/modules/media/tests/src/Functional/ResourceFetcherTest.php Data provider for testFetchResource().
ResourceFetcherTest::setUp function core/modules/media/tests/src/Functional/ResourceFetcherTest.php
ResourceFetcherTest::testFetchResource function core/modules/media/tests/src/Functional/ResourceFetcherTest.php Tests resource fetching.
SourcePluginBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Position the iterator to the following row.
SqlBase::fetchNextBatch function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Prepares query for the next set of data from the source database.
SqlBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Position the iterator to the following row.
Statement::fetchAll function core/lib/Drupal/Core/Database/Statement.php Returns an array containing all of the result set rows.
Statement::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement.php Returns the result set as an associative array keyed by the given field.
Statement::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement.php Returns the entire result set as a single associative array.
Statement::fetchAssoc function core/lib/Drupal/Core/Database/Statement.php Fetches the next row and returns it as an associative array.
Statement::fetchCol function core/lib/Drupal/Core/Database/Statement.php Returns an entire single column of a result set as an indexed array.
Statement::fetchField function core/lib/Drupal/Core/Database/Statement.php Returns a single field from the next record of a result set.
Statement::setFetchMode function core/lib/Drupal/Core/Database/Statement.php Sets the default fetch mode for this statement.
StatementEmpty::fetch function core/lib/Drupal/Core/Database/StatementEmpty.php Fetches the next row from a result set.
StatementEmpty::fetchAll function core/lib/Drupal/Core/Database/StatementEmpty.php Returns an array containing all of the result set rows.
StatementEmpty::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementEmpty.php Returns the result set as an associative array keyed by the given field.
StatementEmpty::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementEmpty.php Returns the entire result set as a single associative array.
StatementEmpty::fetchAssoc function core/lib/Drupal/Core/Database/StatementEmpty.php Fetches the next row and returns it as an associative array.
StatementEmpty::fetchCol function core/lib/Drupal/Core/Database/StatementEmpty.php Returns an entire single column of a result set as an indexed array.
StatementEmpty::fetchField function core/lib/Drupal/Core/Database/StatementEmpty.php Returns a single field from the next record of a result set.
StatementEmpty::fetchObject function core/lib/Drupal/Core/Database/StatementEmpty.php Fetches the next row and returns it as an object.

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