Form::isSynchronized()

bool isSynchronized() Returns whether the data in the different formats is synchronized. If the data is not synchronized, you can get the transformation failure by calling {@link getTransformationFailure()}. Return Value bool

Locale

class Locale extends Locale Provides access to locale-related data. Methods static setDefaultFallback(string $locale) Sets the default fallback locale. static string getDefaultFallback() Returns the default fallback locale. static string|null getFallback(string $locale) Returns the fallback locale for a given locale. Details static setDefaultFallback(string $locale) Sets the default fallback locale. The default fallback locale is used

PropertyMetadata

class PropertyMetadata extends MemberMetadata Stores all metadata needed for validating a class property. The value of the property is obtained by directly accessing the property. The property will be accessed by reflection, so the access of private and protected properties is supported. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascad

ContainerBuilder::findUnusedTags()

string[] findUnusedTags() Returns all tags not queried by findTaggedServiceIds. Return Value string[] An array of tags

Event::isPropagationStopped()

bool isPropagationStopped() Returns whether further event listeners should be triggered. Return Value bool Whether propagation was already stopped for this event See also Event::stopPropagation()

Collection::getIterator()

getIterator()

Kernel::locateResource()

string|array locateResource(string $name, string $dir = null, bool $first = true) Returns the file path for a given resource. A Resource can be a file or a directory. The resource name must follow the following pattern: "@BundleName/path/to/a/file.something" where BundleName is the name of the bundle and the remaining part is the relative path in the bundle. If $dir is passed, and the first segment of the path is "Resources", this method will look for a file named: $dir/<Bund

Locale deprecated::getIntlIcuDataVersion()

static string|null getIntlIcuDataVersion() Returns the ICU Data version as defined by the intl extension. Return Value string|null The ICU Data version

AuditableAclInterface::updateClassFieldAuditing()

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for class-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure

EntityChoiceList deprecated

class EntityChoiceList extends ObjectChoiceList deprecated Deprecated since Symfony 2.7, to be removed in Symfony 3.0. Use {@link DoctrineChoiceLoader} instead. A choice list presenting a list of Doctrine entities as choices. Methods __construct(ObjectManager $manager, string $class, string $labelPath = null, EntityLoaderInterface $entityLoader = null, array|Traversable|null $entities = null, array $preferredEntities = array(), string $groupPath = null, PropertyAccessorInterface $pro