public function WarmerInterface::isActive in Warmer 8
Same name and namespace in other branches
- 2.x src/Plugin/WarmerInterface.php \Drupal\warmer\Plugin\WarmerInterface::isActive()
Checks if the plugin should warm in this particular moment.
Return value
bool TRUE if the warmer is active. FALSE otherwise.
1 method overrides WarmerInterface::isActive()
- WarmerPluginBase::isActive in src/
Plugin/ WarmerPluginBase.php - Checks if the plugin should warm in this particular moment.
File
- src/
Plugin/ WarmerInterface.php, line 64
Class
Namespace
Drupal\warmer\PluginCode
public function isActive();