interface ScopeInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface
Scope Interface.
@author Johannes M. Schmitt <schmittjoh@gmail.com>
Hierarchy
- interface \Symfony\Component\DependencyInjection\ScopeInterface
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\DependencyInjectionView source
interface ScopeInterface {
public function getName();
public function getParentName();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ScopeInterface:: |
public | function | 1 | |
ScopeInterface:: |
public | function | 1 |