You are here

Functions in Zircon Profile 8

Primary tabs

Namesort descending Location Description Direct uses Strings
action_entity_type_build core/modules/action/action.module Implements hook_entity_type_build().
action_help core/modules/action/action.module Implements hook_help().
action_views_form_substitutions core/modules/action/action.views_execution.inc Implements hook_views_form_substitutions().
admin_toolbar_prerender_toolbar_administration_tray modules/admin_toolbar/admin_toolbar.module Renders the toolbar's administration tray. This is a clone of core's toolbar_prerender_toolbar_administration_tray() function, which uses setMaxDepth(4) instead of setTopLevelOnly() 1
admin_toolbar_toolbar_alter modules/admin_toolbar/admin_toolbar.module Implements hook_toolbar_alter().
admin_toolbar_tools_help modules/admin_toolbar/admin_toolbar_tools/admin_toolbar_tools.module Implements hook_help().
admin_toolbar_tools_menu_links_discovered_alter modules/admin_toolbar/admin_toolbar_tools/admin_toolbar_tools.module Implements hook_menu_links_discovered_alter().
admin_toolbar_tools_toolbar modules/admin_toolbar/admin_toolbar_tools/admin_toolbar_tools.module Implements hook_toolbar().
aggregator_cron core/modules/aggregator/aggregator.module Implements hook_cron().
aggregator_entity_extra_field_info core/modules/aggregator/aggregator.module Implements hook_entity_extra_field_info().
aggregator_help core/modules/aggregator/aggregator.module Implements hook_help().
aggregator_preprocess_block core/modules/aggregator/aggregator.module Implements hook_preprocess_HOOK() for block templates.
aggregator_requirements core/modules/aggregator/aggregator.install Implements hook_requirements().
aggregator_theme core/modules/aggregator/aggregator.module Implements hook_theme().
aggregator_update_8001 core/modules/aggregator/aggregator.install The simple presence of this update function clears cached field definitions.
ajax_forms_test_advanced_commands_add_css_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'. 1
ajax_forms_test_advanced_commands_after_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1
ajax_forms_test_advanced_commands_alert_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'. 1
ajax_forms_test_advanced_commands_append_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'. 1
ajax_forms_test_advanced_commands_before_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'. 1
ajax_forms_test_advanced_commands_changed_asterisk_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div. 1
ajax_forms_test_advanced_commands_changed_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'. 1
ajax_forms_test_advanced_commands_css_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'. 1
ajax_forms_test_advanced_commands_data_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'. 1
ajax_forms_test_advanced_commands_html_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'. 1
ajax_forms_test_advanced_commands_insert_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'. 1
ajax_forms_test_advanced_commands_invoke_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'. 1
ajax_forms_test_advanced_commands_prepend_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'. 1
ajax_forms_test_advanced_commands_remove_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'. 1
ajax_forms_test_advanced_commands_restripe_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'. 1
ajax_forms_test_advanced_commands_settings_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'. 1
ajax_forms_test_lazy_load_form_ajax core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. 1
ajax_forms_test_validation_form_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form. 1
ajax_forms_test_validation_number_form_callback core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form. 1
all vendor/guzzlehttp/promises/src/functions.php Given an array of promises, return a promise that is fulfilled when all the items in the array are fulfilled. 70
any vendor/guzzlehttp/promises/src/functions.php Like some(), with 1 as count. However, if the promise fulfills, the fulfillment value is not an array of 1 but the value directly. 47
any vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a matcher that matches when the method is executed zero or more times. 47
anything vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. 5
archiver_get_archiver core/includes/common.inc Creates the appropriate archiver for the specified file. 1
archiver_get_extensions core/includes/common.inc Returns a string of supported archive extensions. 3
arrayHasKey vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object.
assertArrayHasKey vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an array has a specified key.
assertArrayNotHasKey vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an array does not have a specified key.
assertArraySubset vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an array has a specified subset.
assertAttributeContains vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
assertAttributeContainsOnly vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains only values of a given type.
assertAttributeCount vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
assertAttributeEmpty vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a static attribute of a class or an attribute of an object is empty.
assertAttributeEquals vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a variable is equal to an attribute of an object.
assertAttributeGreaterThan vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an attribute is greater than another value.

Pages

Other projects