| ManagedFile::uploadAjaxCallback |
function |
core/modules/file/src/Element/ManagedFile.php |
The #ajax callback for managed_file upload forms. |
| ManagedFile::valueCallback |
function |
core/modules/file/src/Element/ManagedFile.php |
Determines how user input is mapped to an element's #value property. |
| MediaEmbed::trustedCallbacks |
function |
core/modules/media/src/Plugin/Filter/MediaEmbed.php |
Lists the trusted callbacks provided by the implementing class. |
| MediaLibraryWidget::trustedCallbacks |
function |
core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php |
Lists the trusted callbacks provided by the implementing class. |
| MenuRouterTest::doTestThemeCallbackAdministrative |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests theme negotiation for an administrative theme. |
| MenuRouterTest::doTestThemeCallbackFakeTheme |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when it is set to use a theme that does not exist. |
| MenuRouterTest::doTestThemeCallbackMaintenanceMode |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when the site is in maintenance mode. |
| MenuRouterTest::doTestThemeCallbackNoThemeRequested |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when no theme is requested. |
| MenuRouterTest::doTestThemeCallbackOptionalTheme |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests the theme negotiation when it is set to use an optional theme. |
| MenuRouterTest::doTestTitleCallbackFalse |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests title callback set to FALSE. |
| MenuRouterTest::doTestTitleMenuCallback |
function |
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php |
Tests page title of MENU_CALLBACKs. |
| MenuTestController::breadcrumbTitleCallback |
function |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
A title callback for XSS breadcrumb check. |
| MenuTestController::menuTestCallback |
function |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
Some known placeholder content which can be used for testing. |
| MenuTestController::titleCallback |
function |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
A title callback method for test routes. |
| ModuleImplementsAlter::$callback |
property |
core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php |
Callback for hook_module_implements_alter(). |
| NodeSearch::trustedCallbacks |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Lists the trusted callbacks provided by the implementing class. |
| NodeViewBuilder::trustedCallbacks |
function |
core/modules/node/src/NodeViewBuilder.php |
Lists the trusted callbacks provided by the implementing class. |
| OliveroPreRender::trustedCallbacks |
function |
core/themes/olivero/src/OliveroPreRender.php |
Lists the trusted callbacks provided by the implementing class. |
| PagerTestController::trustedCallbacks |
function |
core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php |
Lists the trusted callbacks provided by the implementing class. |
| Password::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Password.php |
Determines how user input is mapped to an element's #value property. |
| PasswordConfirm::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/PasswordConfirm.php |
Determines how user input is mapped to an element's #value property. |
| PasswordConfirmTest::providerTestValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php |
Data provider for testValueCallback(). |
| PasswordConfirmTest::testValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php |
Tests value callback. |
| PasswordTest::providerTestValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php |
Data provider for testValueCallback(). |
| PasswordTest::testValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php |
Tests value callback. |
| PathElement::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/PathElement.php |
Determines how user input is mapped to an element's #value property. |
| PathPluginBaseTest::testAlterRouteWithAlterCallback |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the alter route method with preexisting title callback. |
| PermissionHandlerTest::testBuildPermissionsYamlCallback |
function |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Tests dynamic callback permissions provided by YML files. |
| PermissionHandlerTest::testPermissionsYamlStaticAndCallback |
function |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Tests a YAML file containing both static permissions and a callback. |
| PhpTuf\ComposerStager\API\Process\Service\OutputCallbackInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallback |
| PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapterInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapter |
| PlaceholdersTest::callback |
function |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
Render API callback: Attaches setting and generates markup. |
| PlaceholdersTest::callbackNonArrayReturn |
function |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
A lazy builder callback that returns an invalid renderable. |
| PlaceholdersTest::callbackPerUser |
function |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
The #lazy_builder callback; attaches setting, generates markup, user-specific. |
| PlaceholdersTest::callbackTagCurrentTemperature |
function |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
The #lazy_builder callback; attaches setting, generates markup, cache tag. |
| PlaceholdersTest::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
Lists the trusted callbacks provided by the implementing class. |
| PluginBase::trustedCallbacks |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Lists the trusted callbacks provided by the implementing class. |
| PluginManagerBaseTest::createInstanceCallback |
function |
core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php |
A callback method for mocking FactoryInterface objects. |
| PreExportEvent::$callbacks |
property |
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php |
An array of export callbacks, keyed by field type. |
| PreExportEvent::getCallbacks |
function |
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php |
Returns the field export callbacks collected by this event. |
| PreExportEvent::setCallback |
function |
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php |
Sets the export callback for a specific field name or data type. |
| PrepareCallbackTestForm |
class |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
A test form used for the prepareCallback() tests. |
| PrepareCallbackTestForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form constructor. |
| PrepareCallbackTestForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Returns a unique string identifying the form. |
| PrepareCallbackTestForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form submission handler. |
| PrepareCallbackTestForm::validateForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form validation handler. |
| ProcessingTest::testBatchRedirectFinishedCallback |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches that redirect in the batch finished callback. |
| ProcessOutputCallback |
class |
core/modules/package_manager/src/ProcessOutputCallback.php |
A process callback for capturing output. |
| ProcessOutputCallback.php |
file |
core/modules/package_manager/src/ProcessOutputCallback.php |
|
| ProcessOutputCallback::$errorBuffer |
property |
core/modules/package_manager/src/ProcessOutputCallback.php |
The error buffer. |