Helpers
in package
Table of Contents
Methods
- convertYoutubeLinksToIframe() : mixed
- hasAllDatabaseTables() : bool
- sanitizeMailException() : string
- Sanitize Mail exception messages to prevent exposing SMTP credentials
Methods
convertYoutubeLinksToIframe()
public
static convertYoutubeLinksToIframe(mixed $content) : mixed
Parameters
- $content : mixed
hasAllDatabaseTables()
public
static hasAllDatabaseTables() : bool
Return values
boolsanitizeMailException()
Sanitize Mail exception messages to prevent exposing SMTP credentials
public
static sanitizeMailException(Exception $e) : string
Parameters
- $e : Exception