You are here

private property IndeterminateBundleException::$types in Lightning Media 8.3

Same name and namespace in other branches
  1. 8.4 src/Exception/IndeterminateBundleException.php \Drupal\lightning_media\Exception\IndeterminateBundleException::types

The media types which matched the input value.

Type: \Drupal\media\MediaTypeInterface[]

File

src/Exception/IndeterminateBundleException.php, line 18

Class

IndeterminateBundleException
Thrown if no single media type can be determined from an input value.

Namespace

Drupal\lightning_media\Exception

Code

private $types = [];