Search for callback

  1. Search 7.x for callback
  2. Search 9.5.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
DoTrustedCallbackTrait trait core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Ensures that TrustedCallbackInterface can be enforced for callback methods.
DoTrustedCallbackTrait.php file core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php
DoTrustedCallbackTrait::doTrustedCallback function core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Performs a callback.
DoTrustedCallbackTraitTest class core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @coversDefaultClass \Drupal\Core\Security\DoTrustedCallbackTrait
@group Security
DoTrustedCallbackTraitTest.php file core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php
DoTrustedCallbackTraitTest::errorTypeProvider function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for tests of ::doTrustedCallback $error_type argument.
DoTrustedCallbackTraitTest::providerTestTrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for ::testTrustedCallbacks().
DoTrustedCallbackTraitTest::providerTestUntrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for ::testUntrustedCallbacks().
DoTrustedCallbackTraitTest::testException function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @dataProvider errorTypeProvider
DoTrustedCallbackTraitTest::testSilencedDeprecation function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @dataProvider errorTypeProvider
@group legacy
@expectedDeprecation Drupal\Tests\Core\Security\UntrustedObject::callback is not trusted
DoTrustedCallbackTraitTest::testTrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @covers ::doTrustedCallback
@dataProvider providerTestTrustedCallbacks
DoTrustedCallbackTraitTest::testUntrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @covers ::doTrustedCallback
@dataProvider providerTestUntrustedCallbacks
DoTrustedCallbackTraitTest::testWarning function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php @dataProvider errorTypeProvider
DummyAjaxWidget::dummyAjaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Ajax callback for Dummy AJAX test.
Element::trustedCallbacks function core/modules/editor/src/Element.php Lists the trusted callbacks provided by the implementing class.
EntityAutocomplete::valueCallback function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Determines how user input is mapped to an element's #value property.
EntityFieldDefaultValueTest::testDefaultValueCallback function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Tests custom default value callbacks.
EntityTestLabelCallback class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php Test entity class.
EntityTestLabelCallback.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php
EntityType::$label_callback property core/lib/Drupal/Core/Entity/EntityType.php The name of a callback that returns the label of the entity.
EntityType::$uri_callback property core/lib/Drupal/Core/Entity/EntityType.php A callable that can be used to provide the entity URI.
EntityType::getLabelCallback function core/lib/Drupal/Core/Entity/EntityType.php Gets the callback for the label of the entity.
EntityType::getUriCallback function core/lib/Drupal/Core/Entity/EntityType.php Gets a callable that can be used to provide the entity URI.
EntityType::hasLabelCallback function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a label callback exists.
EntityType::setLabelCallback function core/lib/Drupal/Core/Entity/EntityType.php Sets the label callback.
EntityType::setUriCallback function core/lib/Drupal/Core/Entity/EntityType.php Sets a callable to use to provide the entity URI.
EntityTypeInterface::getLabelCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the callback for the label of the entity.
EntityTypeInterface::getUriCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets a callable that can be used to provide the entity URI.
EntityTypeInterface::hasLabelCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if a label callback exists.
EntityTypeInterface::setLabelCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the label callback.
EntityTypeInterface::setUriCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a callable to use to provide the entity URI.
EntityUrlTest::providerTestToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallback().
EntityUrlTest::providerTestToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallbackUndefined().
EntityUrlTest::testToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with a URI callback.
EntityUrlTest::testToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with neither link templates nor a URI callback.
EntityViewBuilder::trustedCallbacks function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Lists the trusted callbacks provided by the implementing class.
EntityViewController::trustedCallbacks function core/lib/Drupal/Core/Entity/Controller/EntityViewController.php Lists the trusted callbacks provided by the implementing class.
FieldBlock::formatterSettingsAjaxCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: gets the layout settings elements.
FieldBlock::formatterSettingsProcessCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: builds the formatter settings elements.
FieldConfigBase::$default_value_callback property core/lib/Drupal/Core/Field/FieldConfigBase.php The name of a callback function that returns default values.
FieldConfigBase::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value callback for the field.
FieldConfigBase::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets a custom default value callback.
FieldConfigInterface::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a custom default value callback.
FieldDefaultValueCallbackProvider class core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php Helper class for \Drupal\Tests\field\Functional\FieldDefaultValueCallbackTest.
FieldDefaultValueCallbackProvider.php file core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php
FieldDefaultValueCallbackProvider::calculateDefaultValue function core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php Helper callback calculating a default value.
FieldDefaultValueCallbackTest class core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php Tests the default value callback.
FieldDefaultValueCallbackTest.php file core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php
FieldDefaultValueCallbackTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php The theme to install as the default for testing.
FieldDefaultValueCallbackTest::$fieldName property core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php The field name.

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