file_uri |
function |
modules/file/file.module |
URI callback for file entities. |
User::uri |
function |
modules/user/user.entity.inc |
Implements EntityInterface::uri(). |
File::uri |
function |
modules/file/file.entity.inc |
Implements EntityInterface::uri(). |
Node::uri |
function |
modules/node/node.entity.inc |
Implements EntityInterface::uri(). |
File::$uri |
property |
modules/file/file.entity.inc |
The URI to access the file (either local or remote). |
entity_uri |
function |
modules/entity/entity.module |
Returns the URI elements of an entity. |
request_uri |
function |
includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
Comment::uri |
function |
modules/comment/comment.entity.inc |
Implements EntityInterface::uri(). |
file_build_uri |
function |
includes/file.inc |
Constructs a URI to Backdrop's default files location given a relative path. |
file_valid_uri |
function |
includes/file.inc |
Determines whether the URI has a valid scheme for file API operations. |
TestEntity::uri |
function |
modules/field/tests/field_test/field_test.class.inc |
Returns the URI elements of the entity. |
file_uri_scheme |
function |
includes/file.inc |
Returns the scheme of a URI (e.g. a stream). |
file_uri_target |
function |
includes/file.inc |
Returns the part of a URI after the schema. |
TestEntity::uri |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::uri(). |
file_download_uri |
function |
modules/file/file.module |
Return an URI for a file download. |
TaxonomyTerm::uri |
function |
modules/taxonomy/taxonomy.entity.inc |
Implements EntityInterface::uri() |
UserInterface::uri |
function |
includes/userinterface.inc |
Returns the URI elements of the entity. |
AnonymousUser::uri |
function |
includes/anonymous.inc |
Provides the anonymous user URI for consistency with User entities. |
EntityInterface::uri |
function |
modules/entity/entity.class.inc |
Returns the URI elements of the entity. |
TestFieldEntity::uri |
function |
modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::uri(). |
file_field_widget_uri |
function |
modules/file/file.field.inc |
Determines the URI for a file field instance. |
FilterSecurityTestCase |
class |
modules/filter/tests/filter.test |
Security tests for missing/vanished text formats or filters. |
image_style_add_allowed_uri |
function |
modules/image/image.module |
Add an image style URI to the whitelist. |
file_upload_destination_uri |
function |
modules/file/file.pages.inc |
Determines the upload location for the file add upload form. |
views_handler_field_file_uri |
class |
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. |
image_style_get_allowed_uris |
function |
modules/image/image.module |
Get a list of all whitelisted URIs for image styles. |
FilterSecurityTestCase::setUp |
function |
modules/filter/tests/filter.test |
Sets up a Backdrop site for running functional and integration tests. |
image_style_save_allowed_uris |
function |
modules/image/image.module |
Shutdown callback used to save the whitelist of requested image styles. |
image_style_remove_allowed_uri |
function |
modules/image/image.module |
Remove an image style URI from the whitelist. |
BackdropLocalStreamWrapper::$uri |
property |
includes/stream_wrappers.inc |
Instance URI (stream). |
views_handler_field_file_uri.inc |
file |
modules/file/views/views_handler_field_file_uri.inc |
Definition of views_handler_field_file_uri. |
file_stream_wrapper_uri_normalize |
function |
includes/file.inc |
Normalizes a URI by making it syntactically correct. |
BackdropLocalStreamWrapper::getUri |
function |
includes/stream_wrappers.inc |
Base implementation of getUri(). |
BackdropLocalStreamWrapper::setUri |
function |
includes/stream_wrappers.inc |
Base implementation of setUri(). |
StreamWrapperTest::testUriFunctions |
function |
modules/simpletest/tests/file.test |
Test the URI and target functions. |
views_handler_field_file_uri::render |
function |
modules/file/views/views_handler_field_file_uri.inc |
Render the field. |
BackdropStreamWrapperInterface::getUri |
function |
includes/stream_wrappers.inc |
Returns the stream resource URI. |
BackdropStreamWrapperInterface::setUri |
function |
includes/stream_wrappers.inc |
Set the absolute stream resource URI. |
file_stream_wrapper_get_instance_by_uri |
function |
includes/file.inc |
Returns a reference to the stream wrapper class responsible for a given URI. |
views_handler_field_file_uri::options_form |
function |
modules/file/views/views_handler_field_file_uri.inc |
Provide link to file option |
BackdropDummyStreamWrapper::getInternalUri |
function |
modules/simpletest/tests/file_test.stream_wrappers.inc |
Override getInternalUri(). |
UserEntityCallbacksTestCase::testUriCallback |
function |
modules/user/tests/user.test |
Test URI callback. |
views_handler_field_file_uri::option_definition |
function |
modules/file/views/views_handler_field_file_uri.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FilterSecurityTestCase::testDisableFilterModule |
function |
modules/filter/tests/filter.test |
Tests removal of filtered content when an active filter is disabled. |
UpdateCoreTestCase::testSecurityUpdateAvailable |
function |
modules/update/tests/update.test |
Tests the Update Manager module when a security update is available. |
UpdateCoreTestCase::testModulePageSecurityUpdate |
function |
modules/update/tests/update.test |
Checks the messages at admin/modules when a security update is missing. |
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
function |
modules/update/tests/update.test |
Tests that subthemes are notified about security updates for base themes. |
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate |
function |
modules/update/tests/update.test |
Tests that the admin theme is always notified about security updates. |
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages |
function |
modules/installer/tests/installer.test |
Checks the messages on Update Manager pages when missing a security update. |