'Llama', 'type' => 'basic', 'body' => array( 'value' => 'The name "llama" was adopted by European settlers from native Peruvians.', 'format' => 'plain_text', ), )); $custom_block->save(); return $custom_block; } /** * {@inheritdoc} * * Each comment must have a comment body, which always has a text format. */ protected function getAdditionalCacheTagsForEntity(EntityInterface $entity) { return array('filter_format:plain_text'); } }