You are here

protected function PartyDataBase::postAttach in Party 8.2

Overload any post attach logic

Parameters

object $entity:

string $method:

int $delta:

See also

PartyData::attachEntity()

1 call to PartyDataBase::postAttach()
PartyDataBase::attachEntity in lib/Drupal/party/Plugin/PartyDataBase.php
Attach an entity to the party

File

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

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

protected function postAttach($entity, $method, $delta) {
}