Implements hook_ENTITY_TYPE_predelete() for node entities.
public function nodePredelete(EntityInterface $node) { // Clean up the {taxonomy_index} table when nodes are deleted. taxonomy_delete_node_index($node); }