You are here

protected function PartyDataBase::preSave in Party 8.2

Overload any pre 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::preSave()
PartyDataBase::save in lib/Drupal/party/Plugin/PartyDataBase.php
Save the attached entities information

File

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

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

protected function preSave($save_entities) {
}