ClassMetadata

class ClassMetadata implements ClassMetadataInterface {@inheritdoc} Properties string $name AttributeMetadataInterface[] $attributesMetadata Methods __construct(string $class) Constructs a metadata for the given class. string getName() Returns the name of the backing PHP class. addAttributeMetadata(AttributeMetadataInterface $attributeMetadata) Adds an {@link AttributeMetadataInterface}. AttributeMetadataInterface[] getAttributesMetadata() Gets the list of {@link

HttpCache

class HttpCache extends HttpCache Manages HTTP cache objects in a Container. Methods __construct(HttpKernelInterface $kernel, string $cacheDir = null) Constructor. StoreInterface getStore() Gets the current store. from HttpCache array getTraces() Returns an array of events that took place during processing of the last request. from HttpCache string getLog() Returns a log message for the events of the last request processing. from HttpCache Request getRequest() Gets the R

FilterControllerEvent

class FilterControllerEvent extends KernelEvent Allows filtering of a controller callable. You can call getController() to retrieve the current controller. With setController() you can set a new controller that is used in the processing of the request. Controllers should be callables. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event

Button::count()

int count() Unsupported method. Return Value int Always returns 0

DebugFormatterHelper::stop()

string stop(string $id, string $message, bool $successful, string $prefix = 'RES') Stops a formatting session. Parameters string $id The id of the formatting session string $message The message to display bool $successful Whether to consider the result as success string $prefix The prefix for the end output Return Value string

BicValidator

class BicValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initializ

ArrayNode::getXmlRemappings()

array getXmlRemappings() Gets the xml remappings that should be performed. Return Value array $remappings an array of the form array(array(string, string))

ExecutionContextFactory

class ExecutionContextFactory implements ExecutionContextFactoryInterface Creates new {@link ExecutionContext} instances. Methods __construct(TranslatorInterface $translator, string|null $translationDomain = null) Creates a new context factory. ExecutionContextInterface createContext(ValidatorInterface $validator, mixed $root) Creates a new execution context. Details __construct(TranslatorInterface $translator, string|null $translationDomain = null)

FormInterface::getExtraData()

array getExtraData() Returns the extra data. Return Value array The submitted data which do not belong to a child

TwigExtractor::extract()

extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. Parameters string|array $resource files, a file or a directory MessageCatalogue $catalogue The catalogue