X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FRemote%2FRemoteLibraryTrait.php;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FRemote%2FRemoteLibraryTrait.php;h=d55f3c23891f4f5cb6922889bb5511ef21d4abba;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/src/ExternalLibrary/Remote/RemoteLibraryTrait.php b/web/modules/contrib/libraries/src/ExternalLibrary/Remote/RemoteLibraryTrait.php new file mode 100644 index 000000000..d55f3c238 --- /dev/null +++ b/web/modules/contrib/libraries/src/ExternalLibrary/Remote/RemoteLibraryTrait.php @@ -0,0 +1,44 @@ +remoteUrl); + } + + /** + * Returns the remote URL of the library. + * + * @return string + * The remote URL of the library. + * + * \Drupal\libraries\ExternalLibrary\Remote\RemoteLibraryInterface::getRemoteUrl() + */ + public function getRemoteUrl() { + return $this->remoteUrl; + } + +}