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. |
TestInjection3::trustedCallbacks |
function |
core/modules/system/tests/modules/autowire_test/src/TestInjection3.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[[api-linebreak]] |
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[[api-linebreak]] |
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. |
Token::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Token.php |
Determines how user input is mapped to an element's #value property. |
TokenTest::providerTestValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php |
Data provider for testValueCallback(). |
TokenTest::testValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php |
@covers ::valueCallback[[api-linebreak]] |
ToolbarController::trustedCallbacks |
function |
core/modules/toolbar/src/Controller/ToolbarController.php |
Lists the trusted callbacks provided by the implementing class. |
ToolbarLinkBuilder::trustedCallbacks |
function |
core/modules/user/src/ToolbarLinkBuilder.php |
Lists the trusted callbacks provided by the implementing class. |
TransactionManagerBase::$postTransactionCallbacks |
property |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
A list of post-transaction callbacks. |
TransactionManagerBase::addPostTransactionCallback |
function |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
Adds a root transaction end callback. |
TransactionManagerBase::processPostTransactionCallbacks |
function |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
Processes the post-transaction callbacks. |
TransactionManagerInterface::addPostTransactionCallback |
function |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php |
Adds a root transaction end callback. |
TrustedCallback |
class |
core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php |
Attribute to tell that a method is a trusted callback. |
TrustedCallback.php |
file |
core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php |
|
TrustedCallbackInterface |
interface |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
Interface to declare trusted callbacks. |
TrustedCallbackInterface.php |
file |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
|
TrustedCallbackInterface::THROW_EXCEPTION |
constant |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
Untrusted callbacks throw exceptions. |
TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION |
constant |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
Untrusted callbacks trigger silenced E_USER_DEPRECATION errors. |
TrustedCallbackInterface::TRIGGER_WARNING |
constant |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
Untrusted callbacks trigger E_USER_WARNING errors. |
TrustedCallbackInterface::trustedCallbacks |
function |
core/lib/Drupal/Core/Security/TrustedCallbackInterface.php |
Lists the trusted callbacks provided by the implementing class. |
TrustedMethods::attributeCallback |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
|
TrustedMethods::callback |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
|
TrustedMethods::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
Lists the trusted callbacks provided by the implementing class. |
TrustedMethods::unTrustedCallback |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
|
TrustedObject::callback |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
|
TurtleLazyBuilder::trustedCallbacks |
function |
core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php |
Lists the trusted callbacks provided by the implementing class. |
UntrustedCallbackException |
class |
core/lib/Drupal/Core/Security/UntrustedCallbackException.php |
Exception thrown if a callback is untrusted. |
UntrustedCallbackException.php |
file |
core/lib/Drupal/Core/Security/UntrustedCallbackException.php |
|
UntrustedObject::callback |
function |
core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php |
|