You are here

function ConfigurationStreamWrapper::getExternalUrl in Configuration Management 7

Same name and namespace in other branches
  1. 7.2 configuration_stream.inc \ConfigurationStreamWrapper::getExternalUrl()

Overrides getExternalUrl().

We will not need to access this from an Url.

Overrides DrupalStreamWrapperInterface::getExternalUrl

File

./configuration_stream.inc, line 27
Provides a config:// streamwrapper.

Class

ConfigurationStreamWrapper
Stream wrapper class to handle config:// streams.

Code

function getExternalUrl() {
  return FALSE;
}