Return to v2.5.0 docs

flashKeyExists()


Controller Flash Functions boolean controller


Checks if a specific key exists in the Flash.

Name Type Required Default Description
key string Yes The key to check.
errorExists = flashKeyExists("error");

Related Functions

Flash Functions