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

Breadcrumb

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

function AbstractTrait::abstract

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

Return value

$this

File

vendor/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php, line 22

Class

AbstractTrait

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator\Traits

Code

public final function abstract(bool $abstract = true) : static {
    $this->definition
        ->setAbstract($abstract);
    return $this;
}

API Navigation

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