Search for from
Title | Object type | File name | Summary |
---|---|---|---|
Url::fromRoute | function | core/ |
Creates a new Url object for a URL that has a Drupal route. |
Url::fromRouteMatch | function | core/ |
Creates a new URL object from a route match. |
Url::fromRouteUri | function | core/ |
Creates a new Url object for 'route:' URIs. |
Url::fromUri | function | core/ |
Creates a new Url object from a URI. |
Url::fromUserInput | function | core/ |
Creates a Url object for a relative URI reference submitted by user input. |
UrlGenerator::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
UrlGenerator::getInternalPathFromRoute | function | core/ |
Gets the path of a route. |
UrlGenerator::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
UrlGeneratorInterface::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
UrlGeneratorInterface::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
UrlGeneratorTest::assertGenerateFromRoute | function | core/ |
Asserts \Drupal\Core\Routing\UrlGenerator::generateFromRoute()'s output. |
UrlGeneratorTest::testGetPathFromRouteTrailing | function | core/ |
Tests URL generation from route with trailing start and end slashes. |
UrlGeneratorTest::testGetPathFromRouteWithSubdirectory | function | core/ |
Tests URL generation in a subdirectory. |
UrlTest::providerFromInvalidInternalUri | function | core/ |
Data provider for testFromInvalidInternalUri(). |
UrlTest::providerFromValidInternalUri | function | core/ |
Data provider for testFromValidInternalUri(). |
UrlTest::testCreateFromRequest | function | core/ |
Tests the createFromRequest method. |
UrlTest::testFromInvalidInternalUri | function | core/ |
Tests the fromUri() method with an invalid internal: URI. |
UrlTest::testFromInvalidUserInput | function | core/ |
Tests the fromUserInput method with invalid paths. |
UrlTest::testFromRoutedPathWithInvalidRoute | function | core/ |
Tests fromUri() method with a user-entered path not matching any route. |
UrlTest::testFromRoutedPathWithValidRoute | function | core/ |
Tests fromUri() method with user-entered path matching a valid route. |
UrlTest::testFromRouteFront | function | core/ |
Tests the fromRoute() method with the special <front> path. |
UrlTest::testFromRouteMatch | function | core/ |
Tests the fromRouteMatch() method. |
UrlTest::testFromRouteUriWithMissingRouteName | function | core/ |
@covers ::fromUri[[api-linebreak]] |
UrlTest::testFromUriNumber | function | core/ |
Tests the fromUri() method with a base: URI starting with a number. |
UrlTest::testFromUserInput | function | core/ |
Tests the fromUserInput method with valid paths. |
UrlTest::testFromValidInternalUri | function | core/ |
Tests the fromUri() method with a valid internal: URI. |
UrlTest::testUrlFromRequest | function | core/ |
Tests creating a Url from a request. |
UrlTest::testUrlFromRequestInvalid | function | core/ |
Tests that an invalid request will thrown an exception. |
UserLoginHttpTest::loginFromResetEmail | function | core/ |
Login from reset password email. |
UserResetEmailTestTrait::loginFromResetEmail | function | core/ |
Login from reset password email. |
ViewsConfigUpdater::mapOperatorFromSingleToMultiple | function | core/ |
Maps a single operator to a multiple one, if possible. |
ViewsSelection::stripAdminAndAnchorTagsFromResults | function | core/ |
Strips all admin and anchor tags from a result list. |
WarmCacheUpdateFrom8dot6Test | class | core/ |
Updates from 8.6.0 with warm caches. |
WarmCacheUpdateFrom8dot6Test.php | file | core/ |
|
WarmCacheUpdateFrom8dot6Test::initConfig | function | core/ |
Initialize various configurations post-installation. |
WarmCacheUpdateFrom8dot6Test::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
WarmCacheUpdateFrom8dot6Test::testUpdatedSite | function | core/ |
Tests \Drupal\Core\Update\UpdateKernel::fixSerializedExtensionObjects(). |
WarmCacheUpdateFrom8dot6Test::testWithMissingProfile | function | core/ |
Tests system_update_8601(). |
WebDriverTestBase::installModulesFromClassProperty | function | core/ |
Install modules defined by `static::$modules`. |
WorkflowTest::testAddTransitionConsistentAfterFromCatch | function | core/ |
@covers ::addTransition[[api-linebreak]] |
WorkflowTest::testAddTransitionMissingFromException | function | core/ |
@covers ::addTransition[[api-linebreak]] |
WorkflowTest::testGetTransitionFromStateToState | function | core/ |
@covers ::getTransitionFromStateToState[[api-linebreak]] @covers ::hasTransitionFromStateToState[[api-linebreak]] |
WorkflowTest::testGetTransitionFromStateToStateException | function | core/ |
@covers ::getTransitionFromStateToState[[api-linebreak]] |
WorkflowTest::testSetTransitionFromStates | function | core/ |
@covers ::setTransitionFromStates[[api-linebreak]] |
WorkflowTest::testSetTransitionFromStatesAlreadyExists | function | core/ |
@covers ::setTransitionFromStates[[api-linebreak]] |
WorkflowTest::testSetTransitionFromStatesMissingState | function | core/ |
@covers ::setTransitionFromStates[[api-linebreak]] |
WorkflowTest::testSetTransitionFromStatesMissingTransition | function | core/ |
@covers ::setTransitionFromStates[[api-linebreak]] |
WorkflowTypeBase::getTransitionFromStateToState | function | core/ |
Gets a transition from state to state. |
WorkflowTypeBase::getTransitionIdFromStateToState | function | core/ |
Gets the transition ID from state to state. |
WorkflowTypeBase::hasTransitionFromStateToState | function | core/ |
Determines if a transition from state to state exists. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.