WebProfilerExtension

class WebProfilerExtension extends Extension WebProfilerExtension. Usage: <webprofiler:config toolbar="true" intercept-redirects="true" /> Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuild

ImmutableEventDispatcher

class ImmutableEventDispatcher implements EventDispatcherInterface A read-only proxy for an event dispatcher. Methods __construct(EventDispatcherInterface $dispatcher) Creates an unmodifiable proxy for an event dispatcher. Event dispatch(string $eventName, Event $event = null) Dispatches an event to all registered listeners. addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. addSubscriber(EventSubs

DataCollector

class DataCollector implements DataCollectorInterface, Serializable DataCollector. Children of this class must store the collected data in the data property. Methods serialize() unserialize($data) Details serialize() unserialize($data) Parameters $data

StubCaster::castCutArray()

static castCutArray(CutArrayStub $c, array $a, Stub $stub, $isNested) Parameters CutArrayStub $c array $a Stub $stub $isNested

Process::getIncrementalErrorOutput()

string getIncrementalErrorOutput() Returns the errorOutput incrementally. In comparison with the getErrorOutput method which always return the whole error output, this one returns the new error output since the last call. Return Value string The process error output since the last call Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

DeprecationErrorHandler

class DeprecationErrorHandler Catch deprecation notices and print a summary report at the end of the test suite. Constants MODE_WEAK MODE_DISABLED Methods static register(int|string|false $mode) Registers and configures the deprecation handler. Details static register(int|string|false $mode) Registers and configures the deprecation handler. The following reporting modes are supported: - use "weak" to hide the deprecation report but ke

BundleTransformer::compileBundles()

compileBundles(CompilationContextInterface $context) Runs the compilation with the given compilation context. Parameters CompilationContextInterface $context The context storing information needed to run the compilation. Exceptions RuntimeException If any of the files to be compiled by the loaded compilation rules does not exist.

MemberMetadata::addConstraint()

GenericMetadata addConstraint(Constraint $constraint) Adds a constraint. If the constraint {@link Valid} is added, the cascading strategy will be changed to {@link CascadingStrategy::CASCADE}. Depending on the $traverse property of that constraint, the traversal strategy will be set to one of the following: {@link TraversalStrategy::IMPLICIT} if $traverse is enabled {@link TraversalStrategy::NONE} if $traverse is disabled Parameters Constraint $constraint The constraint to add

Glob::isCaseSensitive()

bool isCaseSensitive() Returns value case sensitivity. Return Value bool

FileLoader

class FileLoader extends FileLoader FileLoader is the abstract class used by all built-in loaders that are file based. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resou