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
BigPipeTest::assertBigPipeNoJsMetaRefreshRedirect function core/modules/big_pipe/tests/src/Functional/BigPipeTest.php Calls ::performMetaRefresh() and asserts the responses.
BigPipeTest::performMetaRefresh function core/modules/big_pipe/tests/src/Functional/BigPipeTest.php Performs a single <meta> refresh explicitly.
BrowserTestBaseTest::testCheckForMetaRefresh function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::checkForMetaRefresh() method.
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
DrupalMinkClientTest::testFollowMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php @dataProvider getTestsForMetaRefresh
@covers ::getMetaRefreshUrl
EntityKernelTestBase::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Refresh services.
EntitySchemaTest::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Refresh services.
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.
InstallerTestBase::refreshVariables function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php FunctionalTestSetupTrait::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.
locale_config_batch_refresh_name function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_batch_refresh function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
RefreshVariablesTrait trait core/lib/Drupal/Core/Test/RefreshVariablesTrait.php Provides a method to refresh in-memory configuration and state information.
RefreshVariablesTrait.php file core/lib/Drupal/Core/Test/RefreshVariablesTrait.php
RefreshVariablesTrait::refreshVariables function core/lib/Drupal/Core/Test/RefreshVariablesTrait.php Refreshes in-memory configuration and state information.
ResourceTestBase::refreshTestStateAfterRestConfigChange function core/modules/rest/tests/src/Functional/ResourceTestBase.php Refreshes the state of the tester to be in sync with the testee.
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.
Test::metaRefresh function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Loads a page that does a redirect.
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.
UiHelperTrait::$maximumMetaRefreshCount property core/tests/Drupal/Tests/UiHelperTrait.php The number of meta refresh redirects to follow, or NULL if unlimited.
UiHelperTrait::$metaRefreshCount property core/tests/Drupal/Tests/UiHelperTrait.php The number of meta refresh redirects followed during ::drupalGet().
UiHelperTrait::checkForMetaRefresh function core/tests/Drupal/Tests/UiHelperTrait.php Checks for meta refresh tag and if found call drupalGet() recursively.
UpdateManager::refreshUpdateData function core/modules/update/src/UpdateManager.php Clears out all the available update data and initiates re-fetching.
UpdateManagerInterface::refreshUpdateData function core/modules/update/src/UpdateManagerInterface.php Clears out all the available update data and initiates re-fetching.
UpdateTestBase::refreshUpdateStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Refreshes the update status based on the desired available update scenario.
UpdateTestBase::refreshUpdateStatus function core/modules/update/src/Tests/UpdateTestBase.php Refreshes the update status based on the desired available update scenario.
update_refresh function core/modules/update/update.module Refreshes the release data after loading the necessary include file.
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.
_locale_refresh_configuration function core/modules/locale/locale.module Refreshes configuration after string translations have been updated.

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