You are here

public function AssetInterface::delete in Mini site 8

Delete asset, while also removing empty directories.

If the asset is the last one in the directory, the directory will be recursively removed up to the common asset storage directory.

1 method overrides AssetInterface::delete()
Asset::delete in src/Asset.php
Delete asset, while also removing empty directories.

File

src/AssetInterface.php, line 93

Class

AssetInterface
Interface AssetInterface.

Namespace

Drupal\minisite

Code

public function delete();