You are here

public static function Server::postDelete in GraphQL 8.4

@codeCoverageIgnore

Overrides EntityBase::postDelete

File

src/Entity/Server.php, line 539

Class

Server
The main GraphQL configuration and request entry point.

Namespace

Drupal\graphql\Entity

Code

public static function postDelete(EntityStorageInterface $storage, array $entities) : void {
  parent::postDelete($storage, $entities);
  \Drupal::service('router.builder')
    ->setRebuildNeeded();
}