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; } }