Function Hook_snippet_password_strength->run
Definitions
sources/hooks/systems/snippets/password_strength.php
- Run function for snippet hooks. Generates HTML to insert into a page using AJAX.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The snippet
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for snippet hooks. Generates HTML to insert into a page using AJAX.
*
* @return Tempcode The snippet
*/
public function run() : object
* Run function for snippet hooks. Generates HTML to insert into a page using AJAX.
*
* @return Tempcode The snippet
*/
public function run() : object

