public function IndeterminateBundleException::count in Lightning Media 8.3
Same name and namespace in other branches
- 8.4 src/Exception/IndeterminateBundleException.php \Drupal\lightning_media\Exception\IndeterminateBundleException::count()
File
- src/
Exception/ IndeterminateBundleException.php, line 81
Class
- IndeterminateBundleException
- Thrown if no single media type can be determined from an input value.
Namespace
Drupal\lightning_media\ExceptionCode
public function count() {
return count($this->types);
}