function FormBase::container
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::container()
- 8.9.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::container()
- 11.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::container()
Returns the service container.
This method is marked private to prevent sub-classes from retrieving services from the container through it. Instead, \Drupal\Core\DependencyInjection\ContainerInjectionInterface should be used for injecting services.
Return value
\Symfony\Component\DependencyInjection\ContainerInterface The service container.
File
-
core/
lib/ Drupal/ Core/ Form/ FormBase.php, line 227
Class
- FormBase
- Provides a base class for forms.
Namespace
Drupal\Core\FormCode
private function container() {
return \Drupal::getContainer();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.