Search for callback

  1. Search 7.x for callback
  2. Search 8.9.x for callback
  3. Search 10.3.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
Renderer::doCallback function core/lib/Drupal/Core/Render/Renderer.php Performs a callback.
RendererCallbackTest class core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php @coversDefaultClass \Drupal\Core\Render\Renderer
@group Render
RendererCallbackTest.php file core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php
RendererCallbackTest::providerTestCallback function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php Data provider for testCallback().
RendererCallbackTest::renderCallback function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php A test render callback.
RendererCallbackTest::setUp function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php
RendererCallbackTest::testCallback function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php Tests the expected deprecations are triggered by Renderer::doCallback().
RendererCallbackTest::__invoke function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php Implements magic method as a render callback.
RendererPlaceholdersTest::testNonScalarLazybuilderCallbackContext function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testScalarLazybuilderCallbackContext function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererTest::testRenderWithAccessCallbackCallable function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render
@covers ::doRender
RendererTest::testRenderWithAccessPropertyAndCallback function core/tests/Drupal/Tests/Core/Render/RendererTest.php Ensures that the #access property wins over the callable.
RenderPlaceholderMessageTestController::trustedCallbacks function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php Lists the trusted callbacks provided by the implementing class.
RouteProcessorCsrf::trustedCallbacks function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Lists the trusted callbacks provided by the implementing class.
ScanDirectoryTest::testOptionCallback function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Check that the callback function is called correctly.
Select::valueCallback function core/lib/Drupal/Core/Render/Element/Select.php Determines how user input is mapped to an element's #value property.
ShortcutLazyBuilders::trustedCallbacks function core/modules/shortcut/src/ShortcutLazyBuilders.php Lists the trusted callbacks provided by the implementing class.
SortPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Lists the trusted callbacks provided by the implementing class.
State::labelCallback function core/modules/workflows/src/State.php Helper method to convert a State value object to a label.
StateTest::testLabelCallback function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::labelCallback
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StaticTrustedCallbackHelper class core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php Defines a class for performing trusted callbacks in a static context.
StaticTrustedCallbackHelper.php file core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php
StaticTrustedCallbackHelper::callback function core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php Performs a callback.
StylePluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/style/StylePluginBase.php Lists the trusted callbacks provided by the implementing class.
SystemTestController::trustedCallbacks function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Lists the trusted callbacks provided by the implementing class.
Table::valueCallback function core/lib/Drupal/Core/Render/Element/Table.php Determines how user input is mapped to an element's #value property.
Tableselect::valueCallback function core/lib/Drupal/Core/Render/Element/Tableselect.php Determines how user input is mapped to an element's #value property.
TestAccessClass::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererTest.php Lists the trusted callbacks provided by the implementing class.
TestAjaxBlock::ajaxCallback function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php Ajax callback.
TestCallables::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererTest.php Lists the trusted callbacks provided by the implementing class.
TestPermissionCallbacks class core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestPermissionCallbacks::singleDescription function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestPermissionCallbacks::titleDescription function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestPermissionCallbacks::titleDescriptionRestrictAccess function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestPermissionCallbacks::titleProvider function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestSiteInstallCommand::$originalShutdownCallbacks property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The original array of shutdown function callbacks.
Textarea::valueCallback function core/lib/Drupal/Core/Render/Element/Textarea.php Determines how user input is mapped to an element's #value property.
TextareaTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php Data provider for testValueCallback().
TextareaTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php @covers ::valueCallback
Textfield::valueCallback function core/lib/Drupal/Core/Render/Element/Textfield.php Determines how user input is mapped to an element's #value property.
TextfieldTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php Data provider for testValueCallback().
TextfieldTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php @covers ::valueCallback
TextFormat::accessDeniedCallback function core/modules/filter/src/Element/TextFormat.php Render API callback: Hides the field value of 'text_format' elements.
TextTrimmedFormatter::trustedCallbacks function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Lists the trusted callbacks provided by the implementing class.
theme-test-preprocess-callback.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-callback.html.twig {{ foo }}
ThemeTest::testPreprocessCallback function core/modules/system/tests/src/Functional/Theme/ThemeTest.php Ensures that preprocess callbacks can be defined.
ThemeTestController::preprocessCallback function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Controller for testing callable preprocess functions.
TitleCallback class core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Provides an example title callback for the testDynamicTitle method above.
TitleCallback::example function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Gets the example string.

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