public function RemoteLibraryTrait::getRemoteUrl in Libraries API 8.3
Returns the remote URL of the library.
Return value
string The remote URL of the library.
\Drupal\libraries\ExternalLibrary\Remote\RemoteLibraryInterface::getRemoteUrl()
File
- src/
ExternalLibrary/ Remote/ RemoteLibraryTrait.php, line 40
Class
- RemoteLibraryTrait
- Provides a trait for remote libraries.
Namespace
Drupal\libraries\ExternalLibrary\RemoteCode
public function getRemoteUrl() {
return $this->remoteUrl;
}