Request::isMethodCacheable()
  • References/PHP/Symfony/Component/HttpFoundation

bool isMethodCacheable() Checks whether the method is cacheable or not.

2025-01-10 15:47:30
Cookie::isCleared()
  • References/PHP/Symfony/Component/HttpFoundation

bool isCleared() Whether this cookie is about to be cleared.

2025-01-10 15:47:30
NativeSessionStorage::clear()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

clear() Clear all session data in memory.

2025-01-10 15:47:30
NativeSessionStorage::registerBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

registerBag(

2025-01-10 15:47:30
Response::isNotFound()
  • References/PHP/Symfony/Component/HttpFoundation

bool isNotFound() Is the response a not found error?

2025-01-10 15:47:30
SessionInterface::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool start() Starts the session storage.

2025-01-10 15:47:30
Request::getRelativeUriForPath()
  • References/PHP/Symfony/Component/HttpFoundation

string getRelativeUriForPath(string $path) Returns the path as relative reference from the current

2025-01-10 15:47:30
Request::getTrustedHosts()
  • References/PHP/Symfony/Component/HttpFoundation

static array getTrustedHosts() Gets the list of trusted host patterns.

2025-01-10 15:47:30
Request::setFactory()
  • References/PHP/Symfony/Component/HttpFoundation

static setFactory(callable|null $callable) Sets a callable able to create a Request

2025-01-10 15:47:30
JsonResponse::getEncodingOptions()
  • References/PHP/Symfony/Component/HttpFoundation

int getEncodingOptions() Returns options used while encoding data to JSON.

2025-01-10 15:47:30