You are here

interface ScopeInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface

Scope Interface.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of ScopeInterface

All classes that implement ScopeInterface

1 file declares its use of ScopeInterface
Container.php in core/lib/Drupal/Component/DependencyInjection/Container.php
Contains \Drupal\Component\DependencyInjection\Container.

File

vendor/symfony/dependency-injection/ScopeInterface.php, line 19

Namespace

Symfony\Component\DependencyInjection
View source
interface ScopeInterface {
  public function getName();
  public function getParentName();

}

Members