106 calls to drupal_static_reset()

BlockLanguageTest::testLanguageBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockStorageUnitTest::renderTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the rendering of blocks.
block_page_build in drupal/core/modules/block/block.module
Implements hook_page_build().
book_admin_edit_submit in drupal/core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_node_predelete in drupal/core/modules/book/book.module
Implements hook_node_predelete().
CacheTest::testHeaderStorage in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CascadingStylesheetsTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Sets up a Drupal site for running functional and integration tests.
CascadingStylesheetsTest::testReset in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Makes sure that resetting the CSS empties the cache.
CommentLanguageTest::testCommentLanguage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Test that comment language is properly set.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_process_form in drupal/core/includes/form.inc
Processes a form submission.
drupal_theme_initialize in drupal/core/includes/theme.inc
Initializes the theme system by loading the theme.
drupal_theme_rebuild in drupal/core/includes/theme.inc
Forces the system to rebuild the theme registry.
EditController::fieldForm in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns a single field edit form as an Ajax response.
EntityTranslationTestBase::enableTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php
Enables translation for the current entity type and bundle.
entity_info_cache_clear in drupal/core/includes/entity.inc
Resets the cached information about entity types.
ExceptionController::on403Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correctly cached.
field_info_cache_clear in drupal/core/modules/field/field.info.inc
Clears the field info cache without clearing the field data cache.
field_test_entity_info_translatable in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Helper function to enable entity translations.
file_test_file_scan_callback_reset in drupal/core/modules/file/tests/file_test/file_test.module
Reset static variables used by file_test_file_scan_callback().
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterStringTest::getBasicPageView in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php
Build and return a Page view of the views_test_data table.
filter_formats_reset in drupal/core/modules/filter/filter.module
Resets the text format caches.
form_clear_error in drupal/core/includes/form.inc
Clears all errors against all form elements made by form_set_error().
form_options_flatten in drupal/core/includes/form.inc
Allows PHP array processing of multiple select options with the same value.
FrameworkTest::testOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
hook_field_update_field in drupal/core/modules/field/field.api.php
Act on a field being updated.
HtmlIdentifierUnitTest::testDrupalHTMLId in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_html_id() cleans the ID properly.
ImageEffectsTest::testImageEffectsCaching in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test image effect caching.
InstallerTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php
Sets up a Drupal site for running functional and integration tests.
install_settings_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_verify_database_settings in drupal/core/includes/install.core.inc
Verifies that settings.php specifies a valid database connection.
JavaScriptTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Sets up a Drupal site for running functional and integration tests.
JavaScriptTest::testAggregation in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript grouping and aggregation.
JavaScriptTest::testAggregationOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTest::testLibraryUnknown in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests non-existing libraries.
JavaScriptTest::testReset in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests to see if resetting the JavaScript empties the cache.
LanguageConfigurationTest::checkConfigurableLanguageWeight in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php
Validates system languages are ordered after configurable languages.
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationInfoTest::checkFixedLanguageTypes in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Check that language negotiation for fixed types matches the stored one.
LanguageNegotiationInfoTest::languageNegotiationUpdate in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Update language types/negotiation information.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUrlRewritingTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUrlRewritingTest::testDomainNameNegotiationPort in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
language_admin_overview_form in drupal/core/modules/language/language.admin.inc
User interface for the language overview screen.
language_delete in drupal/core/modules/language/language.module
Delete a language.
language_negotiation_purge in drupal/core/includes/language.inc
Removes any language negotiation methods that are no longer defined.
language_save in drupal/core/modules/language/language.module
API function to add or update a language.
language_types_set in drupal/core/includes/language.inc
Updates the language type configuration.
LocaleContentTest::testContentTypeDirLang in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleContentTest::testMachineNameLTR in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleContentTest::testNodeAdminLanguageFilter in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test filtering Node content by language.
LocalePluralFormatTest::testGetPluralFormat in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests locale_get_plural() and format_plural() functionality.
LocaleTranslationTest::testJavaScriptTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
LocaleTranslationTest::testStringTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateTest::addLanguage in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Adds a language.
LocaleUpdateTest::testUpdateImportSourceLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocaleUpdateTest::testUpdateImportWithoutDirectory in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import without a translations directory.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_filters in drupal/core/modules/locale/locale.pages.inc
List locale translation filters that can be applied.
locale_translate_import_form in drupal/core/modules/locale/locale.bulk.inc
Form constructor for the translation import screen.
locale_translation_batch_fetch_update_status in drupal/core/modules/locale/locale.batch.inc
Batch process: Update the download history table.
menu_reset_static_cache in drupal/core/includes/menu.inc
Resets the menu system static cache.
menu_set_active_item in drupal/core/includes/menu.inc
Sets the active path, which determines which page is loaded.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
NodeAccessLanguageTest::testNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
Tests node_access() with multiple node languages and no private nodes.
NodeQueryAlterTest::testNodeQueryAlterOverride in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
node_type_cache_reset in drupal/core/modules/node/node.module
Clears the node type cache.
options_field_update_field in drupal/core/modules/options/options.module
Implements hook_field_update_field().
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
ReadOnlyStreamWrapperTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php
Sets up a Drupal site for running functional and integration tests.
RenderTest::testDrupalRenderChildrenAttached in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests #attached functionality in children elements.
ResettableStaticUnitTest::testDrupalStatic in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php
Tests drupal_static() function.
RESTTestBase::enableService in drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php
Enables the REST service interface for a specific entity type.
RoleStorageController::resetCache in drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php
Resets the internal, static entity cache.
search_menu in drupal/core/modules/search/search.module
Implements hook_menu().
shortcut_set_assign_user in drupal/core/modules/shortcut/shortcut.module
Assigns a user to a particular shortcut set.
StreamWrapperTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Sets up a Drupal site for running functional and integration tests.
system_list_reset in drupal/core/includes/module.inc
Resets all system_list() caches.
TableTest::testThemeTableNoStickyHeaders in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableStickyHeaders in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TermStorageController::resetCache in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::resetCache().
TermTest::testTermReorder in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.
TestBase::tearDown in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Deletes created files, database tables, and reverts all environment changes.
TranslationTest::addLanguage in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Installs the specified language, or enables it if it is already installed.
TranslationTest::resetCaches in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Resets static caches to make the test code match the client-side behavior.
TranslationTest::testFieldDisplayLanguage in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Tests display language logic for translatable fields.
UnitTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/UnitTestBase.php
Sets up unit test environment.
UpdateCoreTest::testFetchTasks in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests that exactly one fetch task per project is created and not more.
UpgradePathTestBase::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
UserPermissionsTest::testUserPermissionChanges in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Change user permissions and check user_access().
UserRoleAdminTest::testRoleWeightOrdering in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
user_role_grant_permissions in drupal/core/modules/user/user.module
Grant permissions to a user role.
user_role_revoke_permissions in drupal/core/modules/user/user.module
Revoke permissions from a user role.
user_user_login in drupal/core/modules/user/user.module
Implements hook_user_login().
user_user_logout in drupal/core/modules/user/user.module
Implements hook_user_logout().
VocabularyStorageController::resetCache in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php
Overrides Drupal\Core\Config\Entity\ConfigStorageController::resetCache().
WebTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Sets up a Drupal site for running functional and integration tests.
_book_update_outline in drupal/core/modules/book/book.module
Handles additions and updates to the book outline.
_field_info_collate_types_reset in drupal/core/modules/field/field.info.inc
Clears collated information on field and widget types and related structures.
_form_validate in drupal/core/includes/form.inc
Performs validation on form elements.