Ssi::createCacheStrategy()

ResponseCacheStrategyInterface createCacheStrategy() Returns a new cache strategy instance. Return Value ResponseCacheStrategyInterface A ResponseCacheStrategyInterface instance

DebugExtension::load()

load(array $configs, ContainerBuilder $container) Loads a specific configuration. Parameters array $configs An array of configuration values ContainerBuilder $container A ContainerBuilder instance Exceptions InvalidArgumentException When provided tag is not defined in this extension

Bridge\Swiftmailer

Namespaces Symfony\Bridge\Swiftmailer\DataCollector

MongoCaster

class MongoCaster Casts classes from the MongoDb extension to array representation. Methods static castCursor(MongoCursorInterface $cursor, array $a, Stub $stub, $isNested) Details static castCursor(MongoCursorInterface $cursor, array $a, Stub $stub, $isNested) Parameters MongoCursorInterface $cursor array $a Stub $stub $isNested

PasswordType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

FilesystemAdapter

class FilesystemAdapter extends AbstractAdapter Traits LoggerAwareTrait Methods static createSystemCache($namespace, $defaultLifetime, $version, $directory, LoggerInterface $logger = null) from AbstractAdapter getItem($key) {@inheritdoc} from AbstractAdapter getItems(array $keys = array()) {@inheritdoc} from AbstractAdapter hasItem($key) {@inheritdoc} from AbstractAdapter clear() {@inheritdoc} from AbstractAdapter deleteItem($key) {@inheritdoc} from AbstractAdap

PropertyMetadataInterface deprecated::getPropertyValue()

mixed getPropertyValue(mixed $containingValue) Extracts the value of the property from the given container. Parameters mixed $containingValue The container to extract the property value from. Return Value mixed The value of the property.

AbstractLoader

class AbstractLoader implements LoaderInterface Base loader for validation metadata. This loader supports the loading of constraints from Symfony's default namespace (see {@link DEFAULT_NAMESPACE}) using the short class names of those constraints. Constraints can also be loaded using their fully qualified class names. At last, namespace aliases can be defined to load constraints with the syntax "alias:ShortName". Constants DEFAULT_NAMESPACE The namespace to load constraints from by default

DOMCaster::castImplementation()

static castImplementation($dom, array $a, Stub $stub, $isNested) Parameters $dom array $a Stub $stub $isNested

ChoiceListInterface::getValuesForChoices()

string[] getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values are returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Non-existing choices in this array are ignored Return Value string[] An array of choice values