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 11.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
BatchBuilderTest::testSetFinishCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setFinishCallback().
batch_test.callbacks.inc file core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Batch callbacks for the Batch API tests.
BigPipeRegressionTestController::trustedCallbacks function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php Lists the trusted callbacks provided by the implementing class.
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
@group legacy
CallableResolverTest::testCallbackResolverExceptionHandling function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php @dataProvider callableResolverExceptionHandlingTestCases
@covers ::getCallableFromDefinition
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
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 class core/modules/system/tests/modules/form_test/src/Callbacks.php Simple class for testing methods as Form API callbacks.
Callbacks.php file core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php
Callbacks.php file core/modules/system/tests/modules/form_test/src/Callbacks.php
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::imageButtonCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback to confirm image button was submitted.
Callbacks::selectCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by select.
Callbacks::validateName function core/modules/system/tests/modules/form_test/src/Callbacks.php Form element validation handler for 'name' in form_test_validate_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.
ConfigEntityUpdaterTest::testUpdateDefaultCallback function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
Connection::$rootTransactionEndCallbacks property core/lib/Drupal/Core/Database/Connection.php Post-root (non-nested) transaction commit callbacks.
Connection::addRootTransactionEndCallback function core/lib/Drupal/Core/Database/Connection.php Adds a root transaction end callback.
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php

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