You are here

protected property EntityParameterFactory::$entityRepository in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 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\ParameterFactory

Code

protected $entityRepository;