DoctrineCache

class DoctrineCache implements CacheInterface Adapts a Doctrine cache to a CacheInterface. Methods __construct(Cache $cache) Creates a new Doctrine cache. setCache(Cache $cache) Sets the cache to adapt. has(string $class) Returns whether metadata for the given class exists in the cache ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache write(ClassMetadata $metadata) Stores a class metadata in the cache Details

NegationNode::getSubSelector()

NodeInterface getSubSelector() Return Value NodeInterface

TwigRendererInterface

interface TwigRendererInterface implements FormRendererInterface Methods FormRendererEngineInterface getEngine() Returns the engine used by this renderer. from FormRendererInterface setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. from FormRendererInterface string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme. from FormRendererInterface string searchAn

SubmitType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Response

class Response Response represents an HTTP response. Constants HTTP_CONTINUE HTTP_SWITCHING_PROTOCOLS HTTP_PROCESSING HTTP_OK HTTP_CREATED HTTP_ACCEPTED HTTP_NON_AUTHORITATIVE_INFORMATION HTTP_NO_CONTENT HTTP_RESET_CONTENT HTTP_PARTIAL_CONTENT HTTP_MULTI_STATUS HTTP_ALREADY_REPORTED HTTP_IM_USED HTTP_MULTIPLE_CHOICES HTTP_MOVED_PERMANENTLY HTTP_FOUND HTTP_SEE_OTHER HTTP_NOT_MODIFIED HTTP_USE_PROXY HTTP_RESERVED

OutputFormatterInterface::setStyle()

setStyle(string $name, OutputFormatterStyleInterface $style) Sets a new style. Parameters string $name The style name OutputFormatterStyleInterface $style The style instance

ProfilerExtension::getName()

getName() {@inheritdoc}

ProcessPipes::hasOpenHandles()

Boolean hasOpenHandles() Returns if the current state has open file handles or pipes. Return Value Boolean

PhpEngine

class PhpEngine implements EngineInterface, ArrayAccess PhpEngine is an engine able to render PHP templates. Methods __construct(TemplateNameParserInterface $parser, LoaderInterface $loader, array $helpers = array()) Constructor. string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template. bool exists(string|TemplateReferenceInterface $name) Returns true if the template exists. bool supports(string|TemplateReferenceInterface $name

Output::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise