Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractServiceConfigurator.php

function AbstractServiceConfigurator::remove

Removes an already defined service definition or alias.

File

vendor/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php, line 87

Class

AbstractServiceConfigurator

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

public final function remove(string $id) : ServicesConfigurator {
    $this->__destruct();
    return $this->parent
        ->remove($id);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal