CacheWarmerInterface

interface CacheWarmerInterface implements WarmableInterface Interface for classes able to warm up the cache. Methods warmUp(string $cacheDir) Warms up the cache. from WarmableInterface bool isOptional() Checks whether this warmer is optional or not. Details warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory bool isOptional() Checks whether this warmer is

Translator::addCombination()

XPathExpr addCombination(string $combiner, NodeInterface $xpath, NodeInterface $combinedXpath) Parameters string $combiner NodeInterface $xpath NodeInterface $combinedXpath Return Value XPathExpr Exceptions ExpressionErrorException

AcceptHeaderItem::getIndex()

int getIndex() Returns the item index. Return Value int

StoreInterface

interface StoreInterface Interface implemented by HTTP cache stores. Methods Response|null lookup(Request $request) Locates a cached Response for the Request provided. string write(Request $request, Response $response) Writes a cache entry to the store for the given Request and Response. invalidate(Request $request) Invalidates all cache entries that match the request. bool|string lock(Request $request) Locks the cache for a given Request. bool unlock(Request $request

FieldVote::getField()

getField()

AbstractNormalizer::setIgnoredAttributes()

AbstractNormalizer setIgnoredAttributes(array $ignoredAttributes) Set ignored attributes for normalization and denormalization. Parameters array $ignoredAttributes Return Value AbstractNormalizer

PassConfig

class PassConfig Compiler Pass Configuration. This class has a default configuration embedded. Constants TYPE_AFTER_REMOVING TYPE_BEFORE_OPTIMIZATION TYPE_BEFORE_REMOVING TYPE_OPTIMIZE TYPE_REMOVE Methods __construct() array getPasses() Returns all passes in order to be processed. addPass(CompilerPassInterface $pass, string $type = self::TYPE_BEFORE_OPTIMIZATION) Adds a pass. array getAfterRemovingPasses() Gets all passes for the AfterRemoving pass.

Form::offsetUnset()

offsetUnset(string $name) Removes the child with the given name from the form (implements the \ArrayAccess interface). Parameters string $name The name of the child to remove Exceptions AlreadySubmittedException If the form has already been submitted.

TokenizerPatterns::getNumberPattern()

string getNumberPattern() Return Value string

Descriptor

class Descriptor implements DescriptorInterface Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options