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