interface ScopeInterface in Service Container 7.2
Same name in this branch
- 7.2 lib/Symfony/Component/DependencyInjection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface
Same name and namespace in other branches
- 7 lib/Symfony/Component/DependencyInjection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ScopeInterface.php \Symfony\Component\DependencyInjection\ScopeInterface
Scope Interface.
@author Johannes M. Schmitt <schmittjoh@gmail.com>
@api
Hierarchy
- interface \Symfony\Component\DependencyInjection\ScopeInterface
Expanded class hierarchy of ScopeInterface
All classes that implement ScopeInterface
2 files declare their use of ScopeInterface
- Container.php in src/
DependencyInjection/ Container.php - Contains \Drupal\service_container\DependencyInjection\Container
- Container.php in lib/
Drupal/ Component/ DependencyInjection/ Container.php - Contains \Drupal\Component\DependencyInjection\Container.
File
- lib/
Symfony/ Component/ DependencyInjection/ ScopeInterface.php, line 21
Namespace
Symfony\Component\DependencyInjectionView source
interface ScopeInterface {
/**
* @api
*/
public function getName();
/**
* @api
*/
public function getParentName();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ScopeInterface:: |
public | function | @api | |
ScopeInterface:: |
public | function | @api |