You are here

public function EntityReferenceFilterViewResult::adminSummary in Views Reference Filter 8

Display the filter on the administrative summary

Overrides InOperator::adminSummary

File

src/Plugin/views/filter/EntityReferenceFilterViewResult.php, line 686

Class

EntityReferenceFilterViewResult
Filter by entity id using items got from the another view..

Namespace

Drupal\entityreference_filter\Plugin\views\filter

Code

public function adminSummary() {
  $this
    ->getValueOptions();
  return parent::adminSummary();
}