public function BlueprintManager::__construct in Subrequests 3.x
Same name and namespace in other branches
- 8.2 src/Blueprint/BlueprintManager.php \Drupal\subrequests\Blueprint\BlueprintManager::__construct()
File
- src/
Blueprint/ BlueprintManager.php, line 21
Class
Namespace
Drupal\subrequests\BlueprintCode
public function __construct(Serializer $serializer) {
$this->serializer = $serializer;
}