You are here

public function MediaBundle::getStatus in Media entity 8

Returns the media type status.

Return value

bool The status.

Overrides MediaBundleInterface::getStatus

File

src/Entity/MediaBundle.php, line 226

Class

MediaBundle
Defines the Media bundle configuration entity.

Namespace

Drupal\media_entity\Entity

Code

public function getStatus() {
  return $this->status;
}