You are here

public function FrameworkInterface::filteredHtml in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::filteredHtml()
  2. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::filteredHtml()

Return the default text filter.

Return value

string filtered_html or basic_html... depending on the framework.

1 method overrides FrameworkInterface::filteredHtml()
Framework::filteredHtml in api/src/Framework/Framework.php
Return the default text filter.

File

api/src/Framework/FrameworkInterface.php, line 107

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function filteredHtml();