You are here

public function FlashBagInterface::keys in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Flash

Code

public function keys();