You are here

public function MicrositeInterface::getLogo in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x modules/entity_hierarchy_microsite/src/Entity/MicrositeInterface.php \Drupal\entity_hierarchy_microsite\Entity\MicrositeInterface::getLogo()

Gets the logo of the microsite.

Return value

\Drupal\media\MediaInterface|null Logo media, or null if none exists.

1 method overrides MicrositeInterface::getLogo()
Microsite::getLogo in modules/entity_hierarchy_microsite/src/Entity/Microsite.php
Gets the logo of the microsite.

File

modules/entity_hierarchy_microsite/src/Entity/MicrositeInterface.php, line 26

Class

MicrositeInterface
Defines an interface for microsites.

Namespace

Drupal\entity_hierarchy_microsite\Entity

Code

public function getLogo();