public function DisplayInterface::isRenderedInCurrentRequest in Search API 8
Returns true if the display is being rendered in the current request.
Return value
bool True when the display is rendered in the current request.
1 method overrides DisplayInterface::isRenderedInCurrentRequest()
- DisplayPluginBase::isRenderedInCurrentRequest in src/
Display/ DisplayPluginBase.php - Returns true if the display is being rendered in the current request.
File
- src/
Display/ DisplayInterface.php, line 72
Class
- DisplayInterface
- Defines an interface for display plugins.
Namespace
Drupal\search_api\DisplayCode
public function isRenderedInCurrentRequest();