public function MediaTypeException::getElement in Media entity 8
Gets element.
Return value
string Element name.
File
- src/
MediaTypeException.php, line 41
Class
- MediaTypeException
- Generic Plugin exception class to be thrown when no more specific class is applicable.
Namespace
Drupal\media_entityCode
public function getElement() {
return $this->element;
}