You are here

public function FilebrowserMetadataEntityInterface::setTheme in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FilebrowserMetadataEntityInterface.php \Drupal\filebrowser\Entity\FilebrowserMetadataEntityInterface::setTheme()

Sets the theme for this metadata

Parameters

string $theme:

1 method overrides FilebrowserMetadataEntityInterface::setTheme()
FilebrowserMetadataEntity::setTheme in src/Entity/FilebrowserMetadataEntity.php
@inheritDoc

File

src/Entity/FilebrowserMetadataEntityInterface.php, line 121

Class

FilebrowserMetadataEntityInterface
Provides an interface for defining Filebrowser metadata entity entities.

Namespace

Drupal\filebrowser\Entity

Code

public function setTheme($theme);