MultiversionFieldItemList.php in Multiversion 8
Same filename and directory in other branches
Namespace
Drupal\multiversionFile
src/MultiversionFieldItemList.phpView source
<?php
namespace Drupal\multiversion;
use Drupal\pathauto\PathautoFieldItemList;
class MultiversionFieldItemList extends PathautoFieldItemList {
/**
* @inheritDoc
*/
public function delete() {
\Drupal::service('pathauto.alias_storage_helper')
->deleteEntityPathAll($this
->getEntity());
if ($first = $this
->first()) {
$first
->get('pathauto')
->purge();
}
}
}
Classes
Name | Description |
---|---|
MultiversionFieldItemList |