9 calls to BubbleableMetadata::createFromObject() in Drupal 8
- 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.
- NodeTokenReplaceTest::testNodeTokenReplacement in core/
modules/ node/ tests/ src/ Kernel/ NodeTokenReplaceTest.php - Creates a node, then tests the tokens generated from it.
- 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.
- 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.