159 calls to drupal_static()

aggregator_category_load in drupal/core/modules/aggregator/aggregator.module
Loads an aggregator category.
arg in drupal/core/includes/bootstrap.inc
Returns a component of the current Drupal path.
block_list in drupal/core/modules/block/block.module
Returns all blocks in the specified region for the current user.
book_get_flat_menu in drupal/core/modules/book/book.module
Gets the book menu tree for a page and returns it as a linear array.
book_menu_subtree_data in drupal/core/modules/book/book.module
Gets the data representing a subtree of the book hierarchy.
comment_node_update_index in drupal/core/modules/comment/comment.module
Implements hook_node_update_index().
conf_path in drupal/core/includes/bootstrap.inc
Returns the appropriate configuration directory.
DatabaseBackend::checksumTags in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Returns the sum total of validations for a given set of tags.
DatabaseBackend::deleteTags in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags().
DatabaseBackend::invalidateTags in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
datetime_default_format_type in drupal/core/includes/common.inc
Retrieves the correct datetime format type for this system.
datetime_format_example in drupal/core/modules/datetime/datetime.module
Creates an example for a date format.
drupal_add_css in drupal/core/includes/common.inc
Adds a cascading stylesheet to the stylesheet queue.
drupal_add_feed in drupal/core/includes/common.inc
Adds a feed URL for the current page.
drupal_add_html_head in drupal/core/includes/common.inc
Adds output to the HEAD tag of the HTML page.
drupal_add_http_header in drupal/core/includes/bootstrap.inc
Sets an HTTP response header for the current page.
drupal_add_js in drupal/core/includes/common.inc
Adds a JavaScript file, setting, or inline code to the page.
drupal_add_library in drupal/core/includes/common.inc
Adds multiple JavaScript or CSS files at the same time.
drupal_add_tabledrag in drupal/core/includes/common.inc
Assists in adding the tableDrag JavaScript behavior to a themed table.
drupal_get_destination in drupal/core/includes/common.inc
Prepares a 'destination' URL query parameter for use with drupal_goto().
drupal_get_filetransfer_info in drupal/core/includes/common.inc
Assembles the Drupal FileTransfer registry.
drupal_get_http_header in drupal/core/includes/bootstrap.inc
Gets the HTTP response headers for the current page.
drupal_get_library in drupal/core/includes/common.inc
Retrieves information for a JavaScript/CSS library.
drupal_get_schema_versions in drupal/core/includes/schema.inc
Returns an array of available schema versions for a module.
drupal_get_updaters in drupal/core/includes/common.inc
Assembles the Drupal Updater registry.
drupal_html_id in drupal/core/includes/common.inc
Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_is_front_page in drupal/core/includes/path.inc
Check if the current page is the front page.
drupal_mail_system in drupal/core/includes/mail.inc
Returns an object that implements Drupal\Core\Mail\MailInterface.
drupal_match_path in drupal/core/includes/path.inc
Check if a path matches any pattern in a set of patterns.
drupal_page_header in drupal/core/includes/bootstrap.inc
Sets HTTP headers in preparation for a page response.
drupal_page_is_cacheable in drupal/core/includes/bootstrap.inc
Determines the cacheability of the current page.
drupal_parse_info_file in drupal/core/includes/common.inc
Parses Drupal module and theme .info.yml files.
drupal_render_collect_attached in drupal/core/includes/common.inc
Collects #attached for an element and its children into a single array.
drupal_render_page in drupal/core/includes/common.inc
Renders the page, including all theming.
drupal_retrieve_form in drupal/core/includes/form.inc
Retrieves the structured array that defines a given form.
drupal_send_headers in drupal/core/includes/bootstrap.inc
Sends the HTTP response headers that were previously set, adding defaults.
drupal_set_breadcrumb in drupal/core/includes/common.inc
Sets the breadcrumb trail for the current page.
drupal_set_page_content in drupal/core/includes/common.inc
Sets the main page content value for later use.
drupal_set_title in drupal/core/includes/bootstrap.inc
Sets the title of the current page.
drupal_static_reset in drupal/core/includes/bootstrap.inc
Resets one or all centrally stored static variable(s).
drupal_validate_form in drupal/core/includes/form.inc
Validates user-submitted form data in the $form_state array.
element_info in drupal/core/includes/common.inc
Retrieves the default properties for the defined element type.
EntityQueryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Sets up Drupal unit test environment.
entity_get_bundles in drupal/core/includes/entity.inc
Returns the entity bundle info.
entity_get_view_modes in drupal/core/includes/entity.inc
Returns the entity view mode info.
field_available_languages in drupal/core/modules/field/field.multilingual.inc
Collects the available language codes for the given entity type and field.
field_language in drupal/core/modules/field/field.multilingual.inc
Returns the display language code for the fields attached to the given entity.
field_test_entity_info_translatable in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Helper function to enable entity translations.
field_test_memorize in drupal/core/modules/field/tests/modules/field_test/field_test.module
Store and retrieve keyed data for later verification by unit tests.
field_view_mode_settings in drupal/core/modules/field/field.module
Returns view mode settings in a given bundle.
file_get_file_references in drupal/core/modules/file/file.module
Retrieves a list of references to a file.
file_get_stream_wrappers in drupal/core/includes/file.inc
Provides Drupal stream wrapper registry.
file_mimetype_mapping in drupal/core/includes/file.mimetypes.inc
Return an array of MIME extension mappings.
file_test_file_scan_callback in drupal/core/modules/file/tests/file_test/file_test.module
Helper function for testing file_scan_directory().
filter_formats in drupal/core/modules/filter/filter.module
Retrieves a list of text formats, ordered by weight.
filter_list_format in drupal/core/modules/filter/filter.module
Retrieves a list of filters for a given text format.
form_set_error in drupal/core/includes/form.inc
Files an error against a form element.
forum_field_storage_pre_update in drupal/core/modules/forum/forum.module
Implements hook_field_storage_pre_update().
forum_forum_load in drupal/core/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
history_read in drupal/core/modules/history/history.module
Retrieves the timestamp for the current user's last view of a specified node.
hook_field_storage_pre_update in drupal/core/modules/field/field.api.php
Act before the storage backends update field data.
hook_field_update in drupal/core/modules/field/field.api.php
Define custom update behavior for this module's field data.
ImageEffectsTest::testImageEffectsCaching in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test image effect caching.
image_effect_definitions in drupal/core/modules/image/image.module
Returns a set of image effects.
image_module_test_image_effect_info_alter in drupal/core/modules/image/tests/image_module_test.module
Implements hook_image_effect_info_alter().
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
l in drupal/core/includes/common.inc
Formats an internal or external URL link as an HTML anchor tag.
language_fallback_get_candidates in drupal/core/includes/language.inc
Returns the possible fallback languages ordered by language weight.
language_list in drupal/core/includes/bootstrap.inc
Returns a list of languages set up on the site.
language_negotiation_info in drupal/core/includes/language.inc
Returns all defined language negotiation methods.
language_negotiation_method_invoke in drupal/core/includes/language.inc
Invokes a language negotiation method and caches the results.
language_types_get_configurable in drupal/core/includes/language.inc
Returns only the configurable language types.
language_types_info in drupal/core/includes/language.inc
Returns information about all defined language types.
list_themes in drupal/core/includes/theme.inc
Returns a list of all currently available themes.
locale_get_plural in drupal/core/modules/locale/locale.module
Returns plural form index for a specific number.
locale_translate_filter_values in drupal/core/modules/locale/locale.pages.inc
Build array out of search criteria specified in request variables.
locale_translation_clear_cache_projects in drupal/core/modules/locale/locale.translation.inc
Clears the projects cache.
locale_translation_get_file_history in drupal/core/modules/locale/locale.module
Gets current translation status from the {locale_file} table.
locale_translation_get_projects in drupal/core/modules/locale/locale.translation.inc
Get array of projects which are available for interface translation.
locale_translation_project_list in drupal/core/modules/locale/locale.compare.inc
Fetch an array of projects for translation update.
menu_contextual_links in drupal/core/includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
menu_get_custom_theme in drupal/core/includes/menu.inc
Gets the custom theme for the current page, if there is one.
menu_get_item in drupal/core/includes/menu.inc
Gets a router item.
menu_link_get_preferred in drupal/core/includes/menu.inc
Looks up the preferred menu link for a given system path.
menu_local_tasks in drupal/core/includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_set_active_menu_names in drupal/core/includes/menu.inc
Sets (or gets) the active menu for the current page.
menu_set_active_trail in drupal/core/includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_tree in drupal/core/includes/menu.inc
Renders a menu tree based on the current path.
menu_tree_all_data in drupal/core/includes/menu.inc
Gets the data structure representing a named menu tree.
menu_tree_page_data in drupal/core/includes/menu.inc
Gets the data structure for a named menu tree, based on the current page.
menu_tree_set_path in drupal/core/includes/menu.inc
Sets the path for determining the active trail of the specified menu tree.
node_access_view_all_nodes in drupal/core/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_mark in drupal/core/modules/node/node.module
Determines the type of marker to be displayed for a given node.
options_allowed_values in drupal/core/modules/options/options.module
Returns the array of allowed values for a list field.
overlay_render_region in drupal/core/modules/overlay/overlay.module
Renders an individual page region.
overlay_set_mode in drupal/core/modules/overlay/overlay.module
Sets the overlay mode and adds proper JavaScript and styles to the page.
overlay_set_regions_to_render in drupal/core/modules/overlay/overlay.module
Sets the regions of the page that rendering will be limited to.
overlay_store_rendered_content in drupal/core/modules/overlay/overlay.module
Stores strings representing rendered HTML content.
pager_get_query_parameters in drupal/core/includes/pager.inc
Compose a URL query parameter array for pager links.
path_get_admin_paths in drupal/core/includes/path.inc
Gets a list of administrative and non-administrative paths.
path_is_admin in drupal/core/includes/path.inc
Determines whether a path is in the administrative section of the site.
ResettableStaticUnitTest::testDrupalStatic in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php
Tests drupal_static() function.
search_dirty in drupal/core/modules/search/search.module
Marks a word as "dirty" (changed), or retrieves the list of dirty words.
search_get_info in drupal/core/modules/search/search.module
Returns information about available search modules.
search_index_split in drupal/core/modules/search/search.module
Simplifies and splits a string into tokens for indexing.
shortcut_current_displayed_set in drupal/core/modules/shortcut/shortcut.module
Returns the current displayed shortcut set for the provided user account.
simpletest_test_get_all in drupal/core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
syslog_watchdog in drupal/core/modules/syslog/syslog.module
Implements hook_watchdog().
system_admin_menu_block in drupal/core/modules/system/system.module
Provide a single block on the administration overview page.
system_date_format_locale in drupal/core/modules/system/system.module
Gets the appropriate date format string for a date type and locale.
system_get_module_admin_tasks in drupal/core/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_list in drupal/core/includes/module.inc
Builds a list of bootstrap modules and enabled modules and themes.
system_rebuild_module_data in drupal/core/modules/system/system.module
Rebuild, save, and return data about all currently available modules.
system_test_page_build in drupal/core/modules/system/tests/modules/system_test/system_test.module
Implements hook_page_build().
taxonomy_get_tree in drupal/core/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_term_load_children in drupal/core/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_term_load_parents in drupal/core/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
taxonomy_term_load_parents_all in drupal/core/modules/taxonomy/taxonomy.module
Find all ancestors of a given term ID.
taxonomy_vocabulary_get_names in drupal/core/modules/taxonomy/taxonomy.module
Get names for all taxonomy vocabularies.
template_preprocess in drupal/core/includes/theme.inc
Adds a default set of helper variables for variable processors and templates.
template_preprocess_block in drupal/core/modules/block/block.module
Prepares variables for block templates.
theme_comment_post_forbidden in drupal/core/modules/comment/comment.module
Returns HTML for a "you can't post comments" notice.
theme_get_registry in drupal/core/includes/theme.inc
Gets the theme registry.
theme_get_setting in drupal/core/includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
toolbar_in_active_trail in drupal/core/modules/toolbar/toolbar.module
Checks whether an item is in the active trail.
translation_entity_types_translatable in drupal/core/modules/translation_entity/translation_entity.module
Returns all the translatable entity types.
translation_node_get_translations in drupal/core/modules/translation/translation.module
Gets all nodes in a given translation set.
update_get_projects in drupal/core/modules/update/update.compare.inc
Fetches an array of installed and enabled projects.
user_access in drupal/core/modules/user/user.module
Determine whether the user has a given privilege.
user_roles in drupal/core/modules/user/user.module
Retrieve an array of roles matching specified conditions.
user_role_permissions in drupal/core/modules/user/user.module
Determine the permissions for one or more roles.
ViewPreviewFormController::form in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
ViewsFormBase::getForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php
Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getForm().
views_ajax in drupal/core/modules/views/includes/ajax.inc
Menu callback to load a view via AJAX.
views_exposed_form_cache in drupal/core/modules/views/views.module
Save the Views exposed form for later use.
views_ui_add_ajax_trigger in drupal/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 drupal/core/modules/views_ui/views_ui.module
Sets a static variable for controlling whether contextual links are rendered.
ViewUI::addFormToStack in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Add another form to the stack; clicking 'apply' will go to this form rather than closing the ajax popup.
WebTestBase::checkPermissions in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Check to make sure that the array of permissions are valid.
_drupal_build_css_path in drupal/core/includes/common.inc
Prefixes all paths within a CSS file for drupal_build_css_cache().
_drupal_load_test_overrides in drupal/core/includes/bootstrap.inc
Overrides low-level and environment-specific configuration.
_drupal_session_read in drupal/core/includes/session.inc
Reads an entire session from the database (internal use only).
_drupal_session_write in drupal/core/includes/session.inc
Writes an entire session to the database (internal use only).
_field_info_collate_types in drupal/core/modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
_form_options_flatten in drupal/core/includes/form.inc
Iterates over an array and returns a flat array with duplicate keys removed.
_forum_user_last_visit in drupal/core/modules/forum/forum.module
Gets the last time the user viewed a node.
_language_resolved_path in drupal/core/includes/bootstrap.inc
Stores or retrieves the path derived during language negotiation.
_menu_build_tree in drupal/core/includes/menu.inc
Builds a menu tree.
_menu_clear_page_cache in drupal/core/includes/menu.inc
Clears the page and block caches at most twice per page load.
_menu_overview_tree_form in drupal/core/modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
_menu_router_cache in drupal/core/includes/menu.inc
Stores the menu router if we have it in memory.
_node_revision_access in drupal/core/modules/node/node.module
Access callback: Checks node revision access.
_node_types_build in drupal/core/modules/node/node.module
Builds and returns the list of available node types.
_rdf_get_default_mapping in drupal/core/modules/rdf/rdf.module
Gets the default RDF mapping for a given entity type.
_update_create_fetch_task in drupal/core/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_manager_cache_directory in drupal/core/modules/update/update.module
Returns the directory where update archive files should be cached.
_update_manager_extract_directory in drupal/core/modules/update/update.module
Returns the directory where update archive files should be extracted.
_update_manager_unique_identifier in drupal/core/modules/update/update.module
Returns a short unique identifier for this Drupal installation.
_update_process_fetch_task in drupal/core/modules/update/update.fetch.inc
Processes a task to fetch available update data for a single project.