Search for fetch
- Search 7.x for fetch
- Search 9.5.x for fetch
- Search 8.9.x for fetch
- Search 10.3.x for fetch
- Search 11.x for fetch
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SecurityAdvisoriesFetcher::isApplicable | function | core/ |
Determines if a security advisory is applicable for the current site. |
| SecurityAdvisoriesFetcher::matchesExistingVersion | function | core/ |
Determines if an advisory matches the existing version of a project. |
| SecurityAdvisoriesFetcher::__construct | function | core/ |
Constructs a new SecurityAdvisoriesFetcher object. |
| SecurityAdvisoriesFetcherTest | class | core/ |
Tests Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher. |
| SecurityAdvisoriesFetcherTest.php | file | core/ |
|
| SecurityAdvisoriesFetcherTest::$errorMessages | property | core/ |
The error messages. |
| SecurityAdvisoriesFetcherTest::$history | property | core/ |
History of requests/responses. |
| SecurityAdvisoriesFetcherTest::$logErrorMessages | property | core/ |
The log error log messages. |
| SecurityAdvisoriesFetcherTest::$modules | property | core/ |
Modules to install. |
| SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors | function | core/ |
Asserts the expected error messages were logged. |
| SecurityAdvisoriesFetcherTest::getAdvisories | function | core/ |
Gets the advisories from the 'system.sa_fetcher' service. |
| SecurityAdvisoriesFetcherTest::log | function | core/ |
|
| SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories | function | core/ |
Data provider for testIgnoreAdvisories(). |
| SecurityAdvisoriesFetcherTest::providerShowAdvisories | function | core/ |
Data provider for testShowAdvisories(). |
| SecurityAdvisoriesFetcherTest::setExistingProjectVersion | function | core/ |
Sets the existing version of the project. |
| SecurityAdvisoriesFetcherTest::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
| SecurityAdvisoriesFetcherTest::setTestFeedResponses | function | core/ |
Sets test feed responses. |
| SecurityAdvisoriesFetcherTest::setUp | function | core/ |
|
| SecurityAdvisoriesFetcherTest::testHttpFallback | function | core/ |
Tests http fallback. |
| SecurityAdvisoriesFetcherTest::testIgnoreAdvisories | function | core/ |
Tests advisories that should be ignored. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate | function | core/ |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisoriesFetcherTest::testInvalidJsonResponse | function | core/ |
Tests that invalid JSON feed responses are not stored. |
| SecurityAdvisoriesFetcherTest::testNoHttpFallback | function | core/ |
Tests no http fallback. |
| SecurityAdvisoriesFetcherTest::testShowAdvisories | function | core/ |
Tests contrib advisories that should be displayed. |
| 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. |
| StatementBase::$fetchMode | property | core/ |
Holds the default fetch mode. |
| StatementBase::$fetchOptions | property | core/ |
Holds fetch options. |
| StatementBase::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementBase::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementBase::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementBase::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementBase::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementBase::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementBase::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementBase::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementBase::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementInterface::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementInterface::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementInterface::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementInterface::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementInterface::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementInterface::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementInterface::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementIteratorTrait::markResultsetFetchingComplete | function | core/ |
Informs the iterator that no more rows can be fetched from the resultset. |
| StatementPrefetchIterator | class | core/ |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetchIterator.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.