You are here

protected function PartyDataBase::postDetach in Party 8.2

Overload any post detach logic

Parameters

int $delta:

See also

PartyData::detachEntity()

1 call to PartyDataBase::postDetach()
PartyDataBase::detachEntityByDelta in lib/Drupal/party/Plugin/PartyDataBase.php
Detatch an entity by delta

File

lib/Drupal/party/Plugin/PartyDataBase.php, line 568
Contains \Drupal\party\Plugin\PartyDataBase.

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

protected function postDetach($delta) {
}