TypeMapper.php in JSON:API Schema 8
Namespace
Drupal\jsonapi_schema\AnnotationFile
src/Annotation/TypeMapper.phpView source
<?php
namespace Drupal\jsonapi_schema\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a JSON Schema Type Mapper annotation object.
*
* Plugin Namespace: Plugin\jsonapi_schema\type_mapper.
*
* @ingroup third_party
*
* @Annotation
*/
class TypeMapper extends Plugin {
/**
* The TypeMapper plugin ID.
*
* @var string
*/
public $id;
}
Classes
Name | Description |
---|---|
TypeMapper | Defines a JSON Schema Type Mapper annotation object. |