SessionInterface::all()

array all() Returns attributes. Return Value array Attributes

PropertyAccess::createPropertyAccessor()

static PropertyAccessor createPropertyAccessor() Creates a property accessor with the default configuration. Return Value PropertyAccessor The new property accessor

PdoSessionHandler::close()

close() {@inheritdoc}

ButtonBuilder::getDisabled()

bool getDisabled() Returns whether the button is disabled. Return Value bool Whether the form is disabled

CsvFileDumper

class CsvFileDumper extends FileDumper CsvFileDumper generates a csv formatted string representation of 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 $domai

ResolvedFormType

class ResolvedFormType implements ResolvedFormTypeInterface A wrapper for a form type and its extensions. Methods __construct(FormTypeInterface $innerType, array $typeExtensions = array(), ResolvedFormTypeInterface $parent = null) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormTypeExtensionInterfac

RequestStack::getCurrentRequest()

Request|null getCurrentRequest() Return Value Request|null

PackageInterface::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

AclVoter::supportsAttribute()

bool supportsAttribute(string $attribute) Checks if the voter supports the given attribute. Parameters string $attribute An attribute Return Value bool true if this Voter supports the attribute, false otherwise

FormConfigBuilder::resetModelTransformers()

FormConfigBuilderInterface resetModelTransformers() Clears the normalization transformers. Return Value FormConfigBuilderInterface The configuration object