public function IsbnToolsService::format in ISBN Field 8
File
- src/
IsbnToolsService.php, line 20
Class
Namespace
Drupal\isbnCode
public function format($number) {
try {
return $this->isbn_tools
->format($number);
} catch (InvalidIsbnException $e) {
}
}