You are here

function LocalDirectoryAdapter::absolute in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/Adapter/LocalDirectoryAdapter.php \Drupal\xautoload\Adapter\LocalDirectoryAdapter::absolute()

Returns an adapter object that is not relative to a local directory.

Return value

ClassFinderAdapter

File

src/Adapter/LocalDirectoryAdapter.php, line 43

Class

LocalDirectoryAdapter
An instance of this class is passed around to implementations of hook_xautoload(). It acts as a wrapper around the ClassFinder, to register stuff.

Namespace

Drupal\xautoload\Adapter

Code

function absolute() {
  return $this->master;
}