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

Breadcrumb

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

function AbstractServiceConfigurator::get

Gets an already defined service definition.

Throws

ServiceNotFoundException if the service definition does not exist

File

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

Class

AbstractServiceConfigurator

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

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

API Navigation

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