Generates a path to a temporary location.
string
private function getUniqueTmpDirPath() : string { return sys_get_temp_dir() . '/drupal-starterkit-theme-' . uniqid(md5(microtime()), TRUE); }