You are here

protected property SearchApiFieldTrait::$skipAccessChecks in Search API 8

Associative array keyed by property paths for which to skip access checks.

Values are all TRUE.

Type: bool[]

File

src/Plugin/views/field/SearchApiFieldTrait.php, line 102

Class

SearchApiFieldTrait
Provides a trait to use for Search API Views field handlers.

Namespace

Drupal\search_api\Plugin\views\field

Code

protected $skipAccessChecks = [];