"Hello, $name!" ]; } public function needsWriteAccess() { return false; } public function getParamSettings() { return [ 'name' => [ self::PARAM_SOURCE => 'path', ParamValidator::PARAM_TYPE => 'string', ParamValidator::PARAM_REQUIRED => true, ], ]; } }