You are here

public function PhotosUploadInterface::path in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 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\photos

Code

public function path($schemaType = 'default');