Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Markup.php

function Markup::__construct

File

vendor/twig/twig/src/Markup.php, line 24

Class

Markup
Marks a content as safe.

Namespace

Twig

Code

public function __construct($content, $charset) {
    $this->content = (string) $content;
    $this->charset = $charset;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal