You are here

Classes, traits, and interfaces in JSON Field 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
JSONDataField class Drupal\json_field\Plugin\views\field src/Plugin/views/field/JSONDataField.php Field handler to present JSON data to an entity "data" display.
JsonEditorWidget class Drupal\json_field\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/JsonEditorWidget.php Plugin implementation of the 'json_editor' widget.
JSONFormatter class Drupal\json_field\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/JSONFormatter.php Plugin implementation of the 'json' formatter.
JsonFormatterTest class Drupal\Tests\json_field\Kernel tests/src/Kernel/JsonFormatterTest.php @coversDefaultClass \Drupal\json_field\Plugin\Field\FieldFormatter\JSONFormatter
JSONItem class Drupal\json_field\Plugin\Field\FieldType src/Plugin/Field/FieldType/JSONItem.php Plugin implementation of the 'JSON' field type. 1
JsonItemTest class Drupal\Tests\json_field\Kernel tests/src/Kernel/JsonItemTest.php @coversDefaultClass \Drupal\json_field\Plugin\Field\FieldType\JSONItem
JsonMarkup class Drupal\json_field src/JsonMarkup.php Provides a markup render plugin that supports JSON. 1
JSONText class Drupal\json_field\Element src/Element/JSONText.php Provides a JSON text render element.
JSONTextareaWidget class Drupal\json_field\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/JSONTextareaWidget.php Plugin implementation of the 'json_textarea' widget.
JSONTextareaWidgetTest class Drupal\Tests\json_field\Kernel tests/src/Kernel/JSONTextareaWidgetTest.php @coversDefaultClass \Drupal\json_field\Plugin\Field\FieldWidget\JSONTextareaWidget
JSONViews class Drupal\json_field src/JSONViews.php Class JSONViews. 2
JSONViewsInterface interface Drupal\json_field src/JSONViewsInterface.php Class JSONViews. 1
KernelTestBase abstract class Drupal\Tests\json_field\Kernel tests/src/Kernel/KernelTestBase.php Class KernelTestBase. 3
NativeBinaryJSONItem class Drupal\json_field\Plugin\Field\FieldType src/Plugin/Field/FieldType/NativeBinaryJSONItem.php Plugin implementation of the 'jsonb' field type.
NativeJSONItem class Drupal\json_field\Plugin\Field\FieldType src/Plugin/Field/FieldType/NativeJSONItem.php Plugin implementation of the 'json' field type. 1
ValidJSONConstraint class Drupal\json_field\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/ValidJSONConstraint.php JSON Field valid JSON constraint.
ValidJSONConstraintValidator class Drupal\json_field\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/ValidJSONConstraintValidator.php Checks if JSON values are valid.

Other projects