Search for help
- Search 7.x for help
- Search 9.5.x for help
- Search 8.9.x for help
- Search 10.3.x for help
- Search main for help
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UiHelperTrait::$maximumMetaRefreshCount | property | core/ |
The number of meta refresh redirects to follow, or NULL if unlimited. |
| UiHelperTrait::$metaRefreshCount | property | core/ |
The number of meta refresh redirects followed during ::drupalGet(). |
| UiHelperTrait::$useOneTimeLoginLinks | property | core/ |
Use one-time login links instead of submitting the login form. |
| UiHelperTrait::assertSession | function | core/ |
Returns WebAssert object. |
| UiHelperTrait::buildUrl | function | core/ |
Builds an absolute URL from a system path or a URL object. |
| UiHelperTrait::checkForMetaRefresh | function | core/ |
Checks for meta refresh tag and if found call drupalGet() recursively. |
| UiHelperTrait::click | function | core/ |
Clicks the element with the given CSS selector. |
| UiHelperTrait::clickLink | function | core/ |
Follows a link by complete name. |
| UiHelperTrait::cssSelect | function | core/ |
Searches elements using a CSS selector in the raw content. |
| UiHelperTrait::cssSelectToXpath | function | core/ |
Translates a CSS expression to its XPath equivalent. |
| UiHelperTrait::drupalGet | function | core/ |
Retrieves a Drupal path or an absolute path. |
| UiHelperTrait::drupalLogin | function | core/ |
Logs in a user using the Mink controlled browser. |
| UiHelperTrait::drupalLogout | function | core/ |
Logs a user out of the Mink controlled browser and confirms. |
| UiHelperTrait::drupalResetSession | function | core/ |
Resets the current active session back to Anonymous session. |
| UiHelperTrait::drupalUserIsLoggedIn | function | core/ |
Returns whether a given user account is logged in. |
| UiHelperTrait::getAbsoluteUrl | function | core/ |
Takes a path and returns an absolute path. |
| UiHelperTrait::getTextContent | function | core/ |
Retrieves the plain-text content from the current page. |
| UiHelperTrait::getUrl | function | core/ |
Get the current URL from the browser. |
| UiHelperTrait::isTestUsingGuzzleClient | function | core/ |
Determines if test is using DrupalTestBrowser. |
| UiHelperTrait::prepareRequest | function | core/ |
Prepare for a request to testing site. |
| UiHelperTrait::submitForm | function | core/ |
Fills and submits a form. |
| UpdateHooks::help | function | core/ |
Implements hook_help(). |
| UploadHelpTest | class | core/ |
Tests the output of the file upload help. |
| UploadHelpTest.php | file | core/ |
|
| UploadHelpTest::$modules | property | core/ |
|
| UploadHelpTest::testUnlimitedFileSize | function | core/ |
Verify the size limit text does not appear if the size is unlimited. |
| UrlHelper | class | core/ |
Helper class URL based methods. |
| UrlHelper.php | file | core/ |
|
| UrlHelper::$allowedProtocols | property | core/ |
The list of allowed protocols. |
| UrlHelper::buildQuery | function | core/ |
Parses an array into a valid query string encoded with rawurlencode(). |
| UrlHelper::compressQueryParameter | function | core/ |
Compresses a string for use in a query parameter. |
| UrlHelper::encodePath | function | core/ |
Encodes a Drupal path for use in a URL. |
| UrlHelper::externalIsLocal | function | core/ |
Determines if an external URL points to this installation. |
| UrlHelper::filterBadProtocol | function | core/ |
Processes an HTML attribute value and strips dangerous protocols from URLs. |
| UrlHelper::filterQueryParameters | function | core/ |
Filters a URL query parameter array to remove unwanted elements. |
| UrlHelper::getAllowedProtocols | function | core/ |
Gets the allowed protocols. |
| UrlHelper::isExternal | function | core/ |
Determines whether a path is external to Drupal. |
| UrlHelper::isValid | function | core/ |
Verifies the syntax of the given URL. |
| UrlHelper::parse | function | core/ |
Parses a URL string into its path, query, and fragment components. |
| UrlHelper::setAllowedProtocols | function | core/ |
Sets the allowed protocols. |
| UrlHelper::stripDangerousProtocols | function | core/ |
Strips dangerous protocols (for example, 'javascript:') from a URI. |
| UrlHelper::uncompressQueryParameter | function | core/ |
Takes a compressed parameter and converts it back to the original. |
| UrlHelperFormatConstraint | class | core/ |
Defines a custom format constraint for json-schema. |
| UrlHelperFormatConstraint::check | function | core/ |
|
| UrlHelperTest | class | core/ |
Tests Drupal\Component\Utility\UrlHelper. |
| UrlHelperTest.php | file | core/ |
|
| UrlHelperTest::dataEnhanceWithPrefix | function | core/ |
Enhances test URLs with prefixes. |
| UrlHelperTest::dataEnhanceWithScheme | function | core/ |
Enhances test URLs with schemes. |
| UrlHelperTest::providerTestBuildQuery | function | core/ |
Provides test data for testBuildQuery(). |
| UrlHelperTest::providerTestEncodePath | function | core/ |
Provides data for self::testEncodePath(). |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.