isSearchable() public method

Returns whether the field type is searchable.
public isSearchable ( ) : boolean
return boolean
Beispiel #1
0
 /**
  * Indicates if the field type supports indexing and sort keys for searching.
  *
  * @return bool
  */
 public function isSearchable()
 {
     return $this->internalFieldType->isSearchable();
 }