Search for refresh
- Search 7.x for refresh
- Search 9.5.x for refresh
- Search 10.3.x for refresh
- Search 11.x for refresh
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AggregatorController::feedRefresh | function | core/ |
Refreshes a feed, then redirects to the overview page. |
AggregatorRefresh | class | core/ |
Updates a feed's items. |
AggregatorRefresh.php | file | core/ |
|
AggregatorRefresh::processItem | function | core/ |
Works on a single queue item. |
DrupalMinkClient::$followMetaRefresh | property | core/ |
Whether to follow meta redirects or not. |
DrupalMinkClient::followMetaRefresh | function | core/ |
Sets whether to automatically follow meta refresh redirects or not. |
DrupalMinkClient::getMetaRefreshUrl | function | core/ |
Glean the meta refresh URL from the current page content. |
DrupalMinkClientTest::getTestsForMetaRefresh | function | core/ |
|
DrupalMinkClientTest::testBackForwardMetaRefresh | function | core/ |
@covers ::request[[api-linebreak]] |
DrupalMinkClientTest::testFollowMetaRefresh | function | core/ |
@dataProvider getTestsForMetaRefresh @covers ::getMetaRefreshUrl[[api-linebreak]] |
EntityUnitTestBase::refreshServices | function | core/ |
Refresh services. |
Feed::getRefreshRate | function | core/ |
Returns the refresh rate of the feed in seconds. |
Feed::refreshItems | function | core/ |
Updates the feed items by triggering the import process. |
Feed::setRefreshRate | function | core/ |
Sets the refresh rate of the feed in seconds. |
FeedInterface::getRefreshRate | function | core/ |
Returns the refresh rate of the feed in seconds. |
FeedInterface::refreshItems | function | core/ |
Updates the feed items by triggering the import process. |
FeedInterface::setRefreshRate | function | core/ |
Sets the refresh rate of the feed in seconds. |
FeedStorage::getFeedIdsToRefresh | function | core/ |
Returns the fids of feeds that need to be refreshed. |
FeedStorageInterface::getFeedIdsToRefresh | function | core/ |
Returns the fids of feeds that need to be refreshed. |
InstallerTestBase::refreshVariables | function | core/ |
WebTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
ItemsImporter::refresh | function | core/ |
Updates the feed items by triggering the import process. |
ItemsImporterInterface::refresh | function | core/ |
Updates the feed items by triggering the import process. |
SelectProfileFormTest::refreshVariables | function | core/ |
BrowserTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
ThemeHandler::refreshInfo | function | core/ |
Refreshes the theme info data of currently installed themes. |
ThemeHandlerInterface::refreshInfo | function | core/ |
Refreshes the theme info data of currently installed themes. |
UpdateTestBase::refreshUpdateStatus | function | core/ |
Refreshes the update status based on the desired available update scenario. |
WebTestBase::$maximumMetaRefreshCount | property | core/ |
The number of meta refresh redirects to follow, or NULL if unlimited. |
WebTestBase::$metaRefreshCount | property | core/ |
The number of meta refresh redirects followed during ::drupalGet(). |
WebTestBase::checkForMetaRefresh | function | core/ |
Checks for meta refresh tag and if found call drupalGet() recursively. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.