RuntimeException

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

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

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

OrderedHashMapIterator::next()

next() {@inheritdoc}

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

ModelType

class ModelType extends AbstractType ModelType class. Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. string|null|FormTypeInterface getPa

Bundle\FrameworkBundle\DataCollector

Classes RouterDataCollector RouterDataCollector.

FlashBagInterface::keys()

array keys() Returns a list of all defined types. Return Value array

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