public function MissingAdapter::getTimestamp in Flysystem 8
Same name and namespace in other branches
- 7 src/Flysystem/Adapter/MissingAdapter.php \Drupal\flysystem\Flysystem\Adapter\MissingAdapter::getTimestamp()
- 3.x src/Flysystem/Adapter/MissingAdapter.php \Drupal\flysystem\Flysystem\Adapter\MissingAdapter::getTimestamp()
- 2.0.x src/Flysystem/Adapter/MissingAdapter.php \Drupal\flysystem\Flysystem\Adapter\MissingAdapter::getTimestamp()
- 3.0.x src/Flysystem/Adapter/MissingAdapter.php \Drupal\flysystem\Flysystem\Adapter\MissingAdapter::getTimestamp()
File
- src/
Flysystem/ Adapter/ MissingAdapter.php, line 72
Class
- MissingAdapter
- An adapter used when a plugin is missing. It fails at everything.
Namespace
Drupal\flysystem\Flysystem\AdapterCode
public function getTimestamp($path) {
return FALSE;
}