protected function AvatarKitFormAlter::moduleHandler in Avatar Kit 8.2
Get the module handler.
Return value
\Drupal\Core\Extension\ModuleHandlerInterface The module handler.
File
- src/
AvatarKitFormAlter.php, line 172
Class
- AvatarKitFormAlter
- Drupal form alters.
Namespace
Drupal\avatarsCode
protected function moduleHandler() : ModuleHandlerInterface {
return \Drupal::moduleHandler();
}