function TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables
Exposes the protected deleteFromDedicatedTables() method for testing.
Parameters
array $ids: The array of entity IDs to delete.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ Sql/ TestableSqlContentEntityStorage.php, line 71
Class
- TestableSqlContentEntityStorage
- A test subclass of SqlContentEntityStorage.
Namespace
Drupal\KernelTests\Core\Entity\SqlCode
public function publicDeleteFromDedicatedTables(array $ids) : void {
$this->deleteFromDedicatedTables($ids);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.