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

Breadcrumb

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

function Definition::isAbstract

Whether this definition is abstract, that means it merely serves as a template for other definitions.

File

vendor/symfony/dependency-injection/Definition.php, line 629

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function isAbstract() : bool {
    return $this->abstract;
}
RSS feed
Powered by Drupal