You are here

public function UnmanagedFiles::getPath in Fancy File Delete 2.0.x

Gets the Unmanaged Files path.

Return value

string Name of the Unmanaged Files.

Overrides UnmanagedFilesInterface::getPath

File

src/Entity/UnmanagedFiles.php, line 39

Class

UnmanagedFiles
Defines the Unmanaged Files entity.

Namespace

Drupal\fancy_file_delete\Entity

Code

public function getPath() {
  return $this
    ->get('path')->value;
}