Extension::getClassesToCompile()

array getClassesToCompile() Gets the classes to cache. Return Value array An array of classes

Bridge\Doctrine

Namespaces Symfony\Bridge\Doctrine\CacheWarmerSymfony\Bridge\Doctrine\DataCollectorSymfony\Bridge\Doctrine\DataFixturesSymfony\Bridge\Doctrine\DependencyInjectionSymfony\Bridge\Doctrine\FormSymfony\Bridge\Doctrine\HttpFoundationSymfony\Bridge\Doctrine\LoggerSymfony\Bridge\Doctrine\SecuritySymfony\Bridge\Doctrine\TestSymfony\Bridge\Doctrine\Validator Classes ContainerAwareEventManager Allows lazy loading of listener services. ManagerRegistry References Doctrine connections and entity/do

AttributeMetadataInterface::getName()

string getName() Gets the attribute name. Return Value string

Optional

class Optional extends Existence Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group CLASS_CONSTRAINT Marks a constraint that can be put onto classes PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $constraints from Existence Methods static string g

ResettableContainerInterface

interface ResettableContainerInterface implements ContainerInterface ResettableContainerInterface defines additional resetting functionality for containers, allowing to release shared services when the container is not needed anymore. Methods set(string $id, object $service, string $scope = self::SCOPE_CONTAINER) Sets a service. from ContainerInterface object get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) Gets a service. from ContainerInterface bool

NodeBuilder

class NodeBuilder implements NodeParentInterface This class provides a fluent interface for building a node. Methods __construct() Constructor. NodeBuilder setParent(ParentNodeDefinitionInterface $parent = null) Set the parent node. ArrayNodeDefinition arrayNode(string $name) Creates a child array node. ScalarNodeDefinition scalarNode(string $name) Creates a child scalar node. BooleanNodeDefinition booleanNode(string $name) Creates a child Boolean node. IntegerNode

Country

class Country extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NO_SUCH_COUNTRY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods stati

SsiFragmentRenderer

class SsiFragmentRenderer extends AbstractSurrogateFragmentRenderer Implements the SSI rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null) Constructor. from AbstractSurrogateFragmentRenderer Response render(string|ControllerReference $uri, Request $request, array $opti

FormExtension::getName()

getName() {@inheritdoc}

Esi::renderIncludeTag()

string renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = '') Renders an ESI tag. Parameters string $uri A URI string $alt An alternate URI bool $ignoreErrors Whether to ignore errors or not string $comment A comment to add as an esi:include tag Return Value string