Method |
Description |
|
disableDefaultCsrfProtection ( ) |
Disables Csrf protection for all forms. |
|
enableDefaultCsrfProtection ( ) |
Enables CSRF protection for all new forms |
|
getDefaultCsrfFieldName ( ) : string |
Returns the default CSRF field name |
|
getDefaultCsrfSecret ( ) : string |
Returns the default CSRF secret |
|
getDefaultLocale ( ) : string |
Returns the default locale for newly created forms. |
|
isDefaultCsrfProtectionEnabled ( ) |
Checks if Csrf protection for all forms is enabled. |
|
setDefaultCsrfFieldName ( string $name ) |
Sets the CSRF field name used in all new CSRF protected forms |
|
setDefaultCsrfSecret ( string $secret ) |
Sets the CSRF secret used in all new CSRF protected forms |
|
setDefaultLocale ( string $defaultLocale ) |
Sets the default locale for newly created forms. |
|