You are here

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_entity

Code

public function getElement() {
  return $this->element;
}