FlashBagInterface::has()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

bool has(string $type) Has flash messages for a given type?

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

bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this

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

clear() Clears all attributes.

2025-01-10 15:47:30
AttributeBag::getStorageKey()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

string getStorageKey() Gets the storage key for this bag.

2025-01-10 15:47:30
FlashBag::getName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

string getName() Gets this bag's name.

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

MetadataBag

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

string getName() Gets this bag's name.

2025-01-10 15:47:30
FlashBag::setName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

setName($name) Parameters $name

2025-01-10 15:47:30
AttributeBag::replace()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

replace(array $attributes) Sets attributes.

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

SessionBagInterface

2025-01-10 15:47:30