Method |
Description |
|
checkPassword ( $password ) |
|
|
checkPasswordHash ( string $passwordHash, string $exceptionMessage ) |
Checks the password hash length. Used as a sanity check. |
|
deleteSite ( $idSite ) |
Delete user preferences associated with a particular site |
|
getClientSideTranslationKeys ( &$translationKeys ) |
|
|
getCronArchiveTokenAuth ( &$tokens ) |
|
|
getJsFiles ( &$jsFiles ) |
Return list of plug-in specific JavaScript files to be imported by the asset manager |
|
getPasswordHash ( $password ) |
|
|
getStylesheetFiles ( &$stylesheets ) |
Get CSS files |
|
isValidPasswordString ( $input ) : boolean |
Returns true if the password is complex enough (at least 6 characters and max 26 characters) |
|
onPlatformInitialized ( ) |
|
|
recordAdminUsersInCache ( &$attributes, $idSite ) : void |
Hooks when a website tracker cache is flushed (website/user updated, cache deleted, or empty cache)
Will record in the tracker config file the list of Admin token_auth for this website. This
will be used when the Tracking API is used with setIp(), setForceDateTime(), setVisitorId(), etc. |
|
registerEvents ( ) |
|
|