You are here

public property EntityEmbedDisplay::$supports_image_alt_and_title in Entity Embed 8

Alt and title access.

Whether the plugin supports per-embed alt and title overrides for media entities with an image source.

Type: bool

File

src/Annotation/EntityEmbedDisplay.php, line 66

Class

EntityEmbedDisplay
Defines an Entity Embed Display plugin annotation object.

Namespace

Drupal\entity_embed\Annotation

Code

public $supports_image_alt_and_title = FALSE;