public function UpdaterInterface::logger in Update helper 2.x
Same name and namespace in other branches
- 8 src/UpdaterInterface.php \Drupal\update_helper\UpdaterInterface::logger()
Get update logger service.
Return value
\Drupal\update_helper\UpdateLogger Returns update logger.
1 method overrides UpdaterInterface::logger()
- Updater::logger in src/
Updater.php - Get update logger service.
File
- src/
UpdaterInterface.php, line 16
Class
- UpdaterInterface
- Interface for the Update entity.
Namespace
Drupal\update_helperCode
public function logger();