Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls | function | core/ |
@covers ::validate[[api-linebreak]] |
| LinkExternalProtocolsConstraintValidatorTest::testValidateWithMalformedUri | function | core/ |
@covers ::validate[[api-linebreak]] |
| LinkFieldTest::$fieldStorage | property | core/ |
A field to use in this test class. |
| LinkFormatter::$pathValidator | property | core/ |
The path validator service. |
| LinkGenerator | class | core/ |
Provides a class which generates a link with route names and parameters. |
| LinkGenerator.php | file | core/ |
|
| LinkGenerator::$moduleHandler | property | core/ |
The module handler firing the route_link alter hook. |
| LinkGenerator::$renderer | property | core/ |
The renderer service. |
| LinkGenerator::$urlGenerator | property | core/ |
The url generator. |
| LinkGenerator::doGenerate | function | core/ |
Generates the link. |
| LinkGenerator::generate | function | core/ |
For anonymous users, the "active" class will be calculated on the server, because most sites serve each anonymous user the same cached page anyway. For authenticated users, the "active" class will be calculated on the client… |
| LinkGenerator::generateFromLink | function | core/ |
Renders a link from a link object. |
| LinkGenerator::__construct | function | core/ |
Constructs a LinkGenerator instance. |
| LinkGeneratorInterface | interface | core/ |
Defines an interface for generating links from route names and parameters. |
| LinkGeneratorInterface.php | file | core/ |
|
| LinkGeneratorInterface::generate | function | core/ |
Renders a link to a URL. |
| LinkGeneratorInterface::generateFromLink | function | core/ |
Renders a link from a link object. |
| LinkGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Utility\LinkGenerator[[api-linebreak]] @group Utility |
| LinkGeneratorTest.php | file | core/ |
|
| LinkGeneratorTest::$defaultOptions | property | core/ |
Contains the LinkGenerator default options. |
| LinkGeneratorTest::$linkGenerator | property | core/ |
The tested link generator. |
| LinkGeneratorTest::$moduleHandler | property | core/ |
The mocked module handler. |
| LinkGeneratorTest::$renderer | property | core/ |
The mocked renderer service. |
| LinkGeneratorTest::$urlAssembler | property | core/ |
The mocked URL Assembler service. |
| LinkGeneratorTest::$urlGenerator | property | core/ |
The mocked url generator. |
| LinkGeneratorTest::assertLink | function | core/ |
Checks that a link with certain properties exists in a given HTML snippet. |
| LinkGeneratorTest::assertNoXPathResults | function | core/ |
Checks that the given XPath query has no results in a given HTML snippet. |
| LinkGeneratorTest::providerTestGenerateHrefs | function | core/ |
Provides test data for testing the link method. |
| LinkGeneratorTest::setUp | function | core/ |
|
| LinkGeneratorTest::testGenerate | function | core/ |
Tests the generate() method with a route. |
| LinkGeneratorTest::testGenerateActive | function | core/ |
Tests the active class on the link method. |
| LinkGeneratorTest::testGenerateAttributes | function | core/ |
Tests the link method with additional attributes. |
| LinkGeneratorTest::testGenerateBubbleableMetadata | function | core/ |
Tests the LinkGenerator's support for collecting bubbleable metadata. |
| LinkGeneratorTest::testGenerateButton | function | core/ |
Tests the generate() method with the <button> route. |
| LinkGeneratorTest::testGenerateExternal | function | core/ |
Tests the generate() method with an external URL. |
| LinkGeneratorTest::testGenerateHrefs | function | core/ |
Tests the link method with certain hrefs. |
| LinkGeneratorTest::testGenerateNoLink | function | core/ |
Tests the generate() method with the <nolink> route. |
| LinkGeneratorTest::testGenerateNone | function | core/ |
Tests the generate() method with the <none> route. |
| LinkGeneratorTest::testGenerateOptions | function | core/ |
Tests the link method with arbitrary passed options. |
| LinkGeneratorTest::testGenerateParametersAsQuery | function | core/ |
Tests the link method with passed query options via parameters. |
| LinkGeneratorTest::testGenerateQuery | function | core/ |
Tests the link method with passed query options. |
| LinkGeneratorTest::testGenerateTwice | function | core/ |
Tests whether rendering the same link twice works. |
| LinkGeneratorTest::testGenerateUrlWithQuotes | function | core/ |
Tests the generate() method with a url containing double quotes. |
| LinkGeneratorTest::testGenerateWithAlterHook | function | core/ |
Tests altering the URL object using hook_link_alter(). |
| LinkGeneratorTest::testGenerateWithHtml | function | core/ |
Tests the link method with html. |
| LinkGeneratorTest::testGenerateXss | function | core/ |
Tests the link method with a script tab. |
| LinkGeneratorTrait | trait | core/ |
Wrapper methods for the Link Generator. |
| LinkGeneratorTrait.php | file | core/ |
|
| LinkGeneratorTrait::$linkGenerator | property | core/ |
The link generator. |
| LinkGeneratorTrait::getLinkGenerator | function | core/ |
Returns the link generator. |
Pagination
- Previous page
- Page 138
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.