public function PhotosUploadInterface::path in Album Photos 8.5
Same name and namespace in other branches
- 6.0.x src/PhotosUploadInterface.php \Drupal\photos\PhotosUploadInterface::path()
Temporary file path.
The image file path is now handled in the field settings. This is used if needed before the field settings are triggered.
Parameters
string $schemaType: A string with the URL alias to clean up.
Return value
string The cleaned URL alias.
1 method overrides PhotosUploadInterface::path()
- PhotosUpload::path in src/
PhotosUpload.php - Temporary file path.
File
- src/
PhotosUploadInterface.php, line 35
Class
- PhotosUploadInterface
- Photos upload and file management functions.
Namespace
Drupal\photosCode
public function path($schemaType = 'default');