public function MappingForeignRelationshipsEvent::getCacheability in Search API 8
Retrieves cacheability associated with the foreign relationships mapping.
Return value
\Drupal\Core\Cache\RefinableCacheableDependencyInterface Cacheability associated with the foreign relationships mapping.
File
- src/
Event/ MappingForeignRelationshipsEvent.php, line 91
Class
- MappingForeignRelationshipsEvent
- Wraps a foreign relationships mapping event.
Namespace
Drupal\search_api\EventCode
public function getCacheability() : RefinableCacheableDependencyInterface {
return $this->cacheability;
}