twig_number_format_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Number format filter. |
|
1 |
twig_random |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a random value depending on the supplied parameter type: |
5 |
1 |
twig_raw_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php |
Marks a variable as being safe. |
|
1 |
twig_render |
drupal/core/themes/engines/twig/twig.engine |
Wrapper around render() for twig printed output. |
|
1 |
twig_render_template |
drupal/core/themes/engines/twig/twig.engine |
Render twig templates. |
|
|
twig_reverse_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Reverses a variable. |
1 |
1 |
twig_show |
drupal/core/themes/engines/twig/twig.engine |
Wrapper around show() that does not return the content. |
|
1 |
twig_slice |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Slices a variable. |
|
1 |
twig_sort_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Sorts an array. |
|
1 |
twig_test_empty |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Checks if a variable is empty. |
1 |
1 |
twig_test_iterable |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Checks if a variable is traversable. |
|
1 |
twig_theme |
drupal/core/themes/engines/twig/twig.engine |
Implements hook_theme(). |
|
|
twig_urlencode_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
URL encodes a string. |
|
1 |
twig_var_dump |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php |
|
|
1 |
typed_data |
drupal/core/includes/bootstrap.inc |
Returns the typed data manager service. |
|
1 |
unicode_check |
drupal/core/includes/bootstrap.inc |
Checks for Unicode support in PHP and sets the proper settings if possible. |
3 |
|
unicode_requirements |
drupal/core/includes/unicode.inc |
Return Unicode library status and errors. |
|
|
update_access_allowed |
drupal/core/update.php |
Determines if the current user is allowed to run update.php. |
1 |
|
update_access_denied_page |
drupal/core/update.php |
Renders a 403 access denied page for update.php. |
1 |
|
update_add_uuids |
drupal/core/includes/update.inc |
Helper function to update entities with uuid. |
4 |
|
update_already_performed |
drupal/core/includes/update.inc |
Determines if a module update has already been performed. |
1 |
|
update_authorize_batch_copy_project |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Copies project to its proper place when authorized to do so. |
|
2 |
update_authorize_install_batch_finished |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized install batch is done. |
|
1 |
update_authorize_run_install |
drupal/core/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
|
1 |
update_authorize_run_update |
drupal/core/modules/update/update.authorize.inc |
Updates existing projects when invoked by authorize.php. |
1 |
1 |
update_authorize_update_batch_finished |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized update batch is done. |
|
1 |
update_batch |
drupal/core/includes/update.inc |
Start the database update batch process. |
1 |
|
update_build_dependency_graph |
drupal/core/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
1 |
|
update_cache_clear_submit |
drupal/core/modules/update/update.module |
Form submission handler for system_modules(). |
|
1 |
update_cache_flush |
drupal/core/modules/update/update.module |
Implements hook_cache_flush(). |
|
|
update_calculate_project_data |
drupal/core/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
3 |
|
update_calculate_project_update_status |
drupal/core/modules/update/update.compare.inc |
Calculates the current update status of a specific project. |
1 |
|
update_callback_service_unavailable |
drupal/core/modules/update/tests/modules/update_test/update_test.module |
Page callback: Displays an Error 503 (Service unavailable) page. |
|
1 |
update_check_incompatibility |
drupal/core/includes/update.inc |
Helper function to test compatibility of a module or theme. |
2 |
|
update_check_requirements |
drupal/core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
1 |
|
update_clear_update_disk_cache |
drupal/core/modules/update/update.module |
Clears the temporary files and directories based on file age from disk. |
1 |
|
update_create_fetch_task |
drupal/core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
3 |
|
update_cron |
drupal/core/modules/update/update.module |
Implements hook_cron(). |
|
|
update_delete_file_if_stale |
drupal/core/modules/update/update.module |
Deletes stale files and directories from the update manager disk cache. |
1 |
1 |
update_do_one |
drupal/core/includes/update.inc |
Perform one update and store the results for display on finished page. |
|
1 |
update_extra_requirements |
drupal/core/update.php |
Returns and stores extra requirements that apply during the update process. |
2 |
|
update_fetch_data |
drupal/core/modules/update/update.module |
Attempts to fetch update data after loading the necessary include file. |
2 |
|
update_fetch_data_batch |
drupal/core/modules/update/update.fetch.inc |
Batch callback: Processes a step in batch for fetching available update data. |
|
1 |
update_fetch_data_finished |
drupal/core/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
|
1 |
update_filter_project_info |
drupal/core/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
1 |
|
update_finished |
drupal/core/includes/update.inc |
Finish the update process and store results for eventual display. |
|
1 |
update_fix_compatibility |
drupal/core/includes/update.inc |
Disables any extensions that are incompatible with the current core version. |
1 |
|
update_fix_d8_requirements |
drupal/core/includes/update.inc |
Perform Drupal 7.x to 8.x updates that are required for update.php
to function properly. |
1 |
|
update_form_system_modules_alter |
drupal/core/modules/update/update.module |
Implements hook_form_FORM_ID_alter() for system_modules(). |
|
|
update_get_available |
drupal/core/modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
5 |
|