You are here

public function UpdateInterface::getTheme in Express 8

Retrieves the theme that provided the update.

Used to determine whether or not the update should apply only to itself (the theme that implemented the plugin) and none of its sub-themes.

Return value

\Drupal\bootstrap\Theme

1 method overrides UpdateInterface::getTheme()
UpdateBase::getTheme in themes/contrib/bootstrap/src/Plugin/Update/UpdateBase.php
Retrieves the theme that provided the update.

File

themes/contrib/bootstrap/src/Plugin/Update/UpdateInterface.php, line 64
Contains \Drupal\bootstrap\Plugin\Update\UpdateInterface.

Class

UpdateInterface
Defines the interface for an object oriented preprocess plugin.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getTheme();