101 calls to drupal_static_reset()

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