public function ShellManagerInterface::isWindows in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 src/ShellManagerInterface.php \Drupal\fillpdf\ShellManagerInterface::isWindows()
Whether we are running on Windows OS.
Return value
bool TRUE if we're running on Windows, otherwise FALSE.
1 method overrides ShellManagerInterface::isWindows()
- ShellManager::isWindows in src/
ShellManager.php - Whether we are running on Windows OS.
File
- src/
ShellManagerInterface.php, line 23
Class
- ShellManagerInterface
- Provides an interface for FillPDF execution manager.
Namespace
Drupal\fillpdfCode
public function isWindows();