ExtractorInterface

interface ExtractorInterface Extracts translation messages from a directory or files to the catalogue. New found messages are injected to the catalogue using the prefix. Methods extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Details extract(string|array $resource, Message

ContainerBuilder::isTrackingResources()

bool isTrackingResources() Checks if resources are tracked. Return Value bool true if resources are tracked, false otherwise

AbstractAdapter deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance

Process::getErrorOutput()

string getErrorOutput() Returns the current error output of the process (STDERR). Return Value string The process error output Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

MongoDbSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Definition::getMethodCalls()

array getMethodCalls() Gets the methods to call after service initialization. Return Value array An array of method calls

LoggerDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

False deprecated

class False extends IsFalse deprecated since version 2.7, to be removed in 3.0. Use IsFalse instead. Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_FALSE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the c

GlobalExecutionContextInterface deprecated::getMetadataFactory()

MetadataFactoryInterface getMetadataFactory() Returns the factory for validation metadata objects. Return Value MetadataFactoryInterface The metadata factory.

BundleEntryReader::setLocaleAliases()

setLocaleAliases(array $localeAliases) Stores a mapping of locale aliases to locales. This mapping is used when reading entries and merging them with their fallback locales. If an entry is read for a locale alias (e.g. "mo") that points to a locale with a fallback locale ("ro_MD"), the reader can continue at the correct fallback locale ("ro"). Parameters array $localeAliases A mapping of locale aliases to locales