MaskBuilder::getCode()

static string getCode(int $mask) Returns the code for the passed mask Parameters int $mask Return Value string Exceptions InvalidArgumentException RuntimeException

MetadataFactoryInterface deprecated::hasMetadataFor()

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. Parameters mixed $value Some value Return Value bool Whether metadata can be returned for that value

MessageCatalogue::getResources()

ResourceInterface[] getResources() Returns an array of resources loaded to build this collection. Return Value ResourceInterface[] An array of resources

DoctrineDataCollector::addLogger()

addLogger(string $name, DebugStack $logger) Adds the stack logger for a connection. Parameters string $name DebugStack $logger

PhpEngine::extend()

extend(string $template) Decorates the current template with another one. Parameters string $template The decorator logical name

Definition::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

ApplicationTester::getStatusCode()

int getStatusCode() Gets the status code returned by the last execution of the application. Return Value int The status code

PdoProfilerStorage deprecated::find()

array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method int|null $start The start date to search from int|null $end The end date to search to Return Value array An array of tokens

ContainerBuilder::removeDefinition()

removeDefinition(string $id) Removes a service definition. Parameters string $id The service identifier

FormConfigBuilderInterface::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Sets whether the form should be initialized automatically. Should be set to true only for root forms. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object