You are here

namespace Drupal\insert\Plugin\Field\FieldWidget in Insert 8

Classsort descending Location Description
InsertFileWidget src/Plugin/Field/FieldWidget/InsertFileWidget.php Plugin implementation of the Insert File widget. This is just a barebone set of overwritten methods. All actual logic is deferred to \Drupal\insert\Utility\Utility as that may be overwritten in other Insert widgets covering other field types.
InsertImageWidget src/Plugin/Field/FieldWidget/InsertImageWidget.php Plugin implementation of the Insert Image widget. This is just a barebone set of overwritten methods. All actual logic is deferred to \Drupal\insert\Utility\UtilityImage.