Search for assemble
- Search 7.x for assemble
- Search 8.9.x for assemble
- Search 10.3.x for assemble
- Search 11.x for assemble
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldPluginBaseTest::$unroutedUrlAssembler | property | core/ |
The unrouted URL assembler service. |
FormSubmitterTest::$unroutedUrlAssembler | property | core/ |
The mocked unrouted URL assembler. |
GotoAction::$unroutedUrlAssembler | property | core/ |
The unrouted URL assembler service. |
LinkGeneratorTest::$urlAssembler | property | core/ |
The mocked URL Assembler service. |
LinkTest::mockUrlAssembler | function | core/ |
Mocks the unrouted URL assembler. |
RedirectResponseSubscriber::$unroutedUrlAssembler | property | core/ |
The unrouted URL assembler service. |
RedirectResponseSubscriberTest::$urlAssembler | property | core/ |
The mocked request context. |
UnroutedUrlAssembler | class | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssembler.php | file | core/ |
|
UnroutedUrlAssembler::$pathProcessor | property | core/ |
The outbound path processor. |
UnroutedUrlAssembler::$requestStack | property | core/ |
A request stack object. |
UnroutedUrlAssembler::addOptionDefaults | function | core/ |
Merges in default defaults. |
UnroutedUrlAssembler::assemble | function | core/ |
This is a helper function that calls buildExternalUrl() or buildLocalUrl() based on a check of whether the path is a valid external URL. |
UnroutedUrlAssembler::buildExternalUrl | function | core/ |
|
UnroutedUrlAssembler::buildLocalUrl | function | core/ |
|
UnroutedUrlAssembler::__construct | function | core/ |
Constructs a new unroutedUrlAssembler object. |
UnroutedUrlAssemblerInterface | interface | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssemblerInterface.php | file | core/ |
|
UnroutedUrlAssemblerInterface::assemble | function | core/ |
Builds a domain-local or external URL from a URI. |
UnroutedUrlAssemblerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler @group Utility |
UnroutedUrlAssemblerTest.php | file | core/ |
|
UnroutedUrlAssemblerTest::$configFactory | property | core/ |
The mocked config factory. |
UnroutedUrlAssemblerTest::$pathProcessor | property | core/ |
The mocked outbound path processor. |
UnroutedUrlAssemblerTest::$requestStack | property | core/ |
The request stack. |
UnroutedUrlAssemblerTest::$unroutedUrlAssembler | property | core/ |
The tested unrouted URL assembler. |
UnroutedUrlAssemblerTest::providerTestAssembleWithExternalUrl | function | core/ |
Provides test data for testAssembleWithExternalUrl. |
UnroutedUrlAssemblerTest::providerTestAssembleWithLocalUri | function | core/ |
|
UnroutedUrlAssemblerTest::setUp | function | core/ |
|
UnroutedUrlAssemblerTest::setupRequestStack | function | core/ |
Setups the request stack for a given subdir. |
UnroutedUrlAssemblerTest::testAssembleWithEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithExternalUrl | function | core/ |
@covers ::assemble @covers ::buildExternalUrl |
UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithLocalUri | function | core/ |
@covers ::assemble @covers::buildLocalUrl |
UnroutedUrlAssemblerTest::testAssembleWithNeitherExternalNorDomainLocalUri | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlTest::$urlAssembler | property | core/ |
The URL assembler. |
unrouted_url_assembler | service | core/ |
Drupal\Core\Utility\UnroutedUrlAssembler |
Url::$urlAssembler | property | core/ |
The unrouted URL assembler. |
Url::setUnroutedUrlAssembler | function | core/ |
Sets the unrouted URL assembler. |
Url::unroutedUrlAssembler | function | core/ |
Gets the unrouted URL assembler for non-Drupal URLs. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.