You are here

protected property EntityRepository::$contextRepository in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityRepository.php \Drupal\Core\Entity\EntityRepository::contextRepository

The context repository service.

Type: \Drupal\Core\Plugin\Context\ContextRepositoryInterface

File

core/lib/Drupal/Core/Entity/EntityRepository.php, line 35

Class

EntityRepository
Provides several mechanisms for retrieving entities.

Namespace

Drupal\Core\Entity

Code

protected $contextRepository;