namespace Drupal\insert\Plugin\Field\FieldWidget in Insert 8
Class | Location | Description |
---|---|---|
InsertFileWidget |
src/ |
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 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. |