You are here

protected property DateRangeValue::$end in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/search_api/data_type/value/DateRangeValue.php \Drupal\search_api_solr\Plugin\search_api\data_type\value\DateRangeValue::end
  2. 8.2 src/Plugin/search_api/data_type/value/DateRangeValue.php \Drupal\search_api_solr\Plugin\search_api\data_type\value\DateRangeValue::end

The end date.

Type: string

File

src/Plugin/search_api/data_type/value/DateRangeValue.php, line 22

Class

DateRangeValue
Represents a single date range value.

Namespace

Drupal\search_api_solr\Plugin\search_api\data_type\value

Code

protected $end;