file_uri |
function |
core/modules/file/file.module |
URI callback for file entities. |
File::uri |
function |
core/modules/file/file.entity.inc |
Implements EntityInterface::uri(). |
User::uri |
function |
core/modules/user/user.entity.inc |
Implements EntityInterface::uri(). |
Node::uri |
function |
core/modules/node/node.entity.inc |
Implements EntityInterface::uri(). |
File::$uri |
property |
core/modules/file/file.entity.inc |
The URI to access the file (either local or remote). |
entity_uri |
function |
core/modules/entity/entity.module |
Returns the URI elements of an entity. |
request_uri |
function |
core/includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
Comment::uri |
function |
core/modules/comment/comment.entity.inc |
Implements EntityInterface::uri(). |
file_valid_uri |
function |
core/includes/file.inc |
Determines whether the URI has a valid scheme for file API operations. |
file_build_uri |
function |
core/includes/file.inc |
Constructs a URI to Backdrop's default files location given a relative path. |
TestEntity::uri |
function |
core/modules/field/tests/field_test/field_test.class.inc |
Returns the URI elements of the entity. |
TestEntity::uri |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::uri(). |
file_uri_scheme |
function |
core/includes/file.inc |
Returns the scheme of a URI (e.g. a stream). |
file_uri_target |
function |
core/includes/file.inc |
Returns the part of a URI after the schema. |
TaxonomyTerm::uri |
function |
core/modules/taxonomy/taxonomy.entity.inc |
Implements EntityInterface::uri() |
file_download_uri |
function |
core/modules/file/file.module |
Return an URI for a file download. |
TestCacheable::uri |
function |
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Implements EntityInterface::uri(). |
AnonymousUser::uri |
function |
core/includes/anonymous.inc |
Provides the anonymous user URI for consistency with User entities. |
UserInterface::uri |
function |
core/includes/userinterface.inc |
Returns the URI elements of the entity. |
BulkTestEntity::uri |
function |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::uri(). |
TestMultiBundle::uri |
function |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::uri(). |
EntityInterface::uri |
function |
core/modules/entity/entity.class.inc |
Returns the URI elements of the entity. |
TestFieldEntity::uri |
function |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::uri(). |
TestDisableCache::uri |
function |
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Implements EntityInterface::uri(). |
file_field_widget_uri |
function |
core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
FilterSecurityTestCase |
class |
core/modules/filter/tests/filter.test |
Security tests for missing/vanished text formats or filters. |
EntityExampleBasic::uri |
function |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::uri(). |
entity_example_basic_uri |
function |
modules/examples/entity_example/entity_example.module |
Implements the uri callback. |
file_upload_destination_uri |
function |
core/modules/file/file.pages.inc |
Determines the upload location for the file add upload form. |
image_style_add_allowed_uri |
function |
core/modules/image/image.module |
Add an image style URI to the allowlist. |
image_style_get_allowed_uris |
function |
core/modules/image/image.module |
Get a list of all allowed URIs for image styles. |
views_handler_field_file_uri |
class |
core/modules/file/views/views_handler_field_file_uri.inc |
Field handler to add rendering file paths as file URLs instead of as internal file URIs. |
FilterSecurityTestCase::setUp |
function |
core/modules/filter/tests/filter.test |
|
image_style_save_allowed_uris |
function |
core/modules/image/image.module |
Shutdown callback used to save the allowlist of requested image styles. |
image_style_remove_allowed_uri |
function |
core/modules/image/image.module |
Remove an image style URI from the allowlist. |
file_uri_normalize_dot_segments |
function |
core/includes/file.inc |
Normalize dot segments in a URI. |
BackdropLocalStreamWrapper::$uri |
property |
core/includes/stream_wrappers.inc |
Instance URI (stream). |
views_handler_field_file_uri.inc |
file |
core/modules/file/views/views_handler_field_file_uri.inc |
Definition of views_handler_field_file_uri. |
file_stream_wrapper_uri_normalize |
function |
core/includes/file.inc |
Normalizes a URI by making it syntactically correct. |
INSTALL_AVAILABLE_TRANSLATIONS_URI |
constant |
core/includes/install.core.inc |
The URI used to fetch the list of available translations from the
localization server. |
BackdropLocalStreamWrapper::setUri |
function |
core/includes/stream_wrappers.inc |
Base implementation of setUri(). |
BackdropLocalStreamWrapper::getUri |
function |
core/includes/stream_wrappers.inc |
Base implementation of getUri(). |
FilterSecurityTestCase::$admin_user |
property |
core/modules/filter/tests/filter.test |
|
StreamWrapperTest::testUriFunctions |
function |
core/modules/simpletest/tests/file.test |
Test the URI and target functions. |
views_handler_field_file_uri::render |
function |
core/modules/file/views/views_handler_field_file_uri.inc |
Render the field. |
FileExampleSessionStreamWrapper::$uri |
property |
modules/examples/file_example/file_example_session_streams.inc |
Instance URI (stream). |
BackdropStreamWrapperInterface::setUri |
function |
core/includes/stream_wrappers.inc |
Set the absolute stream resource URI. |
BackdropStreamWrapperInterface::getUri |
function |
core/includes/stream_wrappers.inc |
Returns the stream resource URI. |
file_stream_wrapper_get_instance_by_uri |
function |
core/includes/file.inc |
Returns a reference to the stream wrapper class responsible for a given URI. |
FileExampleSessionStreamWrapper::setUri |
function |
modules/examples/file_example/file_example_session_streams.inc |
Implements setUri(). |