protected property FileEntityNormalizer::$httpClient in Drupal 8
Same name and namespace in other branches
- 9 core/modules/hal/src/Normalizer/FileEntityNormalizer.php \Drupal\hal\Normalizer\FileEntityNormalizer::httpClient
The HTTP client.
Type: \GuzzleHttp\ClientInterface
File
- core/
modules/ hal/ src/ Normalizer/ FileEntityNormalizer.php, line 31
Class
- FileEntityNormalizer
- Converts the Drupal entity object structure to a HAL array structure.
Namespace
Drupal\hal\NormalizerCode
protected $httpClient;