You are here

protected property CurrentAuthenticatedUser::$entityTypeManager in Search API Saved Searches 8

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface|null

File

src/Plugin/views/argument_validator/CurrentAuthenticatedUser.php, line 40

Class

CurrentAuthenticatedUser
Validates whether the argument matches the current authenticated user.

Namespace

Drupal\search_api_saved_searches\Plugin\views\argument_validator

Code

protected $entityTypeManager;