You are here

namespace Drupal\shrinktheweb\Plugin\Field\FieldFormatter in ShrinkTheWeb 8

Classsort descending Location Description
LinkDefault src/Plugin/Field/FieldFormatter/LinkDefault.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_default", label = @Translation("[ShrinkTheWeb] Title as link"), field_types = {"link"} )
LinkNoText src/Plugin/Field/FieldFormatter/LinkNoText.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_no_text", label = @Translation("[ShrinkTheWeb] No link text"), field_types = {"link"} )
LinkPlain src/Plugin/Field/FieldFormatter/LinkPlain.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_plain", label = @Translation("[ShrinkTheWeb] URL as plain text"), field_types = {"link"} )
LinkSeparate src/Plugin/Field/FieldFormatter/LinkSeparate.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_separate", label = @Translation("[ShrinkTheWeb] Separate title and URL"), field_types = {"link"} )
LinkShort src/Plugin/Field/FieldFormatter/LinkShort.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_short", label = @Translation("[ShrinkTheWeb] Short as link with title 'Link'"), field_types = {"link"} )
LinkUrl src/Plugin/Field/FieldFormatter/LinkUrl.php Plugin annotation @FieldFormatter( id = "shrinktheweb_link_url", label = @Translation("[ShrinkTheWeb] URL as link"), field_types = {"link"} )