You are here

function ClassLoaderInterface::unregister in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/ClassLoader/ClassLoaderInterface.php \Drupal\xautoload\ClassLoader\ClassLoaderInterface::unregister()

Unregister this instance as an autoloader.

1 method overrides ClassLoaderInterface::unregister()
AbstractClassLoader::unregister in src/ClassLoader/AbstractClassLoader.php
Unregister from the spl autoload stack.

File

src/ClassLoader/ClassLoaderInterface.php, line 21

Class

ClassLoaderInterface
Behaves mostly like the Symfony ClassLoader classes.

Namespace

Drupal\xautoload\ClassLoader

Code

function unregister();