interface ScopeInterface

Scope Interface.

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

@api

Hierarchy

Expanded class hierarchy of ScopeInterface

All classes that implement ScopeInterface

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ScopeInterface.php, line 21

Namespace

Symfony\Component\DependencyInjection
View source
interface ScopeInterface {

  /**
   * @api
   */
  public function getName();

  /**
   * @api
   */
  public function getParentName();

}

Members