You are here

public function DrupalInstantArticleDisplay::render in Facebook Instant Articles 7

Deprecated

Instead use DrupalInstantArticleDisplay->getArticle()->render().

File

modules/fb_instant_articles_display/src/DrupalInstantArticleDisplay.php, line 141
Contains \Drupal\fb_instant_articles_display\DrupalInstantArticleDisplay.

Class

DrupalInstantArticleDisplay
Facebook Instant Article node wrapper class. Builds up an InstantArticle object using field formatters.

Namespace

Drupal\fb_instant_articles_display

Code

public function render() {
  return $this
    ->getArticle()
    ->render('<!doctype html>', TRUE);
}