You are here

public function BackgroundImageManagerInterface::getBaseClass in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getBaseClass()
  2. 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getBaseClass()

Retrieves the base class.

Return value

string

1 method overrides BackgroundImageManagerInterface::getBaseClass()
BackgroundImageManager::getBaseClass in src/BackgroundImageManager.php
Retrieves the base class.

File

src/BackgroundImageManagerInterface.php, line 92

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getBaseClass();