public function Media::getType in Media entity 8
Returns the media type.
Return value
\Drupal\media_entity\MediaTypeInterface The media type.
Overrides MediaInterface::getType
File
- src/
Entity/ Media.php, line 155
Class
- Media
- Defines the media entity class.
Namespace
Drupal\media_entity\EntityCode
public function getType() {
return $this->bundle->entity
->getType();
}