You are here

protected property RestMenuItemsResource::$entityTypeManager in Rest menu items 8.2

Same name and namespace in other branches
  1. 3.0.x src/Plugin/rest/resource/RestMenuItemsResource.php \Drupal\rest_menu_items\Plugin\rest\resource\RestMenuItemsResource::entityTypeManager

A instance of the entitytype manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/rest/resource/RestMenuItemsResource.php, line 50

Class

RestMenuItemsResource
Provides a resource to get bundles by entity.

Namespace

Drupal\rest_menu_items\Plugin\rest\resource

Code

protected $entityTypeManager;