ChoiceListInterface

interface ChoiceListInterface A list of choices that can be selected in a choice field. A choice list assigns unique string values to each of a list of choices. These string values are displayed in the "value" attributes in HTML and submitted back to the server. The acceptable data types for the choices depend on the implementation. Values must always be strings and (within the list) free of duplicates. Methods array getChoices() Returns all selectable choices. string[] getValues()

TranslationDataCollector

class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(DataCollectorTranslator $translator) lateCollect() Collects data as late as possible. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. array getMessages() int getCountMissings() int getCountFallbacks(

HttpKernelExtension::renderFragmentStrategy()

string renderFragmentStrategy(string $strategy, string|ControllerReference $uri, array $options = array()) Renders a fragment. Parameters string $strategy A strategy name string|ControllerReference $uri A URI as a string or a ControllerReference instance array $options An array of options Return Value string The fragment content See also FragmentHandler::render()

UrlGenerator::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

LdapClient deprecated

class LdapClient implements LdapClientInterface deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead. Methods __construct($host = null, $port = 389, $version = 3, $useSsl = false, $useStartTls = false, $optReferrals = false, LdapInterface $ldap = null) bind(string $dn = null, string $password = null) Return a connection bound to the ldap. QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap

Component\Yaml\Exception

Classes DumpException Exception class thrown when an error occurs during dumping. ParseException Exception class thrown when an error occurs during parsing. RuntimeException Exception class thrown when an error occurs during parsing. Interfaces ExceptionInterface Exception interface for all exceptions thrown by the component.

PropertyInfoExtractorInterface

interface PropertyInfoExtractorInterface implements PropertyTypeExtractorInterface, PropertyDescriptionExtractorInterface, PropertyAccessExtractorInterface, PropertyListExtractorInterface Gets info about PHP class properties. A convenient interface inheriting all specific info interfaces. Methods Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. from PropertyTypeExtractorInterface string|null getShortDescription(string $class, s

TreeBuilder::buildTree()

NodeInterface buildTree() Builds the tree. Return Value NodeInterface Exceptions RuntimeException

Component\HttpFoundation\Session\Storage\Handler

Classes MemcacheSessionHandler MemcacheSessionHandler. MemcachedSessionHandler MemcachedSessionHandler. MongoDbSessionHandler MongoDB session handler NativeFileSessionHandler NativeFileSessionHandler. NativeSessionHandler NullSessionHandler NullSessionHandler. PdoSessionHandler PdoSessionHandler.

Date

class Date 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. INVALID_FORMAT_ERROR INVALID_DATE_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