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

Breadcrumb

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

function Reference::getInvalidBehavior

Returns the behavior to be used when the service does not exist.

File

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

Class

Reference
Reference represents a service reference.

Namespace

Symfony\Component\DependencyInjection

Code

public function getInvalidBehavior() : int {
    return $this->invalidBehavior;
}

API Navigation

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