public function FlashBagInterface::keys in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php \Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface::keys()
Returns a list of all defined types.
Return value
array
2 methods override FlashBagInterface::keys()
- AutoExpireFlashBag::keys in vendor/
symfony/ http-foundation/ Session/ Flash/ AutoExpireFlashBag.php - Returns a list of all defined types.
- FlashBag::keys in vendor/
symfony/ http-foundation/ Session/ Flash/ FlashBag.php - Returns a list of all defined types.
File
- vendor/
symfony/ http-foundation/ Session/ Flash/ FlashBagInterface.php, line 92
Class
- FlashBagInterface
- FlashBagInterface.
Namespace
Symfony\Component\HttpFoundation\Session\FlashCode
public function keys();