protected ImageStyle::fileUriTarget($uri)
Provides a wrapper for file_uri_target() to allow unit testing.
Returns the part of a URI after the schema.
@todo: Convert file_uri_target() into a proper injectable service.
Parameters
string $uri: A stream, referenced as "scheme://target" or "data:target".
Return value
string|bool A string containing the target (path), or FALSE if none. For example, the URI "public://sample/test.txt" would return "sample/test.txt".
See also
file_uri_scheme()
File
c