You are here

public function UnmanagedFilesInterface::setPath in Fancy File Delete 2.0.x

Sets the Unmanaged Files path.

Parameters

string $filename: The Unmanaged Files name.

Return value

\Drupal\fancy_file_delete\Entity\UnmanagedFilesInterface The called Unmanaged Files entity.

1 method overrides UnmanagedFilesInterface::setPath()
UnmanagedFiles::setPath in src/Entity/UnmanagedFiles.php
Sets the Unmanaged Files path.

File

src/Entity/UnmanagedFilesInterface.php, line 35

Class

UnmanagedFilesInterface
Provides an interface for defining Unmanaged Files entities.

Namespace

Drupal\fancy_file_delete\Entity

Code

public function setPath($filename);