function TestSessionBag::hasFlag
Same name in other branches
- 9 core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::hasFlag()
- 8.9.x core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::hasFlag()
- 11.x core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::hasFlag()
Returns TRUE if the test flag is set.
Return value
bool TRUE when flag is set, FALSE otherwise.
File
-
core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionBag.php, line 54
Class
- TestSessionBag
- Test session container.
Namespace
Drupal\session_test\SessionCode
public function hasFlag() {
return !empty($this->attributes['test_flag']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.