You are here

public function CustomFilter::getDescription in Custom filter 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/CustomFilter.php \Drupal\customfilter\Entity\CustomFilter::getDescription()

Get the description of this filter.

Return value

string Return the description of this filter.

File

src/Entity/CustomFilter.php, line 157

Class

CustomFilter
Defines the entify for a filter in customfilter.

Namespace

Drupal\customfilter\Entity

Code

public function getDescription() {
  return $this->description;
}