GraphUnitTest::assertReversePaths |
core/modules/simpletest/tests/graph.test |
Verify expected reverse paths in a graph. |
GraphUnitTest::assertWeights |
core/modules/simpletest/tests/graph.test |
Verify expected order in a graph. |
GraphUnitTest::displayArray |
core/modules/simpletest/tests/graph.test |
Helper function to output vertices as comma-separated list. |
GraphUnitTest::normalizeGraph |
core/modules/simpletest/tests/graph.test |
Return a normalized version of a graph. |
GraphUnitTest::setUp |
core/modules/simpletest/tests/graph.test |
Sets up unit test environment. |
GraphUnitTest::testDepthFirstSearch |
core/modules/simpletest/tests/graph.test |
Test depth-first-search features. |
hide |
core/includes/common.inc |
Hides an element from later rendering. |
HookBootExitTestCase::setUp |
core/modules/simpletest/tests/bootstrap.test |
Sets up a Backdrop site for running functional and integration tests. |
HookBootExitTestCase::testHookBootExit |
core/modules/simpletest/tests/bootstrap.test |
Test calling of hook_boot() and hook_exit(). |
HookRequirementsTestCase::testHookRequirementsFailure |
core/modules/system/tests/system.test |
Assert that a module cannot be installed if it fails hook_requirements(). |
hook_action_info |
core/modules/system/system.api.php |
Declares information about actions. |
hook_action_info_alter |
core/modules/system/system.api.php |
Alters the actions declared by another module. |
hook_admin_bar_cache_info |
core/modules/admin_bar/admin_bar.api.php |
Inform about additional module-specific caches that can be cleared. |
hook_admin_bar_map |
core/modules/admin_bar/admin_bar.api.php |
Provide expansion arguments for dynamic menu items. |
hook_admin_bar_output_alter |
core/modules/admin_bar/admin_bar.api.php |
Change the administration bar content before it is rendered. |
hook_admin_bar_output_build |
core/modules/admin_bar/admin_bar.api.php |
Add to the administration bar content before it is rendered. |
hook_admin_bar_replacements |
core/modules/admin_bar/admin_bar.api.php |
Return content to be replace via JS in the cached menu output. |
hook_admin_paths |
core/modules/system/system.api.php |
Define administrative paths. |
hook_admin_paths_alter |
core/modules/system/system.api.php |
Redefine administrative paths defined by other modules. |
hook_ajax_render_alter |
core/modules/system/system.api.php |
Alter the commands that are sent to the user through the Ajax framework. |
hook_archiver_info |
core/modules/system/system.api.php |
Declare archivers to the system. |
hook_archiver_info_alter |
core/modules/system/system.api.php |
Alter archiver information declared by other modules. |
hook_autoload_info |
core/modules/system/system.api.php |
Define the paths to classes and interfaces within a module. |
hook_autoload_info_alter |
core/modules/system/system.api.php |
Perform alterations to the list of classes included in the registry. |
hook_backdrop_goto_alter |
core/modules/system/system.api.php |
Change the page the user is sent to by backdrop_goto(). |
hook_batch_alter |
core/modules/system/system.api.php |
Alter batch information before a batch is processed. |
hook_block_configure |
core/modules/layout/layout.api.php |
Define a configuration form for a block. |
hook_block_info |
core/modules/layout/layout.api.php |
Defines to Backdrop what blocks are provided by your module. |
hook_block_info_alter |
core/modules/layout/layout.api.php |
Modify block definitions after loading form code. |
hook_block_save |
core/modules/layout/layout.api.php |
Save the configuration options from hook_block_configure(). |
hook_block_view |
core/modules/layout/layout.api.php |
Return a rendered or renderable view of a block. |
hook_block_view_alter |
core/modules/layout/layout.api.php |
Perform alterations to the content of a block. |
hook_block_view_MODULE_DELTA_alter |
core/modules/layout/layout.api.php |
Perform alterations to a specific block. |
hook_boot |
core/modules/system/system.api.php |
Perform setup tasks for all page requests. |
hook_ckeditor5_css_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the list of CSS files that will be added to a CKEditor 5 instance. |
hook_ckeditor5_plugins |
core/modules/ckeditor5/ckeditor5.api.php |
Provides a list of CKEditor plugins. |
hook_ckeditor5_plugins_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the list of available CKEditor plugins. |
hook_ckeditor5_PLUGIN_plugin_check |
core/modules/ckeditor5/ckeditor5.api.php |
Enabled callback for hook_ckeditor5_plugins(). |
hook_ckeditor5_settings_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the raw CKEditor settings passed to the editor. |
hook_ckeditor5_upgrade_button_mapping |
core/modules/ckeditor5/ckeditor5.api.php |
Specify the button mapping used between CKEditor 4 and CKEditor 5 upgrades. |
hook_ckeditor5_upgrade_button_mapping_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the button mapping used between CKEditor 4 and CKEditor 5 upgrades. |
hook_ckeditor5_upgrade_format_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify a text format when it is upgraded from CKEditor 4 to CKEditor 5. |
hook_ckeditor_css_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the list of CSS files that will be added to a CKEditor 4 instance. |
hook_ckeditor_plugins |
core/modules/ckeditor/ckeditor.api.php |
Provides a list of CKEditor 4 plugins. |
hook_ckeditor_plugins_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the list of available CKEditor 4 plugins. |
hook_ckeditor_PLUGIN_plugin_check |
core/modules/ckeditor/ckeditor.api.php |
Enabled callback for hook_ckeditor_plugins(). |
hook_ckeditor_settings_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the raw CKEditor 4 settings passed to the editor. |
hook_comment_delete |
core/modules/comment/comment.api.php |
Respond to comment deletion. |
hook_comment_insert |
core/modules/comment/comment.api.php |
Respond to creation of a new comment. |
hook_comment_load |
core/modules/comment/comment.api.php |
Act on comments being loaded from the database. |