You are here

function file_is_wrapper_remote in Remote Stream Wrapper 8

3 calls to file_is_wrapper_remote()
file_is_scheme_remote in ./remote_stream_wrapper.module
file_is_uri_remote in ./remote_stream_wrapper.module
RemoteImageStyleRoutes::routes in src/Routing/RemoteImageStyleRoutes.php
Returns an array of route objects.

File

./remote_stream_wrapper.module, line 30

Code

function file_is_wrapper_remote($wrapper) {
  return $wrapper && is_subclass_of($wrapper, '\\Drupal\\remote_stream_wrapper\\StreamWrapper\\RemoteStreamWrapperInterface');
}