ExtendedContainer::is_class_allowed( string $class_name )
Checks to see whether or not a class is allowed to be registered.
Description Description
Parameters Parameters
- $class_name
-
(Required) The class to check.
Return Return
(bool) True if the class is allowed to be registered, false otherwise.
Source Source
File: src/Internal/DependencyManagement/ExtendedContainer.php