public function StaticGeneratorInterface::prepareStaticDirectory in Tome 8
Prepares the static directory for a fresh export.
Return value
bool TRUE on success, FALSE on failure.
1 method overrides StaticGeneratorInterface::prepareStaticDirectory()
- StaticGenerator::prepareStaticDirectory in modules/
tome_static/ src/ StaticGenerator.php - Prepares the static directory for a fresh export.
File
- modules/
tome_static/ src/ StaticGeneratorInterface.php, line 89
Class
- StaticGeneratorInterface
- Provides an interface for the static generator.
Namespace
Drupal\tome_staticCode
public function prepareStaticDirectory();