translation_remove_from_set |
drupal/core/modules/translation/translation.module |
Removes a node from its translation set and updates accordingly. |
1 |
|
translation_supported_type |
drupal/core/modules/translation/translation.module |
Returns whether the given content type has support for translations. |
8 |
|
translation_test_node_insert |
drupal/core/modules/translation/tests/translation_test.module |
Implements hook_node_insert(). |
|
|
translation_update_8000 |
drupal/core/modules/translation/translation.install |
Rename the translate content permission. |
|
|
translation_update_8001 |
drupal/core/modules/translation/translation.install |
Moves "translation_language_type" from variable to config. |
|
|
translation_user_can_translate_node |
drupal/core/modules/translation/translation.module |
Check if the user has permissions to translate a node. |
3 |
|
transliterate_test_transliteration_overrides_alter |
drupal/core/modules/system/tests/modules/transliterate_test/transliterate_test.module |
Implements hook_transliteration_overrides_alter(). |
|
|
truncate_utf8 |
drupal/core/includes/unicode.inc |
Truncates a UTF-8-encoded string safely to a number of characters. |
18 |
|
twig_array_batch |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Batches item. |
|
1 |
twig_array_merge |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Merges an array with another one. |
|
1 |
twig_constant |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Provides the ability to get constants from instances as well as class/global constants. |
|
1 |
twig_cycle |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Cycles over a value. |
|
1 |
twig_date_converter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Converts an input to a DateTime instance. |
1 |
1 |
twig_date_format_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Converts a date to the given format. |
|
1 |
twig_date_modify_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a new date object modified |
|
1 |
twig_ensure_traversable |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
|
|
|
twig_escape_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Escapes a string. |
13 |
1 |
twig_escape_filter_is_safe |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
|
|
1 |
twig_extension |
drupal/core/themes/engines/twig/twig.engine |
Implements hook_extension(). |
3 |
|
twig_first |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns the first element of the item. |
|
1 |
twig_get_array_keys_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns the keys for the given array. |
|
1 |
twig_hide |
drupal/core/themes/engines/twig/twig.engine |
Wrapper around hide() that does not return the content. |
|
1 |
twig_include |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Renders a template. |
|
1 |
twig_init |
drupal/core/themes/engines/twig/twig.engine |
Implements hook_init(). |
|
|
twig_in_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
|
|
|
twig_join_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Joins the values to a string. |
|
1 |
twig_last |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns the last element of the item. |
|
1 |
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_template |
drupal/core/themes/engines/twig/twig.engine |
Renders a Twig template. |
|
1 |
twig_render_var |
drupal/core/themes/engines/twig/twig.engine |
Wrapper around render() for twig printed output. |
|
1 |
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. |
2 |
1 |
twig_sort_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Sorts an array. |
|
1 |
twig_split_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Splits the string into an array. |
|
1 |
twig_template_from_string |
drupal/core/vendor/twig/twig/lib/Twig/Extension/StringLoader.php |
Loads a template from a string. |
|
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_theme_test_theme |
drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module |
Implements hook_theme(). |
|
|
twig_urlencode_filter |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
URL encodes a string as a path segment or an array as a query string. |
|
1 |
twig_var_dump |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php |
|
|
1 |
unicode_requirements |
drupal/core/includes/unicode.inc |
Returns Unicode library status and errors. |
1 |
|
update_7_to_8_install_default_config |
drupal/core/includes/update.inc |
Installs a default configuration file into the active store. |
1 |
|
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_cache_columns |
drupal/core/includes/update.inc |
Adds tags, checksum_invalidations, checksum_deletions to a cache table. |
1 |
|
update_add_uuids |
drupal/core/includes/update.inc |
Helper function to update entities with uuid. |
5 |
|