Callbacks::advancedCommandsAppendCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'append'. |
Callbacks::advancedCommandsBeforeCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'before'. |
Callbacks::advancedCommandsChangedAsteriskCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'changed' with asterisk marking inner div. |
Callbacks::advancedCommandsChangedCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'changed'. |
Callbacks::advancedCommandsCssCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'css'. |
Callbacks::advancedCommandsDataCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'data'. |
Callbacks::advancedCommandsDoubleAnnounceCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'announce' with two announce commands returned. |
Callbacks::advancedCommandsHtmlCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'html'. |
Callbacks::advancedCommandsInsertCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'insert'. |
Callbacks::advancedCommandsInvokeCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'invoke'. |
Callbacks::advancedCommandsPrependCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'prepend'. |
Callbacks::advancedCommandsRemoveCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'remove'. |
Callbacks::advancedCommandsRestripeCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'restripe'. |
Callbacks::advancedCommandsSettingsCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects 'settings'. |
Callbacks::checkboxCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback triggered by checkbox. |
Callbacks::checkboxGroupCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback triggered by the checkbox in a #group. |
Callbacks::dateCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback triggered by date. |
Callbacks::datetimeCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback triggered by datetime. |
Callbacks::entityTestFormValidate |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
Callbacks::entityTestFormValidateCheck |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
Callbacks::imageButtonCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback to confirm image button was submitted. |
Callbacks::lazyLoadFormAjax |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. |
Callbacks::selectCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax callback triggered by select. |
Callbacks::tableselectGetData |
function |
core/modules/system/tests/modules/form_test/src/Callbacks.php |
Create a header and options array. Helper function for callbacks. |
Callbacks::userRegisterFormRebuild |
function |
core/modules/system/tests/modules/form_test/src/Callbacks.php |
Submit callback that just lets the form rebuild. |
Callbacks::validateName |
function |
core/modules/system/tests/modules/form_test/src/Callbacks.php |
Form element validation handler for 'name' in form_test_validate_form(). |
Callbacks::validationFormCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects the 'driver_text' element of the validation form. |
Callbacks::validationNumberFormCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php |
Ajax form callback: Selects the 'driver_number' element of the validation form. |
CallbackTest |
class |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests the callback process plugin. |
CallbackTest.php |
file |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
|
CallbackTest::providerCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallback(). |
CallbackTest::providerCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackArray(). |
CallbackTest::providerCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackExceptions(). |
CallbackTest::strToLower |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Makes a string lowercase for testing purposes. |
CallbackTest::testCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback with valid "callable". |
CallbackTest::testCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Test callback with valid "callable" and multiple arguments. |
CallbackTest::testCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback exceptions. |
callback_allowed_values_function |
function |
core/modules/options/options.api.php |
Provide the allowed values for a 'list_*' field. |
callback_batch_finished |
function |
core/lib/Drupal/Core/Form/form.api.php |
Complete a batch process. |
callback_batch_operation |
function |
core/lib/Drupal/Core/Form/form.api.php |
Perform a single batch operation. |
Checkbox::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Checkbox.php |
Determines how user input is mapped to an element's #value property. |
Checkboxes::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Checkboxes.php |
Determines how user input is mapped to an element's #value property. |
ClaroPreRender::trustedCallbacks |
function |
core/themes/claro/src/ClaroPreRender.php |
Lists the trusted callbacks provided by the implementing class. |
CommentLazyBuilders::trustedCallbacks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Lists the trusted callbacks provided by the implementing class. |
CommentStatisticsUnitTest::fetchObjectCallback |
function |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Return value callback for fetchObject() function on mocked object. |
ComposerInspector::$processCallback |
property |
core/modules/package_manager/src/ComposerInspector.php |
The process output callback. |
ConfigEntityUpdaterTest::testUpdateDefaultCallback |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
@covers ::update |
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContentModerationConfigureEntityTypesForm::ajaxCallback |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Ajax callback to close the modal and update the selected text. |