You are here

protected function NameFormatter::useMarkup in Name Field 8

Determines with markup should be added to the results.

Return value

bool Returns TRUE if markup should be applied.

File

src/Plugin/Field/FieldFormatter/NameFormatter.php, line 321

Class

NameFormatter
Plugin implementation of the 'name' formatter.

Namespace

Drupal\name\Plugin\Field\FieldFormatter

Code

protected function useMarkup() {
  return $this->settings['markup'];
}