You are here

protected function PartyDataBase::postSave in Party 8.2

Overload any post save logic

Parameters

bool $save_entities: Whether or not to save entities as we go through them.

See also

PartyData::save()

1 call to PartyDataBase::postSave()
PartyDataBase::save in lib/Drupal/party/Plugin/PartyDataBase.php
Save the attached entities information

File

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

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

protected function postSave($save_entities) {
}