AbstractAdapter::save()

save(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

ConfigurationExtensionInterface

interface ConfigurationExtensionInterface ConfigurationExtensionInterface is the interface implemented by container extension classes. Methods ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. Details ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. Parameters array $config An array of configuration

Form::handleRequest()

FormInterface handleRequest(mixed $request = null) Inspects the given request and calls {@link submit()} if the form was submitted. Internally, the request is forwarded to the configured {@link RequestHandlerInterface} instance, which determines whether to submit the form or not. Parameters mixed $request The request to handle Return Value FormInterface The form instance

FrameworkExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Asset component.

TransChoiceTokenParser::decideTransChoiceFork()

decideTransChoiceFork($token) Parameters $token

Kernel::getBundle()

BundleInterface|BundleInterface[] getBundle(string $name, bool $first = true) Returns a bundle and optionally its descendants by its name. Parameters string $name Bundle name bool $first Whether to return the first bundle only or together with its descendants Return Value BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterface instances if $first is false Exceptions InvalidArgumentException when the bundle is not enabled

UnsupportedMetadataException

class UnsupportedMetadataException extends InvalidArgumentException

ModelChoiceList::getValues()

array getValues() Returns the values for the choices Return Value array The values with the corresponding choice indices as keys

OutputFormatterStyleInterface::setOptions()

setOptions(array $options) Sets multiple style options at once. Parameters array $options