HtmlentitiesDecodeViewHelper
class HtmlentitiesDecodeViewHelper extends AbstractViewHelper (View source)
Applies html_entity_decode() to a value
Properties
protected ControllerContext | $controllerContext | Controller Context to use |
from AbstractViewHelper |
protected ObjectManagerInterface | $objectManager | from AbstractViewHelper | |
protected LoggerInterface | $logger | from AbstractViewHelper | |
protected bool | $escapeChildren | ||
protected bool | $escapeOutput | Disable the output escaping interceptor so that the result is not htmlspecialchar'd |
Methods
No description
Injects the (system) logger based on PSR-3.
Initialize the arguments.
Converts all HTML entities to their applicable characters as needed using PHPs html_entity_decode() function.
Applies html_entity_decode() on the specified value.
Details
void
setRenderingContext(RenderingContextInterface $renderingContext)
No description
void
injectObjectManager(ObjectManagerInterface $objectManager)
No description
void
injectLogger(LoggerInterface $logger)
Injects the (system) logger based on PSR-3.
bool
isEscapingInterceptorEnabled()
No description
void
initializeArguments()
Initialize the arguments.
string
render()
Converts all HTML entities to their applicable characters as needed using PHPs html_entity_decode() function.
static string
renderStatic(array $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
Applies html_entity_decode() on the specified value.