ProgressBar::setProgressCharacter()

setProgressCharacter(string $char) Sets the progress bar character. Parameters string $char A character

Extension::addClassesToCompile()

addClassesToCompile(array $classes) Adds classes to the class cache. Parameters array $classes An array of classes

ConstraintValidatorInterface::validate()

validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Parameters mixed $value The value that should be validated Constraint $constraint The constraint for the validation

AnalyzeServiceReferencesPass

class AnalyzeServiceReferencesPass implements RepeatablePassInterface Run this pass before passes that need to know more about the relation of your services. This class will populate the ServiceReferenceGraph with information. You can retrieve the graph in other passes from the compiler. Methods __construct(bool $onlyConstructorArguments = false) setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. process(ContainerBuilder $container) Processes a Contai

ServiceReferenceGraphNode::isAlias()

bool isAlias() Checks if the value of this node is an Alias. Return Value bool True if the value is an Alias instance

PassConfig::getAfterRemovingPasses()

array getAfterRemovingPasses() Gets all passes for the AfterRemoving pass. Return Value array An array of passes

CheckCircularReferencesPass

class CheckCircularReferencesPass implements CompilerPassInterface Checks your services for circular references. References from method calls are ignored since we might be able to resolve these references depending on the order in which services are called. Circular reference from method calls will only be detected at run-time. Methods process(ContainerBuilder $container) Checks the ContainerBuilder object for circular references. Details process(Containe

LdapInterface::query()

QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap server for entries matching the given criteria. Parameters string $dn string $query array $options Return Value QueryInterface

LoggingFormatter::formatRemoveService()

formatRemoveService(CompilerPassInterface $pass, $id, $reason) Parameters CompilerPassInterface $pass $id $reason

ExecutionContext::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata of the current node does not implement {@link Mapping\ClassMetadataInterface} or if no metadata is available for the current node, this method returns null. Return Value string|null The class name or null, if no class name could be found