47 calls to drupal_static() in Zircon Profile 8.0
- BookManager::bookSubtreeData in core/
modules/ book/ src/ BookManager.php - Gets the data representing a subtree of the book hierarchy.
- BookManager::bookTreeAllData in core/
modules/ book/ src/ BookManager.php - Gets the data structure representing a named menu tree.
- BookManager::doBookTreeBuild in core/
modules/ book/ src/ BookManager.php - Builds a book tree.
- comment_node_update_index in core/
modules/ comment/ comment.module - Implements hook_node_update_index().
- drupal_attach_tabledrag in core/
includes/ common.inc - Assists in attaching the tableDrag JavaScript behavior to a themed table.
- drupal_get_filetransfer_info in core/
includes/ common.inc - Assembles the Drupal FileTransfer registry.
- drupal_get_schema_versions in core/
includes/ schema.inc - Returns an array of available schema versions for a module.
- drupal_get_updaters in core/
includes/ common.inc - Assembles the Drupal Updater registry.
- drupal_save_session in modules/
memcache/ unstable/ memcache-session.inc - Determine whether to save session data of the current request.
- drupal_static_reset in core/
includes/ bootstrap.inc - Resets one or all centrally stored static variable(s).
- field_test_entity_info_translatable in core/
modules/ field/ tests/ modules/ field_test/ field_test.entity.inc - Helper function to enable entity translations.
- field_test_memorize in core/
modules/ field/ tests/ modules/ field_test/ field_test.module - Store and retrieve keyed data for later verification by unit tests.
- file_get_file_references in core/
modules/ file/ file.module - Retrieves a list of references to a file.
- file_test_file_scan_callback in core/
modules/ file/ tests/ file_test/ file_test.module - Helper function for testing file_scan_directory().
- filter_formats in core/
modules/ filter/ filter.module - Retrieves a list of enabled text formats, ordered by weight.
- history_read_multiple in core/
modules/ history/ history.module - Retrieves the last viewed timestamp for each of the passed node IDs.
- history_write in core/
modules/ history/ history.module - Updates 'last viewed' timestamp of the specified entity for the current user.
- ImageEffectsTest::testImageEffectsCaching in core/
modules/ image/ src/ Tests/ ImageEffectsTest.php - Test image effect caching.
- image_module_test_image_effect_info_alter in core/
modules/ image/ tests/ modules/ image_module_test/ image_module_test.module - Implements hook_image_effect_info_alter().
- install_profile_info in core/
includes/ install.inc - Retrieves information about an installation profile from its .info.yml file.
- locale_get_plural in core/
modules/ locale/ locale.module - Returns plural form index for a specific number.
- locale_translation_get_file_history in core/
modules/ locale/ locale.module - Gets current translation status from the {locale_file} table.
- locale_translation_get_projects in core/
modules/ locale/ locale.translation.inc - Get array of projects which are available for interface translation.
- locale_translation_project_list in core/
modules/ locale/ locale.compare.inc - Fetch an array of projects for translation update.
- node_access_view_all_nodes in core/
modules/ node/ node.module - Determines whether the user has a global viewing grant for all nodes.
- node_mark in core/
modules/ node/ node.module - Determines the type of marker to be displayed for a given node.
- options_allowed_values in core/
modules/ options/ options.module - Returns the array of allowed values for a list field.
- pager_get_query_parameters in core/
includes/ pager.inc - Compose a URL query parameter array for pager links.
- ResettableStaticUnitTest::testDrupalStatic in core/
modules/ system/ src/ Tests/ Bootstrap/ ResettableStaticUnitTest.php - Tests drupal_static() function.
- search_dirty in core/
modules/ search/ search.module - Marks a word as "dirty" (changed), or retrieves the list of dirty words.
- search_index_split in core/
modules/ search/ search.module - Simplifies and splits a string into words for indexing.
- shortcut_current_displayed_set in core/
modules/ shortcut/ shortcut.module - Returns the current displayed shortcut set for the provided user account.
- system_get_info in core/
modules/ system/ system.module - Returns an array of information about enabled modules or themes.
- system_get_module_admin_tasks in core/
modules/ system/ system.module - Generate a list of tasks offered by a specified module.
- system_list in core/
includes/ module.inc - Builds a list of installed themes.
- system_rebuild_module_data in core/
modules/ system/ system.module - Rebuild, save, and return data about all currently available modules.
- taxonomy_vocabulary_get_names in core/
modules/ taxonomy/ taxonomy.module - Get names for all taxonomy vocabularies.
- template_preprocess in core/
includes/ theme.inc - Adds a default set of helper variables for preprocessors and templates.
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- ThemeInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Uninstalls a given list of themes.
- theme_get_setting in core/
includes/ theme.inc - Retrieves a setting for the current theme or for a given theme.
- update_language_list in core/
includes/ update.inc - Returns a list of languages set up on the site during upgrades.
- views_ui_add_ajax_trigger in core/
modules/ views_ui/ admin.inc - Converts a form element in the add view wizard to be AJAX-enabled.
- views_ui_contextual_links_suppress in core/
modules/ views_ui/ views_ui.module - Sets a static variable for controlling whether contextual links are rendered.
- _update_manager_cache_directory in core/
modules/ update/ update.module - Returns the directory where update archive files should be cached.
- _update_manager_extract_directory in core/
modules/ update/ update.module - Returns the directory where update archive files should be extracted.
- _update_manager_unique_identifier in core/
modules/ update/ update.module - Returns a short unique identifier for this Drupal installation.