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

Breadcrumb

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

function ChildDefinition::getParent

Returns the Definition to inherit from.

File

vendor/symfony/dependency-injection/ChildDefinition.php, line 35

Class

ChildDefinition
This definition extends another definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function getParent() : string {
    return $this->parent;
}
RSS feed
Powered by Drupal