111 calls to drupal_static_reset()

block_page_build in drupal/modules/block/block.module
Implements hook_page_build().
book_node_delete in drupal/modules/book/book.module
Implements hook_node_delete().
BootstrapGetFilenameTestCase::testDrupalGetFilename in drupal/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() works correctly when the file is not found in the database.
BootstrapIPAddressTestCase::setUp in drupal/modules/simpletest/tests/bootstrap.test
Sets up a Drupal site for running functional and integration tests.
BootstrapIPAddressTestCase::tearDown in drupal/modules/simpletest/tests/bootstrap.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BootstrapIPAddressTestCase::testIPAddressHost in drupal/modules/simpletest/tests/bootstrap.test
test IP Address and hostname
BootstrapResettableStaticTestCase::testDrupalStatic in drupal/modules/simpletest/tests/bootstrap.test
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called.
CascadingStylesheetsTestCase::setUp in drupal/modules/simpletest/tests/common.test
Sets up a Drupal site for running functional and integration tests.
CascadingStylesheetsTestCase::testReset in drupal/modules/simpletest/tests/common.test
Makes sure that reseting the CSS empties the cache.
DrupalHTMLIdentifierTestCase::setAllowCSSDoubleUnderscores in drupal/modules/simpletest/tests/common.test
Set the variable allow_css_double_underscores and reset the cache.
DrupalHTMLIdentifierTestCase::testDrupalHTMLId in drupal/modules/simpletest/tests/common.test
Tests that drupal_html_id() cleans the ID properly.
DrupalRenderTestCase::testDrupalRenderChildrenAttached in drupal/modules/simpletest/tests/common.test
Test #attached functionality in children elements.
DrupalUnitTestCase::setUp in drupal/modules/simpletest/drupal_web_test_case.php
Sets up unit test environment.
DrupalWebTestCase::resetAll in drupal/modules/simpletest/drupal_web_test_case.php
Reset all data structures after having enabled new modules.
DrupalWebTestCase::setUp in drupal/modules/simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
drupal_clear_path_cache in drupal/includes/path.inc
Clear the path cache.
drupal_process_form in drupal/includes/form.inc
Processes a form submission.
drupal_rewrite_settings in drupal/includes/install.inc
Replaces values in settings.php with values in the submitted array.
drupal_theme_initialize in drupal/includes/theme.inc
Initializes the theme system by loading the theme.
drupal_theme_rebuild in drupal/includes/theme.inc
Forces the system to rebuild the theme registry.
EarlyBootstrapTestCase::testHookBoot in drupal/modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
entity_info_cache_clear in drupal/includes/common.inc
Resets the cached information about entity types.
FieldInfoTestCase::testFieldInfo in drupal/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal/modules/field/tests/field.test
Tests display language logic for translatable fields.
field_info_cache_clear in drupal/modules/field/field.info.inc
Clears the field info cache without clearing the field data cache.
field_sql_storage_field_storage_query in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_query().
field_test_entity_info_translatable in drupal/modules/field/tests/field_test.entity.inc
Helper function to enable entity translations.
file_test_file_scan_callback_reset in drupal/modules/simpletest/tests/file.test
Reset static variables used by file_test_file_scan_callback().
FilterAdminTestCase::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
filter_formats_reset in drupal/modules/filter/filter.module
Resets the text format caches.
filter_modules_disabled in drupal/modules/filter/filter.module
Implements hook_modules_disabled().
filter_modules_enabled in drupal/modules/filter/filter.module
Implements hook_modules_enabled().
form_clear_error in drupal/includes/form.inc
Clears all errors against all form elements made by form_set_error().
form_options_flatten in drupal/includes/form.inc
Allows PHP array processing of multiple select options with the same value.
ForumTestCase::editForumTaxonomy in drupal/modules/forum/forum.test
Edits the forum taxonomy.
hook_field_update_field in drupal/modules/field/field.api.php
Act on a field being updated.
ImageAdminStylesUnitTest::testDefaultStyle in drupal/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in drupal/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminUiTestCase::testEditEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the edit effect form.
ImageEffectsUnitTest::testImageEffectsCaching in drupal/modules/image/image.test
Test image effect caching.
image_style_flush in drupal/modules/image/image.module
Flushes cached media for a style.
install_settings_form in drupal/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_verify_settings in drupal/includes/install.core.inc
Verifies the existing settings in settings.php.
IPAddressBlockingTestCase::testDuplicateIpAddress in drupal/modules/system/system.test
Test duplicate IP addresses are not present in the 'blocked_ips' table.
JavaScriptTestCase::resetStaticVariables in drupal/modules/simpletest/tests/common.test
Resets static variables related to adding JavaScript to a page.
JavaScriptTestCase::setUp in drupal/modules/simpletest/tests/common.test
Sets up a Drupal site for running functional and integration tests.
JavaScriptTestCase::testAggregationOrder in drupal/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testLibraryUnknown in drupal/modules/simpletest/tests/common.test
Tests non-existing libraries.
JavaScriptTestCase::testReset in drupal/modules/simpletest/tests/common.test
Test to see if resetting the JavaScript empties the cache.
language_negotiation_purge in drupal/includes/language.inc
Removes any unused language negotiation providers from the configuration.
language_types_set in drupal/includes/language.inc
Updates the language type configuration.
list_field_update_field in drupal/modules/field/modules/list/list.module
Implements hook_field_update_field().
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal/modules/locale/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleLanguageNegotiationInfoFunctionalTest::checkFixedLanguageTypes in drupal/modules/locale/locale.test
Check that language negotiation for fixed types matches the stored one.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in drupal/modules/locale/locale.test
Update language types/negotiation information.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal/modules/locale/locale.test
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal/modules/locale/locale.test
Tests for language switching by URL path.
LocaleUrlRewritingTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in drupal/modules/locale/locale.test
Check URL rewriting when using a domain name and a non-standard port.
locale_add_language in drupal/includes/locale.inc
API function to add a language.
locale_languages_overview_form in drupal/modules/locale/locale.admin.inc
User interface for the language overview screen.
locale_reset in drupal/modules/locale/locale.module
Reset static variables used by locale().
locale_translate_export_screen in drupal/modules/locale/locale.admin.inc
User interface for the translation export screen.
locale_translate_import_form in drupal/modules/locale/locale.admin.inc
User interface for the translation import screen.
locale_translate_import_form_submit in drupal/modules/locale/locale.admin.inc
Process the locale import form submission.
locale_translate_overview_screen in drupal/modules/locale/locale.admin.inc
Overview screen for translations.
locale_translation_filters in drupal/modules/locale/locale.admin.inc
List locale translation filters that can be applied.
MenuRouterTestCase::testMenuGetNames in drupal/modules/simpletest/tests/menu.test
Test menu_get_names().
menu_reset_static_cache in drupal/includes/menu.inc
Resets the menu system static cache.
menu_set_active_item in drupal/includes/menu.inc
Sets the active path, which determines which page is loaded.
ModuleUnitTest::testDependencyResolution in drupal/modules/simpletest/tests/module.test
Test dependency resolution.
module_implements in drupal/includes/module.inc
Determines which modules are implementing a hook.
module_list in drupal/includes/module.inc
Returns a list of currently active modules.
NodeQueryAlter::testNodeQueryAlterOverride in drupal/modules/node/node.test
Tests 'node_access' query alter override.
node_type_cache_reset in drupal/modules/node/node.module
Clears the node type cache.
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
search_menu in drupal/modules/search/search.module
Implements hook_menu().
shortcut_set_assign_user in drupal/modules/shortcut/shortcut.module
Assigns a user to a particular shortcut set.
StreamWrapperTest::setUp in drupal/modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
system_add_date_format_type_form in drupal/modules/system/system.admin.inc
Add new date type.
system_date_formats_rebuild in drupal/modules/system/system.module
Resets the database cache of date formats and saves all new date formats.
system_date_time_formats in drupal/modules/system/system.admin.inc
Displays the date format strings overview page.
system_date_time_settings in drupal/modules/system/system.admin.inc
Form builder; Configure the site date and time settings.
system_install in drupal/modules/system/system.install
Implements hook_install().
system_list_reset in drupal/includes/module.inc
Resets all system_list() caches.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTermReorder in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
taxonomy_terms_static_reset in drupal/modules/taxonomy/taxonomy.module
Clear all static cache variables for terms.
taxonomy_vocabulary_static_reset in drupal/modules/taxonomy/taxonomy.module
Clear all static cache variables for vocabularies.
ThemeTableTestCase::testThemeTableNoStickyHeaders in drupal/modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
ThemeTableTestCase::testThemeTableStickyHeaders in drupal/modules/simpletest/tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.
TranslationTestCase::addLanguage in drupal/modules/translation/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::resetCaches in drupal/modules/translation/translation.test
Resets static caches to make the test code match the client-side behavior.
TriggerActionTestCase::assignSystemEmailAction in drupal/modules/trigger/trigger.test
Assigns a system_send_email_action to the passed-in trigger.
TriggerActionTestCase::assignSystemMessageAction in drupal/modules/trigger/trigger.test
Assigns a system message action to the passed-in trigger.
trigger_actions_delete in drupal/modules/trigger/trigger.module
Implements hook_actions_delete().
trigger_assign_form_submit in drupal/modules/trigger/trigger.admin.inc
Form submission handler for trigger_assign_form().
trigger_unassign_submit in drupal/modules/trigger/trigger.admin.inc
Form submission handler for trigger_unassign().
UpdateCoreTestCase::testFetchTasks in drupal/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTestCase::setUp in drupal/modules/simpletest/tests/upgrade/upgrade.test
Overrides DrupalWebTestCase::setUp() for upgrade testing.
UserPermissionsTestCase::testUserPermissionChanges in drupal/modules/user/user.test
Change user permissions and check user_access().
user_role_delete in drupal/modules/user/user.module
Delete a user role from database.
user_role_grant_permissions in drupal/modules/user/user.module
Grant permissions to a user role.
user_role_revoke_permissions in drupal/modules/user/user.module
Revoke permissions from a user role.
user_role_save in drupal/modules/user/user.module
Save a user role to the database.
_book_update_outline in drupal/modules/book/book.module
Handles additions and updates to the book outline.
_drupal_bootstrap_full in drupal/includes/common.inc
_form_validate in drupal/includes/form.inc
Performs validation on form elements.