Search for fetch
- Search 7.x for fetch
- Search 9.5.x for fetch
- Search 10.3.x for fetch
- Search 11.x for fetch
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
locale_translation_batch_fetch_download | function | core/ |
Implements callback_batch_operation(). |
locale_translation_batch_fetch_finished | function | core/ |
Implements callback_batch_finished(). |
locale_translation_batch_fetch_import | function | core/ |
Implements callback_batch_operation(). |
media.oembed.resource_fetcher | service | core/ |
Drupal\media\OEmbed\ResourceFetcher |
ModuleTest::testViewsFetchPluginNames | function | core/ |
Tests the \Drupal\views\Views::fetchPluginNames() method. |
NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
Returns the number of times a entity has been viewed. |
NodeStatisticsDatabaseStorage::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
NodeStatisticsDatabaseStorage::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
OEmbed::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
OEmbedForm::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
OEmbedFormatter::$resourceFetcher | property | core/ |
The oEmbed resource fetcher. |
OEmbedIframeController::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
OEmbedResourceConstraintValidator::$resourceFetcher | property | core/ |
The resource fetcher service. |
PageCache::fetch | function | core/ |
Fetches a response from the backend and stores it in the cache. |
plugin.manager.aggregator.fetcher | service | core/ |
Drupal\aggregator\Plugin\AggregatorPluginManager |
ResourceFetcher | class | core/ |
Fetches and caches oEmbed resources. |
ResourceFetcher.php | file | core/ |
|
ResourceFetcher::$httpClient | property | core/ |
The HTTP client. |
ResourceFetcher::$providers | property | core/ |
The oEmbed provider repository service. |
ResourceFetcher::createResource | function | core/ |
Creates a Resource object from raw resource data. |
ResourceFetcher::fetchResource | function | core/ |
Fetches an oEmbed resource. |
ResourceFetcher::parseResourceXml | function | core/ |
Parses XML resource data. |
ResourceFetcher::__construct | function | core/ |
Constructs a ResourceFetcher object. |
ResourceFetcherInterface | interface | core/ |
Defines an interface for an oEmbed resource fetcher service. |
ResourceFetcherInterface.php | file | core/ |
|
ResourceFetcherInterface::fetchResource | function | core/ |
Fetches an oEmbed resource. |
ResourceFetcherTest | class | core/ |
Tests the oEmbed resource fetcher service. |
ResourceFetcherTest.php | file | core/ |
|
ResourceFetcherTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ResourceFetcherTest::providerFetchResource | function | core/ |
Data provider for testFetchResource(). |
ResourceFetcherTest::setUp | function | core/ |
|
ResourceFetcherTest::testFetchResource | function | core/ |
Tests resource fetching. |
SourcePluginBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
SqlBase::fetchNextBatch | function | core/ |
Prepares query for the next set of data from the source database. |
SqlBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
Statement::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
Statement::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
Statement::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
Statement::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
Statement::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
Statement::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
Statement::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
StatementEmpty::fetch | function | core/ |
Fetches the next row from a result set. |
StatementEmpty::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementEmpty::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementEmpty::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
StatementEmpty::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
StatementEmpty::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
StatementEmpty::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
StatementEmpty::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.