Emogrifier::addAllowedMediaType()
Method: Marks a media query type to keep.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:766
Method: Marks a media query type to keep.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:766
Method: Drops a media query type from the allowed list.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:778
Method: Creates a DOMDocument instance from the given HTML and stores it in $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:426
Method: Adds a selector to exclude nodes from emogrification.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:794
Method: Returns the HTML with added document type, Content-Type meta tag, and self-closing slashes, if needed, ensuring that the HTML will be good for creating a DOM document from it.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:448
Method: No longer excludes the nodes matching this selector from emogrification.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:806
Method: Applies $this->css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:465
Method: Parses the document and normalizes all existing CSS attributes.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:821
Method: Searches for all nodes with a style attribute and removes the “!important” annotations out of the inline style declarations, eventually by rearranging declarations.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:528
Method: Normalizes the value of the “style” attribute and saves it.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:843