You are here

public function BlueprintManager::__construct in Subrequests 8.2

Same name and namespace in other branches
  1. 3.x src/Blueprint/BlueprintManager.php \Drupal\subrequests\Blueprint\BlueprintManager::__construct()

File

src/Blueprint/BlueprintManager.php, line 21

Class

BlueprintManager

Namespace

Drupal\subrequests\Blueprint

Code

public function __construct(Serializer $serializer) {
  $this->serializer = $serializer;
}