You are here

protected property CartUpdateItemResource::$entityTypeManager in Commerce Cart API 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/rest/resource/CartUpdateItemResource.php, line 41

Class

CartUpdateItemResource
Resource for updating the quantity of a cart's single order item.

Namespace

Drupal\commerce_cart_api\Plugin\rest\resource

Code

protected $entityTypeManager;