You are here

public function FilterFormatAwareInterface::getFilterFormat in Markdown 8.2

Retrieves a FilterFormat entity, if set.

Return value

\Drupal\filter\Entity\FilterFormat|null A FilterFormat entity or NULL if not set.

File

src/Util/FilterFormatAwareInterface.php, line 18

Class

FilterFormatAwareInterface
Interface for allowing an object to be aware of a FilterFormat object.

Namespace

Drupal\markdown\Util

Code

public function getFilterFormat();