You are here

constant ParsedMarkdownInterface::PERMANENT in Markdown 8.2

Indicates the item should never be removed unless explicitly deleted.

File

src/Render/ParsedMarkdownInterface.php, line 19

Class

ParsedMarkdownInterface
Interface parsed markdown instances.

Namespace

Drupal\markdown\Render

Code

const PERMANENT = CacheBackendInterface::CACHE_PERMANENT;