AccessMap::add()

add(RequestMatcherInterface $requestMatcher, array $attributes = array(), string|null $channel = null) Constructor. Parameters RequestMatcherInterface $requestMatcher A RequestMatcherInterface instance array $attributes An array of attributes to pass to the access decision manager (like roles) string|null $channel The channel to enforce (http, https, or null)

ValidationVisitor deprecated

class ValidationVisitor implements ValidationVisitorInterface, GlobalExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Default implementation of {@link ValidationVisitorInterface} and {@link GlobalExecutionContextInterface}. Methods __construct(mixed $root, MetadataFactoryInterface $metadataFactory, ConstraintValidatorFactoryInterface $validatorFactory, TranslatorInterface $translator, string|null $translationDomain = null, array $objectInitializers = arra

SecondTransformer deprecated

class SecondTransformer extends SecondTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from SecondTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matc

TranslationCollectionType::getName()

string getName() Returns the name of this type. Return Value string The name of this type

PdoProfilerStorage deprecated

class PdoProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Base PDO storage for profiling information in a PDO database. Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler token

KernelInterface::registerBundles()

BundleInterface[] registerBundles() Returns an array of bundles to register. Return Value BundleInterface[] An array of bundle instances

Bridge\Propel1\Form\EventListener

Classes TranslationCollectionFormListener listener class for propel1translatablecollection TranslationFormListener Event Listener class for propel1_translation

Component\Form\Test

Classes DeprecationErrorHandler FormIntegrationTestCase FormPerformanceTestCase Base class for performance tests. TypeTestCase Interfaces FormBuilderInterface FormInterface

PhpFileDumper

class PhpFileDumper extends FileDumper PhpFileDumper generates PHP files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array(

ConstraintViolation::getRoot()

mixed getRoot() Returns the root element of the validation. Return Value mixed The value that was passed originally to the validator when the validation was started. Because the validator traverses the object graph, the value at which the violation occurs is not necessarily the value that was originally validated.