Search for callback

  1. Search 7.x for callback
  2. Search 9.5.x for callback
  3. Search 8.9.x for callback
  4. Search 10.3.x for callback
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Callback class core/modules/migrate/src/Plugin/migrate/process/Callback.php Passes the source value to a callback.
callback function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php A test render callback.

All search results

Title Object type File name Summary
BigPipeTestController::trustedCallbacks function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Lists the trusted callbacks provided by the implementing class.
BlockViewBuilder::trustedCallbacks function core/modules/block/src/BlockViewBuilder.php Lists the trusted callbacks provided by the implementing class.
BrowserTestBase::$originalShutdownCallbacks property core/tests/Drupal/Tests/BrowserTestBase.php The original array of shutdown function callbacks.
BrowserTestBase::filePreDeleteCallback function core/tests/Drupal/Tests/BrowserTestBase.php Ensures test files are deletable.
BubblingTest::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Lists the trusted callbacks provided by the implementing class.
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
CallableResolverTest::testCallbackResolver function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php @covers ::getCallableFromDefinition[[api-linebreak]]
CallableResolverTest::testCallbackResolverExceptionHandling function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php @dataProvider callableResolverExceptionHandlingTestCases
@covers ::getCallableFromDefinition[[api-linebreak]]
callback function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php A test render callback.
Callback class core/modules/migrate/src/Plugin/migrate/process/Callback.php Passes the source value to a callback.
Callback.php file core/modules/migrate/src/Plugin/migrate/process/Callback.php
Callback::transform function core/modules/migrate/src/Plugin/migrate/process/Callback.php Performs the associated process.
Callback::__construct function core/modules/migrate/src/Plugin/migrate/process/Callback.php Constructs a \Drupal\Component\Plugin\PluginBase object.
Callbacks class core/modules/system/tests/modules/entity_test/src/Callbacks.php Simple object with callbacks.
Callbacks class core/modules/system/tests/modules/form_test/src/Callbacks.php Simple class for testing methods as Form API callbacks.
Callbacks class core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Simple object for testing methods as Ajax callbacks.
Callbacks group core/core.api.php Callback function signatures.
Callbacks.php file core/modules/system/tests/modules/entity_test/src/Callbacks.php
Callbacks.php file core/modules/system/tests/modules/form_test/src/Callbacks.php
Callbacks.php file core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php
Callbacks::advancedCommandsAddCssCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback for 'add_css'.
Callbacks::advancedCommandsAfterCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'after'.
Callbacks::advancedCommandsAlertCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'alert'.
Callbacks::advancedCommandsAnnounceAssertiveCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'announce' with 'assertive' priority.
Callbacks::advancedCommandsAnnounceCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'announce' with no priority specified.
Callbacks::advancedCommandsAnnouncePoliteCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'announce' with 'polite' priority.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.