protected property EntityParameterFactory::$entityRepository in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/ParameterFactory/EntityParameterFactory.php \Drupal\jsonrpc\ParameterFactory\EntityParameterFactory::entityRepository
The entity repository.
Type: \Drupal\Core\Entity\EntityRepositoryInterface
File
- src/
ParameterFactory/ EntityParameterFactory.php, line 26
Class
- EntityParameterFactory
- A factory to create loaded entities from entity type & UUID user input.
Namespace
Drupal\jsonrpc\ParameterFactoryCode
protected $entityRepository;