ConfigCache

class ConfigCache extends ResourceCheckerConfigCache ConfigCache caches arbitrary content in files on disk. When in debug mode, those metadata resources that implement \Symfony\Component\Config\Resource\SelfCheckingResourceInterface will be used to check cache freshness. Methods __construct(string $file, bool $debug) string getPath() Gets the cache file path. from ResourceCheckerConfigCache bool isFresh() Checks if the cache is still fresh. write(string $content, array $me

Language

class Language extends Constraint 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. NO_SUCH_LANGUAGE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods sta

FormFactoryBuilder::addExtension()

FormFactoryBuilderInterface addExtension(FormExtensionInterface $extension) Adds an extension to be loaded by the factory. Parameters FormExtensionInterface $extension The extension. Return Value FormFactoryBuilderInterface The builder.

AbstractBundle

class AbstractBundle implements ResourceBundleInterface Base class for {@link ResourceBundleInterface} implementations. Methods __construct(string $path, StructuredBundleReaderInterface $reader) Creates a bundle at the given path using the given reader for reading bundle entries. string[] getLocales() Returns the list of locales that this bundle supports. Details __construct(string $path, StructuredBundleReaderInterface $reader) Creates a

OrderedHashMapIterator::next()

next() {@inheritdoc}

TableHelper deprecated::setCellRowFormat()

TableHelper setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableHelper

DataUriNormalizer::normalize()

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|string|bool|int|float|null

ValidatorInterface::startContext()

ContextualValidatorInterface startContext() Starts a new validation context and returns a validator for that context. The returned validator collects all violations generated within its context. You can access these violations with the {@link ContextualValidatorInterface::getViolations()} method. Return Value ContextualValidatorInterface The validator for the new context

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for the Security component.

CommandTester::getStatusCode()

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