plugins->moduleInfo(self::id(), 'name'); return __(is_string($name) ? $name : self::id()); } /** * This module path. */ public static function path(): string { return dirname(__DIR__); } }