Search for destination
- Search 7.x for destination
- Search 9.5.x for destination
- Search 8.9.x for destination
- Search 11.x for destination
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RedirectResponseSubscriber::getDestinationAsAbsoluteUrl | function | core/ |
Converts the passed in destination into an absolute URL. |
RedirectResponseSubscriber::setIgnoreDestination | function | core/ |
Set whether the redirect response will ignore the destination query param. |
RedirectResponseSubscriberTest::providerTestDestinationRedirect | function | core/ |
Data provider for testDestinationRedirect(). |
RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl | function | core/ |
Data provider for testDestinationRedirectToExternalUrl(). |
RedirectResponseSubscriberTest::providerTestDestinationRedirectWithInvalidUrl | function | core/ |
Data provider for testDestinationRedirectWithInvalidUrl(). |
RedirectResponseSubscriberTest::testDestinationRedirect | function | core/ |
Tests destination detection and redirection. |
RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl | function | core/ |
@dataProvider providerTestDestinationRedirectToExternalUrl |
RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl | function | core/ |
@dataProvider providerTestDestinationRedirectWithInvalidUrl |
RequestSanitizer::checkDestination | function | core/ |
Checks a destination string to see if it is dangerous. |
RequestSanitizerTest::providerTestAcceptableDestinations | function | core/ |
Data provider for testing acceptable destinations. |
RequestSanitizerTest::providerTestSanitizedDestinations | function | core/ |
Data provider for testing sanitized destinations. |
RequestSanitizerTest::testAcceptableDestinationGet | function | core/ |
Tests acceptable destinations are not removed from GET requests. |
RequestSanitizerTest::testAcceptableDestinationPost | function | core/ |
Tests acceptable destinations are not removed from POST requests. |
RequestSanitizerTest::testSanitizedDestinationGet | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
RequestSanitizerTest::testSanitizedDestinationPost | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
RequirementsAwareDestinationInterface | interface | core/ |
Defines the RequirementsAwareDestinationInterface. |
Row::$destination | property | core/ |
The destination values. |
Row::$emptyDestinationProperties | property | core/ |
The empty destination properties. |
Row::$rawDestination | property | core/ |
The raw destination properties. |
Row::cloneWithoutDestination | function | core/ |
Clones the row with an empty set of destination values. |
Row::getDestination | function | core/ |
Returns the whole destination array. |
Row::getDestinationProperty | function | core/ |
Returns the value of a destination property. |
Row::getEmptyDestinationProperties | function | core/ |
Gets the empty destination properties. |
Row::getRawDestination | function | core/ |
Returns the raw destination. Rarely necessary. |
Row::hasDestinationProperty | function | core/ |
Tests if destination property exists. |
Row::removeDestinationProperty | function | core/ |
Removes destination property. |
Row::setDestinationProperty | function | core/ |
Sets destination properties. |
Row::setEmptyDestinationProperty | function | core/ |
Sets a destination to be empty. |
RowTest::$testGetDestinationProperties | property | core/ |
Test destination properties for testing get and getMultiple. |
RowTest::createRowWithDestinationProperties | function | core/ |
Create a row and load it with destination properties. |
RowTest::testDestination | function | core/ |
Tests setting and getting the destination. |
RowTest::testMultipleDestination | function | core/ |
Tests setting/getting multiple destination IDs. |
ScaffoldFileInfo::$destination | property | composer/ |
The path to the destination. |
ScaffoldFileInfo::destination | function | composer/ |
Gets the destination. |
ScaffoldFilePath::destinationPath | function | composer/ |
Converts the relative destination path into an absolute path. |
ScaffoldResult::$destination | property | composer/ |
The path to the scaffold file that was processed. |
ScaffoldResult::destination | function | composer/ |
Gets the destination scaffold file that this result refers to. |
Sql::$destinationIdFields | property | core/ |
The destination ID fields. |
Sql::$destinationIds | property | core/ |
The destination identifiers. |
Sql::currentDestination | function | core/ |
Looks up the destination identifier currently being iterated. |
Sql::deleteDestination | function | core/ |
Deletes the map and message table entries for a given destination row. |
Sql::destinationIdFields | function | core/ |
The destination ID fields. |
Sql::getRowByDestination | function | core/ |
Retrieves a row by the destination identifiers. |
Sql::lookupDestinationIds | function | core/ |
Looks up the destination identifiers corresponding to a source key. |
SystemTestController::getDestination | function | core/ |
Controller to return $_GET['destination'] for testing. |
SystemTestController::requestDestination | function | core/ |
Controller to return $_REQUEST['destination'] for testing. |
TestMigration::setDestinationPlugin | function | core/ |
Sets the destination Plugin. |
UserListBuilder::$redirectDestination | property | core/ |
The redirect destination service. |
UserLoginTest::testLoginCacheTagsAndDestination | function | core/ |
Tests login with destination. |
ViewAjaxController::$redirectDestination | property | core/ |
The redirect destination. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.