ajax_command_replace |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/replaceWith' command. |
ajax_command_remove |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'remove' command. |
ajax_command_redirect |
core/includes/ajax.inc |
Provides an AJAX command to set the window.location, loading that URL. |
ajax_command_prepend |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/prepend' command. |
ajax_command_open_modal_dialog |
core/includes/ajax.inc |
Provides an AJAX command to open content in a modal dialog. |
ajax_command_open_dialog |
core/includes/ajax.inc |
Provides an AJAX command to open content in a dialog. |
ajax_command_invoke |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'invoke' command. |
ajax_command_insert |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert' command using the method in #ajax['method']. |
ajax_command_html |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/html' command. |
ajax_command_data |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'data' command. |
ajax_command_css |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'css' command. |
ajax_command_close_modal_dialog |
core/includes/ajax.inc |
Provides a shortcut command for closing a modal dialog. |
ajax_command_close_dialog |
core/includes/ajax.inc |
Provides an AJAX command to close an open dialog. |
ajax_command_changed |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'changed' command. |
ajax_command_before |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/before' command. |
ajax_command_append |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/append' command. |
ajax_command_alert |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'alert' command. |
ajax_command_after |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert/after' command. |
ajax_command_add_css |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'addCss' command. |
ajax_base_page_theme |
core/includes/ajax.inc |
Theme callback: Returns the correct theme for an Ajax request. |
AJAXTestCase::setUp |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
AJAXTestCase::assertCommand |
core/modules/simpletest/tests/ajax.test |
Assert that a command with the required properties exists within the array
of Ajax commands returned by the server. |
AJAXMultiFormTestCase::testMultiForm |
core/modules/simpletest/tests/ajax.test |
Test that a page with the 'page_node_form' included twice works correctly. |
AJAXMultiFormTestCase::setUp |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS |
core/modules/simpletest/tests/ajax.test |
Tests that overridden CSS files are not added during lazy load. |
AJAXFrameworkTestCase::testLazyLoad |
core/modules/simpletest/tests/ajax.test |
Test that new JavaScript and CSS files added during an AJAX request are returned. |
AJAXFrameworkTestCase::testAJAXRenderError |
core/modules/simpletest/tests/ajax.test |
Test behavior of ajax_render_error(). |
AJAXFrameworkTestCase::testAJAXRender |
core/modules/simpletest/tests/ajax.test |
Test that ajax_render() returns JavaScript settings generated during the page request. |
AJAXFormValuesTestCase::testSimpleAJAXFormValue |
core/modules/simpletest/tests/ajax.test |
Create a simple form, then POST to system/ajax to change to it. |
AJAXFormValuesTestCase::setUp |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue |
core/modules/simpletest/tests/ajax.test |
Create a simple form, then POST to system/ajax to change to it. |
AJAXFormPageCacheTestCase::setUp |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
AJAXFormPageCacheTestCase::getFormBuildId |
core/modules/simpletest/tests/ajax.test |
Return the build id of the current form. |
AjaxExampleTestCase::testDynamicSectionsNoJs |
modules/examples/ajax_example/tests/ajax_example.test |
Check the non-JavaScript version of the "Dynamic Sections" example. |
AjaxExampleTestCase::setUp |
modules/examples/ajax_example/tests/ajax_example.test |
Enable module. |
AJAXElementValidation::testAJAXElementValidation |
core/modules/simpletest/tests/ajax.test |
Try to post an Ajax change to a form that has a validated element. |
AJAXDialogTest::testDialog |
core/modules/simpletest/tests/ajax.test |
Test sending non-JS and AJAX requests to open and manipulate modals. |
AJAXDialogTest::setUp |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
AJAXCommandsTestCase::testAJAXCommands |
core/modules/simpletest/tests/ajax.test |
Test the various Ajax Commands. |
admin_bar_tree_dynamic |
core/modules/admin_bar/admin_bar.inc |
Load menu link trees for router paths containing dynamic arguments. |
admin_bar_tree |
core/modules/admin_bar/admin_bar.inc |
Build the full administration bar tree from static and expanded dynamic items. |
admin_bar_translated_menu_link_alter |
core/modules/admin_bar/admin_bar.module |
Implements hook_translated_menu_link_alter(). |
admin_bar_translate |
core/modules/admin_bar/admin_bar.inc |
Translate an expanded router item into a menu link suitable for rendering. |
admin_bar_theme_settings_submit |
core/modules/admin_bar/admin_bar.inc |
Submit handler for admin_bar_theme_settings(). |
admin_bar_theme_settings |
core/modules/admin_bar/admin_bar.inc |
Form builder function for module settings. |
admin_bar_theme |
core/modules/admin_bar/admin_bar.module |
Implements hook_theme(). |
admin_bar_taxonomy_vocabulary_update |
core/modules/admin_bar/admin_bar.module |
Implements hook_taxonomy_vocabulary_update(). |
admin_bar_taxonomy_vocabulary_insert |
core/modules/admin_bar/admin_bar.module |
Implements hook_taxonomy_vocabulary_insert(). |
admin_bar_taxonomy_vocabulary_delete |
core/modules/admin_bar/admin_bar.module |
Implements hook_taxonomy_vocabulary_delete(). |
admin_bar_suppress |
core/modules/admin_bar/admin_bar.module |
Suppress display of administration bar. |