protected property EntityConverter::$entityRepository in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/ParamConverter/EntityConverter.php \Drupal\Core\ParamConverter\EntityConverter::entityRepository
Entity repository.
Type: \Drupal\Core\Entity\EntityRepositoryInterface
File
- core/
lib/ Drupal/ Core/ ParamConverter/ EntityConverter.php, line 97
Class
- EntityConverter
- Parameter converter for upcasting entity IDs to full objects.
Namespace
Drupal\Core\ParamConverterCode
protected $entityRepository;