Lines Matching refs:replacementImageResponse
95 … return $this->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_NOT_FOUND)
120 ->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_NOT_FOUND)
124 … ->replacementImageResponse(text: '.' . pathinfo(path: $path, flags: PATHINFO_EXTENSION))
128 … ->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_INTERNAL_SERVER_ERROR)
156 … return $this->replacementImageResponse(text: pathinfo(path: $path, flags: PATHINFO_EXTENSION))
159 … return $this->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_NOT_FOUND)
162 …return $this->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_INTERNAL_SERVER_…
217 … ->replacementImageResponse(text: '.' . pathinfo(path: $path, flags: PATHINFO_EXTENSION))
221 ->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_NOT_FOUND)
225 … ->replacementImageResponse(text: (string) StatusCodeInterface::STATUS_INTERNAL_SERVER_ERROR)
269 public function replacementImageResponse(string $text): ResponseInterface function in Fisharebest\\Webtrees\\Factories\\ImageFactory
286 return $this->replacementImageResponse(text: 'XSS')