You are here

public function CustomFilter::getShorttip in Custom filter 2.0.x

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

Get the shortip of this filter.

Return value

string Return the shorttip of this filter.

File

src/Entity/CustomFilter.php, line 274

Class

CustomFilter
Defines the entity for a filter in customfilter.

Namespace

Drupal\customfilter\Entity

Code

public function getShorttip() {
  return $this->shorttip;
}