You are here

public function IsbnToolsService::__construct in ISBN Field 8

ISBNService constructor.

File

src/IsbnToolsService.php, line 16

Class

IsbnToolsService

Namespace

Drupal\isbn

Code

public function __construct() {
  $this->isbn_tools = new IsbnTools();
}