You are here

public function KernelInterface::isClassInActiveBundle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::isClassInActiveBundle()

Checks if a given class name belongs to an active bundle.

Parameters

string $class A class name:

Return value

bool true if the class belongs to an active bundle, false otherwise

Deprecated

since version 2.6, to be removed in 3.0.

1 method overrides KernelInterface::isClassInActiveBundle()
Kernel::isClassInActiveBundle in vendor/symfony/http-kernel/Kernel.php

File

vendor/symfony/http-kernel/KernelInterface.php, line 69

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function isClassInActiveBundle($class);