You are here

namespace Drupal\schemata_json_schema\Plugin\schemata_json_schema\type_mapper in Schemata 8

Classsort descending Location Description
DateTime8601TypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/DateTime8601TypeMapper.php Converts Data Definition properties of the datetime_iso8601 to JSON Schema.
EmailTypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/EmailTypeMapper.php Converts Data Definition properties of the email to JSON Schema.
EntityReferenceTypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/EntityReferenceTypeMapper.php Converts Data Definition properties of entity_reference type to JSON Schema.
FallbackTypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/FallbackTypeMapper.php The fallback type mapper, explicitly called if none other is applicable.
FilterFormatTypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/FilterFormatTypeMapper.php Converts Data Definition properties of filter_format type to JSON Schema.
TimestampTypeMapper schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/TimestampTypeMapper.php Converts Data Definition properties of timestamp type to JSON Schema.
TypeMapperBase schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/TypeMapperBase.php Base class for TypeMappers plugins.
TypeMapperInterface schemata_json_schema/src/Plugin/schemata_json_schema/type_mapper/TypeMapperInterface.php Defines the extended methods needed for a TypeMapper plugin.