13 calls to BubbleableMetadata::createFromObject() in Drupal 10
- CommentTokenReplaceTest::testCommentTokenReplacement in core/
modules/ comment/ tests/ src/ Functional/ CommentTokenReplaceTest.php - Creates a comment, then tests the tokens generated from it.
- FileTokenReplaceTest::testFileTokenReplacement in core/
modules/ file/ tests/ src/ Functional/ FileTokenReplaceTest.php - Creates a file, then tests the tokens generated from it.
- FormElement::processAutocomplete in core/
lib/ Drupal/ Core/ Render/ Element/ FormElement.php - Adds autocomplete functionality to elements.
- LinkBase::render in core/
modules/ views/ src/ Plugin/ views/ field/ LinkBase.php - NodeTokenReplaceTest::testNodeTokenReplacement in core/
modules/ node/ tests/ src/ Kernel/ NodeTokenReplaceTest.php - Creates a node, then tests the tokens generated from it.
- theme_render_and_autoescape in core/
includes/ theme.inc - Escapes and renders variables for theme functions.
- TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/
modules/ system/ tests/ src/ Kernel/ Token/ TokenReplaceKernelTest.php - Tests the generation of all system site information tokens.
- TokenReplaceTest::testTaxonomyTokenReplacement in core/
modules/ taxonomy/ tests/ src/ Functional/ TokenReplaceTest.php - Creates some terms and a node, then tests the tokens generated from them.
- TokenReplaceTest::testTokenReplacement in core/
modules/ views/ tests/ src/ Kernel/ TokenReplaceTest.php - Tests core token replacements generated from a view.
- TokenReplaceTest::testTokenReplacementWithMiniPager in core/
modules/ views/ tests/ src/ Kernel/ TokenReplaceTest.php - Tests core token replacements generated from a view.
- TwigExtension::bubbleArgMetadata in core/
lib/ Drupal/ Core/ Template/ TwigExtension.php - Bubbles Twig template argument's cacheability & attachment metadata.
- UrlGeneratorTest::assertGenerateFromRoute in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Asserts \Drupal\Core\Routing\UrlGenerator::generateFromRoute()'s output.
- UserTokenReplaceTest::testUserTokenReplacement in core/
modules/ user/ tests/ src/ Functional/ UserTokenReplaceTest.php - Creates a user, then tests the tokens generated from it.