You are here

public function FilterFormatAwareInterface::setFilterFormat in Markdown 8.2

Sets the FilterFormat entity.

Parameters

\Drupal\filter\Entity\FilterFormat $format: A FilterFormat entity.

Return value

static

File

src/Util/FilterFormatAwareInterface.php, line 28

Class

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

Namespace

Drupal\markdown\Util

Code

public function setFilterFormat(FilterFormat $format = NULL);