Search for refresh

  1. Search 7.x for refresh
  2. Search 9.5.x for refresh
  3. Search 10.3.x for refresh
  4. Search 11.x for refresh
  5. Other projects
Title Object type File name Summary
AggregatorController::feedRefresh function core/modules/aggregator/src/Controller/AggregatorController.php Refreshes a feed, then redirects to the overview page.
AggregatorRefresh class core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php Updates a feed's items.
AggregatorRefresh.php file core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php
AggregatorRefresh::processItem function core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php Works on a single queue item.
DrupalMinkClient::$followMetaRefresh property core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Whether to follow meta redirects or not.
DrupalMinkClient::followMetaRefresh function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Sets whether to automatically follow meta refresh redirects or not.
DrupalMinkClient::getMetaRefreshUrl function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Glean the meta refresh URL from the current page content.
DrupalMinkClientTest::getTestsForMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
DrupalMinkClientTest::testBackForwardMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php @covers ::request[[api-linebreak]]
DrupalMinkClientTest::testFollowMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php @dataProvider getTestsForMetaRefresh
@covers ::getMetaRefreshUrl[[api-linebreak]]
EntityUnitTestBase::refreshServices function core/modules/system/src/Tests/Entity/EntityUnitTestBase.php Refresh services.
Feed::getRefreshRate function core/modules/aggregator/src/Entity/Feed.php Returns the refresh rate of the feed in seconds.
Feed::refreshItems function core/modules/aggregator/src/Entity/Feed.php Updates the feed items by triggering the import process.
Feed::setRefreshRate function core/modules/aggregator/src/Entity/Feed.php Sets the refresh rate of the feed in seconds.
FeedInterface::getRefreshRate function core/modules/aggregator/src/FeedInterface.php Returns the refresh rate of the feed in seconds.
FeedInterface::refreshItems function core/modules/aggregator/src/FeedInterface.php Updates the feed items by triggering the import process.
FeedInterface::setRefreshRate function core/modules/aggregator/src/FeedInterface.php Sets the refresh rate of the feed in seconds.
FeedStorage::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorage.php Returns the fids of feeds that need to be refreshed.
FeedStorageInterface::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorageInterface.php Returns the fids of feeds that need to be refreshed.
InstallerTestBase::refreshVariables function core/modules/simpletest/src/InstallerTestBase.php WebTestBase::refreshVariables() tries to operate on persistent storage,
which is only available after the installer completed.
ItemsImporter::refresh function core/modules/aggregator/src/ItemsImporter.php Updates the feed items by triggering the import process.
ItemsImporterInterface::refresh function core/modules/aggregator/src/ItemsImporterInterface.php Updates the feed items by triggering the import process.
SelectProfileFormTest::refreshVariables function core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php BrowserTestBase::refreshVariables() tries to operate on persistent storage,
which is only available after the installer completed.
ThemeHandler::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Refreshes the theme info data of currently installed themes.
ThemeHandlerInterface::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Refreshes the theme info data of currently installed themes.
UpdateTestBase::refreshUpdateStatus function core/modules/update/src/Tests/UpdateTestBase.php Refreshes the update status based on the desired available update scenario.
WebTestBase::$maximumMetaRefreshCount property core/modules/simpletest/src/WebTestBase.php The number of meta refresh redirects to follow, or NULL if unlimited.
WebTestBase::$metaRefreshCount property core/modules/simpletest/src/WebTestBase.php The number of meta refresh redirects followed during ::drupalGet().
WebTestBase::checkForMetaRefresh function core/modules/simpletest/src/WebTestBase.php 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.