Search for uri

  1. Search 7.x for uri
  2. Search 9.5.x for uri
  3. Search 10.3.x for uri
  4. Search 11.x for uri
  5. Other projects
Title Object type File name Summary
EasyRdf_ParsedUri class core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php A RFC3986 compliant URI parser
EasyRdf_ParsedUri.php file core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$authority property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$fragment property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$path property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$query property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::$scheme property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::getAuthority function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the authority of the URI (e.g. www.example.com:8080)
EasyRdf_ParsedUri::getFragment function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the fragment part of the URI (i.e. after the #)
EasyRdf_ParsedUri::getPath function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the path of the URI (e.g. /foo/bar)
EasyRdf_ParsedUri::getQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the query string part of the URI (e.g. foo=bar)
EasyRdf_ParsedUri::getScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the scheme of the URI (e.g. http)
EasyRdf_ParsedUri::isAbsolute function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns true if this is an absolute (complete) URI
EasyRdf_ParsedUri::isRelative function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns true if this is an relative (partial) URI
EasyRdf_ParsedUri::normalize function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php 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/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Resolves a relative URI using this URI as the base URI.
EasyRdf_ParsedUri::setAuthority function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Sets the authority of the URI (e.g. www.example.com:8080)
EasyRdf_ParsedUri::setFragment function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the fragment of the URI (i.e. after the #)
EasyRdf_ParsedUri::setPath function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the path of the URI (e.g. /foo/bar)
EasyRdf_ParsedUri::setQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the query string of the URI (e.g. foo=bar)
EasyRdf_ParsedUri::setScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Sets the scheme of the URI (e.g. http)
EasyRdf_ParsedUri::toString function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Convert the parsed URI back into a string
EasyRdf_ParsedUri::URI_REGEX constant core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::__construct function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Constructor for creating a new parsed URI
EasyRdf_ParsedUri::__toString function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Magic method to convert the URI, when casted, back to a string
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a URI field.
EntityWithUriCacheTagsTestBase class core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php Provides helper methods for Entity cache tags tests; for entities with URIs.
EntityWithUriCacheTagsTestBase.php file core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
EntityWithUriCacheTagsTestBase::getDefaultCacheContexts function core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php Gets the default cache contexts for rendered entities.
EntityWithUriCacheTagsTestBase::testEntityUri function core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php Tests cache tags presence and invalidation of the entity at its URI.
FieldLinkTest::canonicalizeUriDataProvider function core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php Data provider for testCanonicalizeUri.
FieldLinkTest::testCanonicalizeUri function core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php Test the url transformations in the FieldLink process plugin.
FileHalJsonAnonTest::testGetBcUriField function core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php @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/modules/file/src/Tests/FileManagedTestBase.php Creates a file and returns its URI.
InternalUri class core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php Processes an internal uri into an 'internal:' or 'entity:' URI.
InternalUri.php file core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php
LinkUri class core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php Processes a link path into an 'internal:' or 'entity:' URI.
LinkUri.php file core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php
SECURITY.md file core/assets/vendor/ckeditor/SECURITY.md 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/modules/update/tests/src/Functional/UpdateCoreTest.php Dataprovider for testSecurityCoverageMessage().
UpdateCoreTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateCoreTest.php Data provider method for testSecurityUpdateAvailability().
UpdateCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateCoreTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateCoreTest.php 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.