function ResourceTypeConverter::convert

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php \Drupal\jsonapi\ParamConverter\ResourceTypeConverter::convert()
  2. 10 core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php \Drupal\jsonapi\ParamConverter\ResourceTypeConverter::convert()
  3. 11.x core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php \Drupal\jsonapi\ParamConverter\ResourceTypeConverter::convert()

Overrides ParamConverterInterface::convert

File

core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php, line 47

Class

ResourceTypeConverter
Parameter converter for upcasting JSON:API resource type names to objects.

Namespace

Drupal\jsonapi\ParamConverter

Code

public function convert($value, $definition, $name, array $defaults) {
    return $this->resourceTypeRepository
        ->getByTypeName($value);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.