Search for uri
Title | Object type | File name | Summary |
---|---|---|---|
EasyRdf_ParsedUri | class | core/ |
A RFC3986 compliant URI parser |
EasyRdf_ParsedUri.php | file | core/ |
|
EasyRdf_ParsedUri::$authority | property | core/ |
|
EasyRdf_ParsedUri::$fragment | property | core/ |
|
EasyRdf_ParsedUri::$path | property | core/ |
|
EasyRdf_ParsedUri::$query | property | core/ |
|
EasyRdf_ParsedUri::$scheme | property | core/ |
|
EasyRdf_ParsedUri::getAuthority | function | core/ |
Returns the authority of the URI (e.g. www.example.com:8080) |
EasyRdf_ParsedUri::getFragment | function | core/ |
Returns the fragment part of the URI (i.e. after the #) |
EasyRdf_ParsedUri::getPath | function | core/ |
Returns the path of the URI (e.g. /foo/bar) |
EasyRdf_ParsedUri::getQuery | function | core/ |
Returns the query string part of the URI (e.g. foo=bar) |
EasyRdf_ParsedUri::getScheme | function | core/ |
Returns the scheme of the URI (e.g. http) |
EasyRdf_ParsedUri::isAbsolute | function | core/ |
Returns true if this is an absolute (complete) URI |
EasyRdf_ParsedUri::isRelative | function | core/ |
Returns true if this is an relative (partial) URI |
EasyRdf_ParsedUri::normalize | function | core/ |
Normalizes the path of this URI if it has one. Normalizing a path means that any unnecessary '.' and '..' segments are removed. For example, the URI http://example.com/a/b/../c/./d would be normalized to http://example.com/a/c/d |
EasyRdf_ParsedUri::resolve | function | core/ |
Resolves a relative URI using this URI as the base URI. |
EasyRdf_ParsedUri::setAuthority | function | core/ |
Sets the authority of the URI (e.g. www.example.com:8080) |
EasyRdf_ParsedUri::setFragment | function | core/ |
Set the fragment of the URI (i.e. after the #) |
EasyRdf_ParsedUri::setPath | function | core/ |
Set the path of the URI (e.g. /foo/bar) |
EasyRdf_ParsedUri::setQuery | function | core/ |
Set the query string of the URI (e.g. foo=bar) |
EasyRdf_ParsedUri::setScheme | function | core/ |
Sets the scheme of the URI (e.g. http) |
EasyRdf_ParsedUri::toString | function | core/ |
Convert the parsed URI back into a string |
EasyRdf_ParsedUri::URI_REGEX | constant | core/ |
|
EasyRdf_ParsedUri::__construct | function | core/ |
Constructor for creating a new parsed URI |
EasyRdf_ParsedUri::__toString | function | core/ |
Magic method to convert the URI, when casted, back to a string |
EntityViewsDataTest::assertUriField | function | core/ |
Tests views data for a URI field. |
EntityWithUriCacheTagsTestBase | class | core/ |
Provides helper methods for Entity cache tags tests; for entities with URIs. |
EntityWithUriCacheTagsTestBase.php | file | core/ |
|
EntityWithUriCacheTagsTestBase::getDefaultCacheContexts | function | core/ |
Gets the default cache contexts for rendered entities. |
EntityWithUriCacheTagsTestBase::testEntityUri | function | core/ |
Tests cache tags presence and invalidation of the entity at its URI. |
FieldLinkTest::canonicalizeUriDataProvider | function | core/ |
Data provider for testCanonicalizeUri. |
FieldLinkTest::testCanonicalizeUri | function | core/ |
Test the url transformations in the FieldLink process plugin. |
FileHalJsonAnonTest::testGetBcUriField | function | core/ |
@group legacy @expectedDeprecation Replacing the file uri with the URL is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the provided url property instead and disable hal.settings:bc_file_uri_as_url_normalizer. See⦠|
FileManagedTestBase::createUri | function | core/ |
Creates a file and returns its URI. |
InternalUri | class | core/ |
Processes an internal uri into an 'internal:' or 'entity:' URI. |
InternalUri.php | file | core/ |
|
LinkUri | class | core/ |
Processes a link path into an 'internal:' or 'entity:' URI. |
LinkUri.php | file | core/ |
|
SECURITY.md | file | core/ |
Reporting a security issues If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately. |
UpdateCoreTest::securityCoverageMessageProvider | function | core/ |
Dataprovider for testSecurityCoverageMessage(). |
UpdateCoreTest::securityUpdateAvailabilityProvider | function | core/ |
Data provider method for testSecurityUpdateAvailability(). |
UpdateCoreTest::testModulePageSecurityUpdate | function | core/ |
Checks the messages at admin/modules when a security update is missing. |
UpdateCoreTest::testSecurityCoverageMessage | function | core/ |
Tests the security coverage messages for Drupal core versions. |
UpdateCoreTest::testSecurityUpdateAvailability | function | core/ |
Tests the Update Manager module when a security update is available. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.