A
- AbstractDoctrineExtension — Class in namespace Symfony\Bundle\DoctrineAbstractBundle\DependencyInjection
- This abstract classes groups common code that Doctrine Object Manager extensions (ORM, MongoDB, CouchDB) need.
- AssetsInstallCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- Command that places bundle web assets into a given directory.
- Application — Class in namespace Symfony\Bundle\FrameworkBundle\Console
- Application.
- ContainerAwareEventDispatcher::addListenerService() — Method in class ContainerAwareEventDispatcher
- Adds a service as event listener
- TraceableEventDispatcher::addListener() — Method in class TraceableEventDispatcher
- {@inheritDoc}
- AddCacheWarmerPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Registers the cache warmers.
- AddConstraintValidatorsPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- AddValidatorInitializersPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- ActionsHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- ActionsHelper manages action inclusions.
- CodeHelper::abbrClass() — Method in class CodeHelper
- CodeHelper::abbrMethod() — Method in class CodeHelper
- AddProcessorsPass — Class in namespace Symfony\Bundle\MonologBundle\DependencyInjection\Compiler
- Registers processors in Monolg loggers or handlers.
- AddSecurityVotersPass — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler
- Adds all configured security voters to the access decision manager
- AbstractFactory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener
- AbstractFactory::addConfiguration() — Method in class AbstractFactory
- AbstractFactory::addOption() — Method in class AbstractFactory
- FormLoginFactory::addConfiguration() — Method in class FormLoginFactory
- HttpBasicFactory::addConfiguration() — Method in class HttpBasicFactory
- HttpDigestFactory::addConfiguration() — Method in class HttpDigestFactory
- RememberMeFactory::addConfiguration() — Method in class RememberMeFactory
- SecurityFactoryInterface::addConfiguration() — Method in class SecurityFactoryInterface
- X509Factory::addConfiguration() — Method in class X509Factory
- ActionsExtension — Class in namespace Symfony\Bundle\TwigBundle\Extension
- Twig extension for Symfony actions helper
- AssetsExtension — Class in namespace Symfony\Bundle\TwigBundle\Extension
- Twig extension for Symfony assets helper
- CodeExtension::abbrClass() — Method in class CodeExtension
- CodeExtension::abbrMethod() — Method in class CodeExtension
- CookieJar::all() — Method in class CookieJar
- Returns not yet expired cookies.
- CookieJar::allValues() — Method in class CookieJar
- Returns not yet expired cookie values for the given URI.
- CookieJar::allRawValues() — Method in class CookieJar
- Returns not yet expired raw cookie values for the given URI.
- History::add() — Method in class History
- Adds a Request to the history.
- ApcUniversalClassLoader — Class in namespace Symfony\Component\ClassLoader
- ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3.
- ArrayNode — Class in namespace Symfony\Component\Config\Definition
- Represents an Array node in the config tree.
- ArrayNode::addChild() — Method in class ArrayNode
- Adds a child node.
- BaseNode::addEquivalentValue() — Method in class BaseNode
- Adds an equivalent value.
- ArrayNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining an array node.
- ArrayNodeDefinition::addDefaultsIfNotSet() — Method in class ArrayNodeDefinition
- Adds the default value if the node is not set in the configuration.
- ArrayNodeDefinition::append() — Method in class ArrayNodeDefinition
- ExprBuilder::always() — Method in class ExprBuilder
- Mark the expression as being always used.
- $MergeBuilder — Property in class MergeBuilder
- $MergeBuilder — Property in class MergeBuilder
- MergeBuilder::allowUnset() — Method in class MergeBuilder
- Sets whether the node can be unset.
- NodeBuilder::arrayNode() — Method in class NodeBuilder
- Creates a child array node
- ParentNodeDefinitionInterface::append() — Method in class ParentNodeDefinitionInterface
- PrototypedArrayNode::addChild() — Method in class PrototypedArrayNode
- Adds a child node.
- LoaderResolver::addLoader() — Method in class LoaderResolver
- Adds a loader.
- Application — Class in namespace Symfony\Component\Console
- An Application is the container for a collection of commands.
- Application::addCommands() — Method in class Application
- Adds an array of command objects.
- Application::add() — Method in class Application
- Adds a command object.
- Application::all() — Method in class Application
- Gets the commands (registered in the given namespace if provided).
- Application::asText() — Method in class Application
- Returns a text representation of the Application.
- Application::asXml() — Method in class Application
- Returns an XML representation of the Application.
- Command::addArgument() — Method in class Command
- Adds an argument.
- Command::addOption() — Method in class Command
- Adds an option.
- Command::asText() — Method in class Command
- Returns a text representation of the command.
- Command::asXml() — Method in class Command
- Returns an XML representation of the command.
- OutputFormatterStyle::apply() — Method in class OutputFormatterStyle
- Applies the style to a given text.
- OutputFormatterStyleInterface::apply() — Method in class OutputFormatterStyleInterface
- Applies the style to a given text.
- DialogHelper::ask() — Method in class DialogHelper
- Asks a question to the user.
- DialogHelper::askConfirmation() — Method in class DialogHelper
- Asks a confirmation to the user.
- DialogHelper::askAndValidate() — Method in class DialogHelper
- Asks for a value and validates the response.
- ArgvInput — Class in namespace Symfony\Component\Console\Input
- ArgvInput represents an input coming from the CLI arguments.
- ArrayInput — Class in namespace Symfony\Component\Console\Input
- ArrayInput represents an input provided as an array.
- InputDefinition::addArguments() — Method in class InputDefinition
- Adds an array of InputArgument objects.
- InputDefinition::addArgument() — Method in class InputDefinition
- Adds an InputArgument object.
- InputDefinition::addOptions() — Method in class InputDefinition
- Adds an array of InputOption objects.
- InputDefinition::addOption() — Method in class InputDefinition
- Adds an InputOption object.
- InputDefinition::asText() — Method in class InputDefinition
- Returns a textual representation of the InputDefinition.
- InputDefinition::asXml() — Method in class InputDefinition
- Returns an XML representation of the InputDefinition.
- InputOption::acceptValue() — Method in class InputOption
- Returns true if the option accepts a value.
- ApplicationTester — Class in namespace Symfony\Component\Console\Tester
- AttribNode — Class in namespace Symfony\Component\CssSelector\Node
- AttribNode represents a "selector[namespace|attrib operator value]" node.
- XPathExpr::addCondition() — Method in class XPathExpr
- Adds a condition to this XPath expression.
- XPathExpr::addPrefix() — Method in class XPathExpr
- Adds a prefix to this XPath expression.
- XPathExpr::addNameTest() — Method in class XPathExpr
- Adds a condition to this XPath expression using the name of the element as the desired value.
- XPathExpr::addStarPrefix() — Method in class XPathExpr
- Adds a star prefix to this XPath expression.
- Alias — Class in namespace Symfony\Component\DependencyInjection
- AnalyzeServiceReferencesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Run this pass before passes that need to know more about the relation of your services.
- Compiler::addPass() — Method in class Compiler
- Adds a pass to the PassConfig.
- Compiler::addLogMessage() — Method in class Compiler
- Adds a log message.
- PassConfig::addPass() — Method in class PassConfig
- Adds a pass.
- ServiceReferenceGraphNode::addInEdge() — Method in class ServiceReferenceGraphNode
- Adds an in edge to this node.
- ServiceReferenceGraphNode::addOutEdge() — Method in class ServiceReferenceGraphNode
- Adds an out edge to this node.
- Container::addScope() — Method in class Container
- Adds a scope to the container
- ContainerBuilder::addResource() — Method in class ContainerBuilder
- Adds a resource for this configuration.
- ContainerBuilder::addObjectResource() — Method in class ContainerBuilder
- Adds the object class hierarchy as resources.
- ContainerBuilder::addCompilerPass() — Method in class ContainerBuilder
- Adds a compiler pass.
- ContainerBuilder::addAliases() — Method in class ContainerBuilder
- Adds the service aliases.
- ContainerBuilder::addDefinitions() — Method in class ContainerBuilder
- Adds the service definitions.
- ContainerInterface::addScope() — Method in class ContainerInterface
- Adds a scope to the container
- Definition::addArgument() — Method in class Definition
- Adds an argument to pass to the service constructor/factory method.
- Definition::addMethodCall() — Method in class Definition
- Adds a method to call after service initialization.
- Definition::addTag() — Method in class Definition
- Adds a tag for this definition.
- FrozenParameterBag::add() — Method in class FrozenParameterBag
- Adds parameters to the service container parameters.
- ParameterBag::add() — Method in class ParameterBag
- Adds parameters to the service container parameters.
- ParameterBag::all() — Method in class ParameterBag
- Gets the service container parameters.
- ParameterBagInterface::add() — Method in class ParameterBagInterface
- Adds parameters to the service container parameters.
- ParameterBagInterface::all() — Method in class ParameterBagInterface
- Gets the service container parameters.
- Crawler::add() — Method in class Crawler
- Adds a node to the current list of nodes.
- Crawler::addContent() — Method in class Crawler
- Adds HTML/XML content.
- Crawler::addHtmlContent() — Method in class Crawler
- Adds an HTML content to the list of nodes.
- Crawler::addXmlContent() — Method in class Crawler
- Adds an XML content to the list of nodes.
- Crawler::addDocument() — Method in class Crawler
- Adds a \DOMDocument to the list of nodes.
- Crawler::addNodeList() — Method in class Crawler
- Adds a \DOMNodeList to the list of nodes.
- Crawler::addNodes() — Method in class Crawler
- Adds an array of \DOMNode instances to the list of nodes.
- Crawler::addNode() — Method in class Crawler
- Adds a \DOMNode instance to the list of nodes.
- Crawler::attr() — Method in class Crawler
- Returns the attribute value of the first node of the list.
- ChoiceFormField::addChoice() — Method in class ChoiceFormField
- Adds a choice to the current ones.
- ChoiceFormField::availableOptionValues() — Method in class ChoiceFormField
- Returns list of available field options
- Form::all() — Method in class Form
- Gets all fields.
- EventDispatcher::addListener() — Method in class EventDispatcher
- EventDispatcher::addSubscriber() — Method in class EventDispatcher
- EventDispatcherInterface::addListener() — Method in class EventDispatcherInterface
- Adds an event listener that listens on the specified events.
- EventDispatcherInterface::addSubscriber() — Method in class EventDispatcherInterface
- Adds an event subscriber.
- Finder::addVCSPattern() — Method in class Finder
- Finder::append() — Method in class Finder
- Appends an existing set of files/directories to the finder.
- CustomFilterIterator::accept() — Method in class CustomFilterIterator
- Filters the iterator values.
- DateRangeFilterIterator::accept() — Method in class DateRangeFilterIterator
- Filters the iterator values.
- DepthRangeFilterIterator::accept() — Method in class DepthRangeFilterIterator
- Filters the iterator values.
- ExcludeDirectoryFilterIterator::accept() — Method in class ExcludeDirectoryFilterIterator
- Filters the iterator values.
- FileTypeFilterIterator::accept() — Method in class FileTypeFilterIterator
- Filters the iterator values.
- FilenameFilterIterator::accept() — Method in class FilenameFilterIterator
- Filters the iterator values.
- SizeRangeFilterIterator::accept() — Method in class SizeRangeFilterIterator
- Filters the iterator values.
- AbstractExtension — Class in namespace Symfony\Component\Form
- AbstractType — Class in namespace Symfony\Component\Form
- AbstractTypeExtension — Class in namespace Symfony\Component\Form
- AlreadyBoundException — Class in namespace Symfony\Component\Form\Exception
- ArrayChoiceList — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- ArrayToBooleanChoicesTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- ArrayToChoicesTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- ArrayToPartsTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Form::addError() — Method in class Form
- Adds an error to this form.
- Form::add() — Method in class Form
- Adds a child to the form.
- FormBuilder::addValidator() — Method in class FormBuilder
- Adds a validator to the form.
- FormBuilder::addEventListener() — Method in class FormBuilder
- Adds an event listener for events on this field
- FormBuilder::addEventSubscriber() — Method in class FormBuilder
- Adds an event subscriber for events on this field
- FormBuilder::appendNormTransformer() — Method in class FormBuilder
- Appends a transformer to the normalization transformer chain
- FormBuilder::appendClientTransformer() — Method in class FormBuilder
- Appends a transformer to the client transformer chain
- FormBuilder::add() — Method in class FormBuilder
- Adds a new field to this group.
- FormFactory::addType() — Method in class FormFactory
- FormFactoryInterface::addType() — Method in class FormFactoryInterface
- FormInterface::add() — Method in class FormInterface
- Adds a child to the form.
- FormInterface::addError() — Method in class FormInterface
- Adds an error to this form.
- FormView::all() — Method in class FormView
- ApacheRequest — Class in namespace Symfony\Component\HttpFoundation
- Request represents an HTTP request from an Apache server.
- FileBag::add() — Method in class FileBag
- Adds parameters.
- AccessDeniedException — Class in namespace Symfony\Component\HttpFoundation\File\Exception
- Thrown when the access on a file was denied.
- HeaderBag::all() — Method in class HeaderBag
- Returns the headers.
- HeaderBag::add() — Method in class HeaderBag
- Adds new headers the current HTTP headers set.
- HeaderBag::addCacheControlDirective() — Method in class HeaderBag
- ParameterBag::all() — Method in class ParameterBag
- Returns the parameters.
- ParameterBag::add() — Method in class ParameterBag
- Adds parameters.
- $Request — Property in class Request
- Session::all() — Method in class Session
- Returns attributes.
- ArraySessionStorage — Class in namespace Symfony\Component\HttpFoundation\SessionStorage
- ArraySessionStorage mocks the session for unit tests.
- CacheWarmerAggregate::add() — Method in class CacheWarmerAggregate
- AddClassesToCachePass — Class in namespace Symfony\Component\HttpKernel\DependencyInjection
- Sets the classes to compile in the cache for the container.
- Extension::addClassesToCompile() — Method in class Extension
- Adds classes to the class cache.
- AccessDeniedHttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- AccessDeniedHttpException.
- Esi::addSurrogateEsiCapability() — Method in class Esi
- Adds ESI/1.0 capability to the given Request.
- Esi::addSurrogateControl() — Method in class Esi
- Adds HTTP headers to specify that the Response needs to be parsed for ESI.
- EsiResponseCacheStrategy::add() — Method in class EsiResponseCacheStrategy
- Adds a Response.
- EsiResponseCacheStrategyInterface::add() — Method in class EsiResponseCacheStrategyInterface
- Adds a Response.
- LoggerInterface::alert() — Method in class LoggerInterface
- NullLogger::alert() — Method in class NullLogger
- Profile::addChild() — Method in class Profile
- Profile::addCollector() — Method in class Profile
- Profiler::all() — Method in class Profiler
- Gets the Collectors associated with this profiler.
- Profiler::add() — Method in class Profiler
- Adds a Collector.
- AmPmTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for AM/PM markers format
- StubCollator::asort() — Method in class StubCollator
- Sort array maintaining index association
- StubLocale::acceptFromHttp() — Method in class StubLocale
- Returns the best available locale based on HTTP "Accept-Language" header according to RFC 2616
- ExecutableFinder::addSuffix() — Method in class ExecutableFinder
- Process::addOutput() — Method in class Process
- Process::addErrorOutput() — Method in class Process
- AnnotationClassLoader — Class in namespace Symfony\Component\Routing\Loader
- AnnotationClassLoader loads routing information from a PHP class and its methods.
- AnnotationDirectoryLoader — Class in namespace Symfony\Component\Routing\Loader
- AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods.
- AnnotationFileLoader — Class in namespace Symfony\Component\Routing\Loader
- AnnotationFileLoader loads routing information from annotations set on a PHP class and its methods.
- ApacheUrlMatcher — Class in namespace Symfony\Component\Routing\Matcher
- ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).
- ApacheMatcherDumper — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- Dumps a set of Apache mod_rewrite rules.
- RouteCollection::add() — Method in class RouteCollection
- Adds a route.
- RouteCollection::all() — Method in class RouteCollection
- Returns the array of routes.
- RouteCollection::addCollection() — Method in class RouteCollection
- Adds a route collection to the current set of routes (at the end of the current set).
- RouteCollection::addPrefix() — Method in class RouteCollection
- Adds a prefix to all routes in the current set.
- RouteCollection::addResource() — Method in class RouteCollection
- Adds a resource for this collection.
- AclProvider — Class in namespace Symfony\Component\Security\Acl\Dbal
- An ACL provider implementation.
- Acl — Class in namespace Symfony\Component\Security\Acl\Domain
- An ACL implementation.
- Acl::addPropertyChangedListener() — Method in class Acl
- Adds a property changed listener
- AclCollectionCache — Class in namespace Symfony\Component\Security\Acl\Domain
- This service caches ACLs for an entire collection of objects.
- AuditLogger — Class in namespace Symfony\Component\Security\Acl\Domain
- Base audit logger implementation
- AclAlreadyExistsException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when someone tries to create an ACL for an object identity that already has one.
- AclNotFoundException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when we cannot locate an ACL for a passed ObjectIdentity implementation.
- AclCacheInterface — Class in namespace Symfony\Component\Security\Acl\Model
- AclCache Interface
- AclInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This interface represents an access control list (ACL) for a domain object.
- AclProviderInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Provides a common interface for retrieving ACLs.
- AuditLoggerInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Interface for audit loggers
- AuditableAclInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This interface adds auditing capabilities to the ACL.
- AuditableEntryInterface — Class in namespace Symfony\Component\Security\Acl\Model
- ACEs can implement this interface if they support auditing capabilities.
- MaskBuilder::add() — Method in class MaskBuilder
- Adds a mask to the permission
- AclVoter — Class in namespace Symfony\Component\Security\Acl\Voter
- This voter can be used as a base class for implementing your own permissions.
- AuthenticationManagerInterface — Class in namespace Symfony\Component\Security\Core\Authentication
- AuthenticationManagerInterface is the interface for authentication managers, which process Token authentication.
- AuthenticationManagerInterface::authenticate() — Method in class AuthenticationManagerInterface
- Attempts to authenticates a TokenInterface object.
- AuthenticationProviderManager — Class in namespace Symfony\Component\Security\Core\Authentication
- AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token.
- AuthenticationProviderManager::authenticate() — Method in class AuthenticationProviderManager
- Attempts to authenticates a TokenInterface object.
- AuthenticationTrustResolver — Class in namespace Symfony\Component\Security\Core\Authentication
- The default implementation of the authentication trust resolver.
- AuthenticationTrustResolverInterface — Class in namespace Symfony\Component\Security\Core\Authentication
- Interface for resolving the authentication status of a given token.
- AnonymousAuthenticationProvider — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- AnonymousAuthenticationProvider validates AnonymousToken instances.
- AnonymousAuthenticationProvider::authenticate() — Method in class AnonymousAuthenticationProvider
- {@inheritdoc}
- AuthenticationProviderInterface — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- AuthenticationProviderInterface is the interface for for all authentication providers.
- PreAuthenticatedAuthenticationProvider::authenticate() — Method in class PreAuthenticatedAuthenticationProvider
- {@inheritdoc}
- RememberMeAuthenticationProvider::authenticate() — Method in class RememberMeAuthenticationProvider
- UserAuthenticationProvider::authenticate() — Method in class UserAuthenticationProvider
- {@inheritdoc}
- AbstractToken — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- Base class for Token instances.
- AnonymousToken — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- AnonymousToken represents an anonymous token.
- AccessDecisionManager — Class in namespace Symfony\Component\Security\Core\Authorization
- AccessDecisionManager is the base class for all access decision managers that use decision voters.
- AccessDecisionManagerInterface — Class in namespace Symfony\Component\Security\Core\Authorization
- AccessDecisionManagerInterface makes authorization decisions.
- AuthenticatedVoter — Class in namespace Symfony\Component\Security\Core\Authorization\Voter
- AuthenticatedVoter votes if an attribute like IS_AUTHENTICATED_FULLY, IS_AUTHENTICATED_REMEMBERED, or IS_AUTHENTICATED_ANONYMOUSLY is present.
- AccessDeniedException — Class in namespace Symfony\Component\Security\Core\Exception
- AccessDeniedException is thrown when the account has not the required role.
- AccountExpiredException — Class in namespace Symfony\Component\Security\Core\Exception
- AccountExpiredException is thrown when the user account has expired.
- AccountStatusException — Class in namespace Symfony\Component\Security\Core\Exception
- AccountStatusException is the base class for authentication exceptions caused by the user account status.
- AuthenticationCredentialsNotFoundException — Class in namespace Symfony\Component\Security\Core\Exception
- AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected because no Token is available.
- AuthenticationException — Class in namespace Symfony\Component\Security\Core\Exception
- AuthenticationException is the base class for all authentication exceptions.
- AuthenticationServiceException — Class in namespace Symfony\Component\Security\Core\Exception
- AuthenticationServiceException is thrown when an authentication request could not be processed due to a system problem.
- AdvancedUserInterface — Class in namespace Symfony\Component\Security\Core\User
- Adds extra features to a user class related to account status flags.
- AccessMap — Class in namespace Symfony\Component\Security\Http
- AccessMap allows configuration of different access control rules for specific parts of the website.
- AccessMap::add() — Method in class AccessMap
- Constructor.
- AuthenticationFailureHandlerInterface — Class in namespace Symfony\Component\Security\Http\Authentication
- Interface for custom authentication failure handlers.
- AuthenticationSuccessHandlerInterface — Class in namespace Symfony\Component\Security\Http\Authentication
- Interface for a custom authentication success handler
- AccessDeniedHandlerInterface — Class in namespace Symfony\Component\Security\Http\Authorization
- This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.
- AuthenticationEntryPointInterface — Class in namespace Symfony\Component\Security\Http\EntryPoint
- AuthenticationEntryPointInterface is the interface used to start the authentication scheme.
- FirewallMap::add() — Method in class FirewallMap
- AbstractAuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- The AbstractAuthenticationListener is the preferred base class for all browser-/HTTP-based authentication requests.
- AbstractPreAuthenticatedListener — Class in namespace Symfony\Component\Security\Http\Firewall
- AbstractPreAuthenticatedListener is the base class for all listener that authenticates users based on a pre-authenticated request (like a certificate for instance).
- AccessListener — Class in namespace Symfony\Component\Security\Http\Firewall
- AccessListener enforces access control rules.
- AnonymousAuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- AnonymousAuthenticationListener automatically adds a Token if none is already present.
- LogoutListener::addHandler() — Method in class LogoutListener
- Adds a logout handler
- AbstractRememberMeServices — Class in namespace Symfony\Component\Security\Http\RememberMe
- Base class implementing the RememberMeServicesInterface
- AbstractRememberMeServices::autoLogin() — Method in class AbstractRememberMeServices
- This method will be called whenever the SecurityContext does not contain an TokenInterface object and the framework wishes to provide an implementation with an opportunity to authenticate the request using remember-me capabilities.
- RememberMeServicesInterface::autoLogin() — Method in class RememberMeServicesInterface
- This method will be called whenever the SecurityContext does not contain an TokenInterface object and the framework wishes to provide an implementation with an opportunity to authenticate the request using remember-me capabilities.
- DelegatingEngine::addEngine() — Method in class DelegatingEngine
- Adds an engine.
- AssetsHelper — Class in namespace Symfony\Component\Templating\Helper
- AssetsHelper helps manage asset URLs.
- CoreAssetsHelper::addPackage() — Method in class CoreAssetsHelper
- Adds an asset package to the helper.
- ChainLoader::addLoader() — Method in class ChainLoader
- Adds a loader instance.
- PhpEngine::addHelpers() — Method in class PhpEngine
- PhpEngine::addGlobal() — Method in class PhpEngine
- TemplateReference::all() — Method in class TemplateReference
- Gets the template parameters.
- TemplateReferenceInterface::all() — Method in class TemplateReferenceInterface
- Gets the template parameters.
- ArrayLoader — Class in namespace Symfony\Component\Translation\Loader
- ArrayLoader loads translations from a PHP array.
- MessageCatalogue::all() — Method in class MessageCatalogue
- Gets the messages within a given domain.
- MessageCatalogue::add() — Method in class MessageCatalogue
- Adds translations for a given domain.
- MessageCatalogue::addCatalogue() — Method in class MessageCatalogue
- Merges translations from the given Catalogue into the current one.
- MessageCatalogue::addFallbackCatalogue() — Method in class MessageCatalogue
- Merges translations from the given Catalogue into the current one only when the translation does not exist.
- MessageCatalogue::addResource() — Method in class MessageCatalogue
- Adds a resource for this collection.
- MessageCatalogueInterface::all() — Method in class MessageCatalogueInterface
- Gets the messages within a given domain.
- MessageCatalogueInterface::add() — Method in class MessageCatalogueInterface
- Adds translations for a given domain.
- MessageCatalogueInterface::addCatalogue() — Method in class MessageCatalogueInterface
- Merges translations from the given Catalogue into the current one.
- MessageCatalogueInterface::addFallbackCatalogue() — Method in class MessageCatalogueInterface
- Merges translations from the given Catalogue into the current one only when the translation does not exist.
- MessageCatalogueInterface::addResource() — Method in class MessageCatalogueInterface
- Adds a resource for this collection.
- Translator::addLoader() — Method in class Translator
- Adds a Loader.
- Translator::addResource() — Method in class Translator
- Adds a Resource.
- Constraint::addImplicitGroupName() — Method in class Constraint
- Adds the given group if this constraint is in the Default group
- ConstraintViolationList::add() — Method in class ConstraintViolationList
- Add a ConstraintViolation to this list.
- ConstraintViolationList::addAll() — Method in class ConstraintViolationList
- Merge an existing ConstraintViolationList into this list.
- All — Class in namespace Symfony\Component\Validator\Constraints
- AllValidator — Class in namespace Symfony\Component\Validator\Constraints
- $Collection — Property in class Collection
- $Collection — Property in class Collection
- ExecutionContext::addViolation() — Method in class ExecutionContext
- ApcCache — Class in namespace Symfony\Component\Validator\Mapping\Cache
- ClassMetadata::addConstraint() — Method in class ClassMetadata
- Adds a constraint to this element.
- ClassMetadata::addPropertyConstraint() — Method in class ClassMetadata
- Adds a constraint to the given property.
- ClassMetadata::addGetterConstraint() — Method in class ClassMetadata
- Adds a constraint to the getter of the given property.
- ElementMetadata::addConstraint() — Method in class ElementMetadata
- Adds a constraint to this element.
- AnnotationLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- MemberMetadata::addConstraint() — Method in class MemberMetadata
- Adds a constraint to this element.
B
- EntityType::buildForm() — Method in class EntityType
- Builds the form.
- DoctrineBundle::build() — Method in class DoctrineBundle
- Builds the bundle.
- DoctrineBundle::boot() — Method in class DoctrineBundle
- Boots the Bundle.
- FrameworkBundle::boot() — Method in class FrameworkBundle
- Boots the Bundle.
- FrameworkBundle::build() — Method in class FrameworkBundle
- Builds the bundle.
- MonologBundle::build() — Method in class MonologBundle
- Builds the bundle.
- SecurityBundle::build() — Method in class SecurityBundle
- Builds the bundle.
- MessageLogger::beforeSendPerformed() — Method in class MessageLogger
- Invoked immediately before the Message is sent.
- SwiftmailerBundle::build() — Method in class SwiftmailerBundle
- Builds the bundle.
- TwigBundle::build() — Method in class TwigBundle
- Builds the bundle.
- Client::back() — Method in class Client
- Goes back in the browser history.
- History::back() — Method in class History
- Goes back in the history.
- BaseNode — Class in namespace Symfony\Component\Config\Definition
- The base node class
- BooleanNode — Class in namespace Symfony\Component\Config\Definition
- This node represents a Boolean value in the config tree.
- BooleanNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining a node.
- ExprBuilder::buildExpressions() — Method in class ExprBuilder
- Builds the expressions.
- NodeBuilder::booleanNode() — Method in class NodeBuilder
- Creates a child Boolean node.
- NodeDefinition::beforeNormalization() — Method in class NodeDefinition
- Sets an expression to run before the normalization.
- $NormalizationBuilder — Property in class NormalizationBuilder
- NormalizationBuilder::before() — Method in class NormalizationBuilder
- Registers a closure to run before the normalization or an expression builder to build it if null is provided.
- TreeBuilder::buildTree() — Method in class TreeBuilder
- Builds the tree.
- Input::bind() — Method in class Input
- Binds the current Input instance with the given arguments and options.
- InputInterface::bind() — Method in class InputInterface
- Binds the current Input instance with the given arguments and options.
- AbstractType::buildForm() — Method in class AbstractType
- Builds the form.
- AbstractType::buildView() — Method in class AbstractType
- Builds the form view.
- AbstractType::buildViewBottomUp() — Method in class AbstractType
- Builds the form view.
- AbstractTypeExtension::buildForm() — Method in class AbstractTypeExtension
- Builds the form.
- AbstractTypeExtension::buildView() — Method in class AbstractTypeExtension
- Builds the view.
- AbstractTypeExtension::buildViewBottomUp() — Method in class AbstractTypeExtension
- Builds the view.
- BaseDateTimeTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- BooleanToStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a Boolean and a string.
- BirthdayType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- CheckboxType::buildForm() — Method in class CheckboxType
- Builds the form.
- CheckboxType::buildView() — Method in class CheckboxType
- Builds the form view.
- ChoiceType::buildForm() — Method in class ChoiceType
- Builds the form.
- ChoiceType::buildView() — Method in class ChoiceType
- Builds the form view.
- CollectionType::buildForm() — Method in class CollectionType
- Builds the form.
- CollectionType::buildView() — Method in class CollectionType
- Builds the form view.
- CollectionType::buildViewBottomUp() — Method in class CollectionType
- Builds the form view.
- DateTimeType::buildForm() — Method in class DateTimeType
- Builds the form.
- DateTimeType::buildView() — Method in class DateTimeType
- Builds the form view.
- DateType::buildForm() — Method in class DateType
- Builds the form.
- DateType::buildViewBottomUp() — Method in class DateType
- Builds the form view.
- FieldType::buildForm() — Method in class FieldType
- Builds the form.
- FieldType::buildView() — Method in class FieldType
- Builds the form view.
- FileType::buildView() — Method in class FileType
- Builds the form view.
- FormType::buildForm() — Method in class FormType
- Builds the form.
- FormType::buildViewBottomUp() — Method in class FormType
- Builds the form view.
- IntegerType::buildForm() — Method in class IntegerType
- Builds the form.
- MoneyType::buildForm() — Method in class MoneyType
- Builds the form.
- MoneyType::buildView() — Method in class MoneyType
- Builds the form view.
- NumberType::buildForm() — Method in class NumberType
- Builds the form.
- PasswordType::buildForm() — Method in class PasswordType
- Builds the form.
- PasswordType::buildView() — Method in class PasswordType
- Builds the form view.
- PercentType::buildForm() — Method in class PercentType
- Builds the form.
- RadioType::buildForm() — Method in class RadioType
- Builds the form.
- RadioType::buildView() — Method in class RadioType
- Builds the form view.
- RepeatedType::buildForm() — Method in class RepeatedType
- Builds the form.
- TextareaType::buildView() — Method in class TextareaType
- Builds the form view.
- TimeType::buildForm() — Method in class TimeType
- Builds the form.
- TimeType::buildView() — Method in class TimeType
- Builds the form view.
- UrlType::buildForm() — Method in class UrlType
- Builds the form.
- CsrfType::buildForm() — Method in class CsrfType
- Builds the form.
- FormTypeCsrfExtension::buildForm() — Method in class FormTypeCsrfExtension
- Builds the form.
- FormTypeCsrfExtension::buildViewBottomUp() — Method in class FormTypeCsrfExtension
- Builds the view.
- FieldTypeValidatorExtension::buildForm() — Method in class FieldTypeValidatorExtension
- Builds the form.
- Form::bind() — Method in class Form
- Writes data into the form.
- Form::bindRequest() — Method in class Form
- Binds a request to the form.
- FormInterface::bind() — Method in class FormInterface
- Writes data into the form.
- FormTypeExtensionInterface::buildForm() — Method in class FormTypeExtensionInterface
- Builds the form.
- FormTypeExtensionInterface::buildView() — Method in class FormTypeExtensionInterface
- Builds the view.
- FormTypeExtensionInterface::buildViewBottomUp() — Method in class FormTypeExtensionInterface
- Builds the view.
- FormTypeInterface::buildForm() — Method in class FormTypeInterface
- Builds the form.
- FormTypeInterface::buildView() — Method in class FormTypeInterface
- Builds the form view.
- FormTypeInterface::buildViewBottomUp() — Method in class FormTypeInterface
- Builds the form view.
- Bundle — Class in namespace Symfony\Component\HttpKernel\Bundle
- An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands.
- Bundle::boot() — Method in class Bundle
- Boots the Bundle.
- Bundle::build() — Method in class Bundle
- Builds the bundle.
- BundleInterface — Class in namespace Symfony\Component\HttpKernel\Bundle
- BundleInterface.
- BundleInterface::boot() — Method in class BundleInterface
- Boots the Bundle.
- BundleInterface::build() — Method in class BundleInterface
- Builds the bundle.
- Kernel::boot() — Method in class Kernel
- Boots the current kernel.
- KernelInterface::boot() — Method in class KernelInterface
- Boots the current kernel.
- BasicPermissionMap — Class in namespace Symfony\Component\Security\Acl\Permission
- This is basic permission map complements the masks which have been defined on the standard implementation of the MaskBuilder.
- BasePasswordEncoder — Class in namespace Symfony\Component\Security\Core\Encoder
- BasePasswordEncoder is the base class for all password encoders.
- BadCredentialsException — Class in namespace Symfony\Component\Security\Core\Exception
- BadCredentialsException is thrown when the user credentials are invalid.
- BasicAuthenticationEntryPoint — Class in namespace Symfony\Component\Security\Http\EntryPoint
- BasicAuthenticationEntryPoint starts an HTTP Basic authentication.
- BasicAuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- BasicAuthenticationListener implements Basic HTTP authentication.
- Blank — Class in namespace Symfony\Component\Validator\Constraints
- BlankValidator — Class in namespace Symfony\Component\Validator\Constraints
- BlackholeMetadataFactory — Class in namespace Symfony\Component\Validator\Mapping
- Simple implementation of ClassMetadataFactoryInterface that can be used when using ValidatorInterface::validateValue().
- ValidatorFactory::buildDefault() — Method in class ValidatorFactory
- Builds a validator factory with the default mapping loaders
C
- DoctrineDataCollector::collect() — Method in class DoctrineDataCollector
- {@inheritdoc}
- DebugHandler::countErrors() — Method in class DebugHandler
- Returns the number of errors.
- Logger::countErrors() — Method in class Logger
- Returns the number of errors.
- FormThemeNode::compile() — Method in class FormThemeNode
- Compiles the node to PHP.
- TransNode::compile() — Method in class TransNode
- Compiles the node to PHP.
- CreateDatabaseDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Database tool allows you to easily drop and create your configured databases.
- ClearMetadataCacheDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to clear the metadata cache of the various cache drivers.
- ClearQueryCacheDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to clear the query cache of the various cache drivers.
- ClearResultCacheDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to clear the result cache of the various cache drivers.
- ConvertMappingDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Convert Doctrine ORM metadata mapping information between the various supported formats.
- CreateSchemaDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to execute the SQL needed to generate the database schema for a given entity manager.
- ConnectionFactory — Class in namespace Symfony\Bundle\DoctrineBundle
- Connection
- ConnectionFactory::createConnection() — Method in class ConnectionFactory
- Create a connection by name.
- Configuration — Class in namespace Symfony\Bundle\DoctrineBundle\DependencyInjection
- This class contains the configuration information for the bundle
- ClassMetadataCollection — Class in namespace Symfony\Bundle\DoctrineBundle\Mapping
- Client — Class in namespace Symfony\Bundle\FrameworkBundle
- Client simulates a browser and makes requests to a Kernel object.
- CacheClearCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- Clear and Warmup the cache.
- CacheWarmupCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- Warmup the cache.
- ContainerAwareCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- Command.
- ContainerDebugCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- A console command for retrieving information about services
- ContainerAwareEventDispatcher — Class in namespace Symfony\Bundle\FrameworkBundle
- Lazily loads listeners and subscribers from the dependency injection container
- Controller — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- Controller is a simple implementation of a Controller.
- Controller::createNotFoundException() — Method in class Controller
- Returns a NotFoundHttpException.
- Controller::createForm() — Method in class Controller
- Creates and returns a Form instance from the type of the form.
- Controller::createFormBuilder() — Method in class Controller
- Creates and returns a form builder instance
- ControllerNameParser — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- ControllerNameParser converts controller from the short notation a:b:c (BlogBundle:Post:index) to a fully-qualified class::method string (Bundle\BlogBundle\Controller\PostController::indexAction).
- ControllerResolver — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- ControllerResolver.
- RequestDataCollector::collect() — Method in class RequestDataCollector
- {@inheritdoc}
- TimerDataCollector::collect() — Method in class TimerDataCollector
- {@inheritdoc}
- CompilerDebugDumpPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- ContainerBuilderDebugDumpPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Dumps the ContainerBuilder to a cache file so that it can be used by debugging tools such as the container:debug console command.
- Configuration — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection
- FrameworkExtension configuration structure.
- CodeHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- CodeHelper.
- ConstraintValidatorFactory — Class in namespace Symfony\Bundle\FrameworkBundle\Validator
- Uses a service container to create constraint validators.
- Configuration — Class in namespace Symfony\Bundle\MonologBundle\DependencyInjection
- This class contains the configuration information for the bundle
- SecurityDataCollector::collect() — Method in class SecurityDataCollector
- {@inheritdoc}
- AbstractFactory::create() — Method in class AbstractFactory
- HttpBasicFactory::create() — Method in class HttpBasicFactory
- HttpDigestFactory::create() — Method in class HttpDigestFactory
- RememberMeFactory::create() — Method in class RememberMeFactory
- SecurityFactoryInterface::create() — Method in class SecurityFactoryInterface
- X509Factory::create() — Method in class X509Factory
- MessageDataCollector::collect() — Method in class MessageDataCollector
- {@inheritdoc}
- Configuration — Class in namespace Symfony\Bundle\SwiftmailerBundle\DependencyInjection
- This class contains the configuration information for the bundle
- MessageLogger::countMessages() — Method in class MessageLogger
- Get the message count
- MessageLogger::clear() — Method in class MessageLogger
- Empty the message list
- Configuration — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection
- TwigExtension configuration structure.
- CodeExtension — Class in namespace Symfony\Bundle\TwigBundle\Extension
- Twig extension for Symfony code helper
- RenderNode::compile() — Method in class RenderNode
- Compiles the node to PHP.
- Configuration — Class in namespace Symfony\Bundle\WebProfilerBundle\DependencyInjection
- This class contains the configuration information for the bundle
- Client — Class in namespace Symfony\Component\BrowserKit
- Client simulates a browser.
- Client::click() — Method in class Client
- Clicks on a given link.
- Cookie — Class in namespace Symfony\Component\BrowserKit
- Cookie represents an HTTP cookie.
- CookieJar — Class in namespace Symfony\Component\BrowserKit
- CookieJar.
- CookieJar::clear() — Method in class CookieJar
- Removes all the cookies from the jar.
- History::clear() — Method in class History
- Clears the history.
- History::current() — Method in class History
- Returns the current element in the history.
- ClassCollectionLoader — Class in namespace Symfony\Component\ClassLoader
- ClassCollectionLoader.
- ConfigCache — Class in namespace Symfony\Component\Config
- ConfigCache manages PHP cache files.
- ArrayNodeDefinition::children() — Method in class ArrayNodeDefinition
- ArrayNodeDefinition::canBeUnset() — Method in class ArrayNodeDefinition
- Sets whether the node can be unset.
- NodeDefinition::cannotBeEmpty() — Method in class NodeDefinition
- Denies the node value being empty.
- NodeDefinition::cannotBeOverwritten() — Method in class NodeDefinition
- Sets whether the node can be overwritten.
- ParentNodeDefinitionInterface::children() — Method in class ParentNodeDefinitionInterface
- ConfigurationInterface — Class in namespace Symfony\Component\Config\Definition
- Configuration interface
- Command — Class in namespace Symfony\Component\Console\Command
- Base class for all commands.
- ConsoleOutput — Class in namespace Symfony\Component\Console\Output
- ConsoleOutput is the default class for all CLI output.
- CommandTester — Class in namespace Symfony\Component\Console\Tester
- CssSelector — Class in namespace Symfony\Component\CssSelector
- CssSelector is the main entry point of the component and can convert CSS selectors to XPath expressions.
- ClassNode — Class in namespace Symfony\Component\CssSelector\Node
- ClassNode represents a "selector.className" node.
- CombinedSelectorNode — Class in namespace Symfony\Component\CssSelector\Node
- CombinedSelectorNode represents a combinator node.
- CheckCircularReferencesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Checks your services for circular references
- CheckDefinitionValidityPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- This pass validates each definition individually only taking the information into account which is contained in the definition itself.
- CheckExceptionOnInvalidReferenceBehaviorPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Checks that all references are pointing to a valid service.
- CheckReferenceValidityPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Checks the validity of references
- Compiler — Class in namespace Symfony\Component\DependencyInjection\Compiler
- This class is used to remove circular dependencies between individual passes.
- Compiler::compile() — Method in class Compiler
- Run the Compiler and process all Passes.
- CompilerPassInterface — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Interface that must be implemented by compilation passes
- ServiceReferenceGraph::clear() — Method in class ServiceReferenceGraph
- Clears all nodes.
- ServiceReferenceGraph::connect() — Method in class ServiceReferenceGraph
- Connects 2 nodes together in the Graph.
- Container — Class in namespace Symfony\Component\DependencyInjection
- Container is a dependency injection container.
- Container::compile() — Method in class Container
- Compiles the container.
- Container::camelize() — Method in class Container
- Camelizes a string.
- ContainerAware — Class in namespace Symfony\Component\DependencyInjection
- A simple implementation of ContainerAwareInterface.
- ContainerAwareInterface — Class in namespace Symfony\Component\DependencyInjection
- ContainerAwareInterface should be implemented by classes that depends on a Container.
- ContainerBuilder — Class in namespace Symfony\Component\DependencyInjection
- ContainerBuilder is a DI container that provides an API to easily describe services.
- ContainerBuilder::compile() — Method in class ContainerBuilder
- Compiles the container.
- ContainerInterface — Class in namespace Symfony\Component\DependencyInjection
- ContainerInterface is the interface implemented by service container classes.
- Definition::clearTags() — Method in class Definition
- Clears the tags for this definition.
- ClosureLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- ClosureLoader loads service definitions from a PHP closure.
- XmlFileLoader::convertDomElementToArray() — Method in class XmlFileLoader
- Converts a \DomElement object to a PHP array.
- FrozenParameterBag::clear() — Method in class FrozenParameterBag
- Clears all parameters.
- ParameterBag::clear() — Method in class ParameterBag
- Clears all parameters.
- ParameterBagInterface::clear() — Method in class ParameterBagInterface
- Clears all parameters.
- Crawler — Class in namespace Symfony\Component\DomCrawler
- Crawler eases navigation of a list of \DOMNode objects.
- Crawler::clear() — Method in class Crawler
- Removes all the nodes.
- Crawler::children() — Method in class Crawler
- Returns the children nodes of the current selection
- ChoiceFormField — Class in namespace Symfony\Component\DomCrawler\Field
- ChoiceFormField represents a choice form field.
- ChoiceFormField::containsOption() — Method in class ChoiceFormField
- Checks whether given vale is in the existing options
- Comparator — Class in namespace Symfony\Component\Finder\Comparator
- Comparator.
- Finder::create() — Method in class Finder
- Creates a new Finder.
- CustomFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- CustomFilterIterator filters files by applying anonymous functions.
- RecursiveDirectoryIterator::current() — Method in class RecursiveDirectoryIterator
- Return an instance of SplFileInfo with support for relative paths
- AbstractType::createBuilder() — Method in class AbstractType
- Returns a builder for the current type.
- CallbackTransformer — Class in namespace Symfony\Component\Form
- CallbackValidator — Class in namespace Symfony\Component\Form
- CircularReferenceException — Class in namespace Symfony\Component\Form\Exception
- CreationException — Class in namespace Symfony\Component\Form\Exception
- Thrown when a form could not be constructed by a FormFactory
- ChoiceListInterface — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- CoreExtension — Class in namespace Symfony\Component\Form\Extension\Core
- Represents the main form extension, which loads the core functionality.
- CheckboxType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- ChoiceType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- CollectionType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- CountryType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- FieldType::createBuilder() — Method in class FieldType
- Returns a builder for the current type.
- CsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf
- This extension protects forms by using a CSRF token
- CsrfProviderInterface — Class in namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider
- Marks classes able to provide CSRF protection
- ChoiceTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- CsrfType — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- Form::count() — Method in class Form
- Returns the number of form children (implements the \Countable interface).
- Form::createView() — Method in class Form
- Creates a view.
- FormBuilder::create() — Method in class FormBuilder
- Creates a form builder.
- FormFactory::create() — Method in class FormFactory
- Returns a form.
- FormFactory::createNamed() — Method in class FormFactory
- Returns a form.
- FormFactory::createForProperty() — Method in class FormFactory
- Returns a form for a property of a class.
- FormFactory::createBuilder() — Method in class FormFactory
- Returns a form builder
- FormFactory::createNamedBuilder() — Method in class FormFactory
- Returns a form builder.
- FormFactory::createBuilderForProperty() — Method in class FormFactory
- Returns a form builder for a property of a class.
- FormFactoryInterface::create() — Method in class FormFactoryInterface
- Returns a form.
- FormFactoryInterface::createNamed() — Method in class FormFactoryInterface
- Returns a form.
- FormFactoryInterface::createForProperty() — Method in class FormFactoryInterface
- Returns a form for a property of a class.
- FormFactoryInterface::createBuilder() — Method in class FormFactoryInterface
- Returns a form builder
- FormFactoryInterface::createNamedBuilder() — Method in class FormFactoryInterface
- Returns a form builder.
- FormFactoryInterface::createBuilderForProperty() — Method in class FormFactoryInterface
- Returns a form builder for a property of a class.
- FormInterface::createView() — Method in class FormInterface
- Creates a view.
- FormTypeInterface::createBuilder() — Method in class FormTypeInterface
- Returns a builder for the current type.
- FormView::count() — Method in class FormView
- Implements \Countable.
- Cookie — Class in namespace Symfony\Component\HttpFoundation
- Represents a cookie
- ContentTypeMimeTypeGuesser — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- Guesses the mime type using the PHP function mime_content_type().
- HeaderBag::contains() — Method in class HeaderBag
- Returns true if the given HTTP header contains the given value.
- $Request — Property in class Request
- Request::createFromGlobals() — Method in class Request
- Creates a new request with values from PHP's super globals.
- Request::create() — Method in class Request
- Creates a Request based on a given URI and configuration.
- ResponseHeaderBag::clearCookie() — Method in class ResponseHeaderBag
- Clears a cookie in the browser
- Session::clear() — Method in class Session
- Clears all attributes.
- Session::clearFlashes() — Method in class Session
- Removes the flash messages.
- Session::close() — Method in class Session
- This method should be called when you don't want the session to be saved when the Session object is garbaged collected (useful for instance when you want to simulate the interaction of several users/sessions in a single PHP process).
- CacheWarmer — Class in namespace Symfony\Component\HttpKernel\CacheWarmer
- Abstract cache warmer that knows how to write a file to the cache.
- CacheWarmerAggregate — Class in namespace Symfony\Component\HttpKernel\CacheWarmer
- Aggregates several cache warmers into a single one.
- CacheWarmerInterface — Class in namespace Symfony\Component\HttpKernel\CacheWarmer
- Interface for classes able to warm up the cache.
- Client — Class in namespace Symfony\Component\HttpKernel
- Client simulates a browser and makes requests to a Kernel object.
- ControllerResolver — Class in namespace Symfony\Component\HttpKernel\Controller
- ControllerResolver.
- ControllerResolverInterface — Class in namespace Symfony\Component\HttpKernel\Controller
- A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.
- ConfigDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- ConfigDataCollector.
- ConfigDataCollector::collect() — Method in class ConfigDataCollector
- {@inheritdoc}
- DataCollectorInterface::collect() — Method in class DataCollectorInterface
- Collects data for the given Request and Response.
- EventDataCollector::collect() — Method in class EventDataCollector
- {@inheritdoc}
- ExceptionDataCollector::collect() — Method in class ExceptionDataCollector
- {@inheritdoc}
- LoggerDataCollector::collect() — Method in class LoggerDataCollector
- {@inheritdoc}
- LoggerDataCollector::countErrors() — Method in class LoggerDataCollector
- Gets the called events.
- MemoryDataCollector::collect() — Method in class MemoryDataCollector
- {@inheritdoc}
- RequestDataCollector::collect() — Method in class RequestDataCollector
- {@inheritdoc}
- ExceptionHandler::createResponse() — Method in class ExceptionHandler
- Creates the error Response associated with the given Exception.
- FlattenException::create() — Method in class FlattenException
- Esi::createCacheStrategy() — Method in class Esi
- Returns a new cache strategy instance.
- Store::cleanup() — Method in class Store
- Cleanups storage.
- StoreInterface::cleanup() — Method in class StoreInterface
- Cleanups storage.
- DebugLoggerInterface::countErrors() — Method in class DebugLoggerInterface
- Returns the number of errors.
- LoggerInterface::crit() — Method in class LoggerInterface
- NullLogger::crit() — Method in class NullLogger
- Profiler::collect() — Method in class Profiler
- Collects data for the given Response.
- Filesystem::copy() — Method in class Filesystem
- Copies a file.
- Filesystem::chmod() — Method in class Filesystem
- Change mode for an array of files or directories.
- StubCollator::create() — Method in class StubCollator
- Static constructor
- StubCollator::compare() — Method in class StubCollator
- Compare two Unicode strings
- StubIntlDateFormatter::create() — Method in class StubIntlDateFormatter
- Static constructor
- StubLocale::composeLocale() — Method in class StubLocale
- Returns a correctly ordered and delimited locale code
- StubNumberFormatter::create() — Method in class StubNumberFormatter
- Static constructor
- CompiledRoute — Class in namespace Symfony\Component\Routing
- CompiledRoutes are returned by the RouteCompiler class.
- ClosureLoader — Class in namespace Symfony\Component\Routing\Loader
- ClosureLoader loads routes from a PHP closure.
- Route::compile() — Method in class Route
- Compiles the route.
- RouteCompiler::compile() — Method in class RouteCompiler
- Compiles the current route instance.
- RouteCompilerInterface::compile() — Method in class RouteCompilerInterface
- Compiles the current route instance.
- MutableAclProvider::createAcl() — Method in class MutableAclProvider
- Creates a new ACL for the given object identity.
- AclCollectionCache::cache() — Method in class AclCollectionCache
- Batch loads ACLs for an entire collection; thus, it reduces the number of required queries considerably.
- DoctrineAclCache::clearCache() — Method in class DoctrineAclCache
- Removes all ACLs from the cache
- ConcurrentModificationException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown whenever you change shared properties of more than one ACL of the same class type concurrently.
- AclCacheInterface::clearCache() — Method in class AclCacheInterface
- Removes all ACLs from the cache
- MutableAclProviderInterface::createAcl() — Method in class MutableAclProviderInterface
- Creates a new ACL for the given object identity.
- BasicPermissionMap::contains() — Method in class BasicPermissionMap
- Whether this map contains the given permission
- PermissionMapInterface::contains() — Method in class PermissionMapInterface
- Whether this map contains the given permission
- InMemoryTokenProvider::createNewToken() — Method in class InMemoryTokenProvider
- Creates a new token.
- TokenProviderInterface::createNewToken() — Method in class TokenProviderInterface
- Creates a new token.
- CookieTheftException — Class in namespace Symfony\Component\Security\Core\Exception
- This exception is thrown when the RememberMeServices implementation detects that a presented cookie has already been used by someone else.
- CredentialsExpiredException — Class in namespace Symfony\Component\Security\Core\Exception
- CredentialsExpiredException is thrown when the user account credentials have expired.
- ChainUserProvider — Class in namespace Symfony\Component\Security\Core\User
- Chain User Provider.
- InMemoryUserProvider::createUser() — Method in class InMemoryUserProvider
- Adds a new User to the provider.
- UserChecker::checkPreAuth() — Method in class UserChecker
- Checks the user account before authentication.
- UserChecker::checkPostAuth() — Method in class UserChecker
- Checks the user account after authentication.
- UserCheckerInterface::checkPreAuth() — Method in class UserCheckerInterface
- Checks the user account before authentication.
- UserCheckerInterface::checkPostAuth() — Method in class UserCheckerInterface
- Checks the user account after authentication.
- ChannelListener — Class in namespace Symfony\Component\Security\Http\Firewall
- ChannelListener switches the HTTP protocol based on the access control configuration.
- ContextListener — Class in namespace Symfony\Component\Security\Http\Firewall
- ContextListener manages the SecurityContext persistence through a session.
- DigestData::calculateServerDigest() — Method in class DigestData
- HttpUtils::createRedirectResponse() — Method in class HttpUtils
- Creates a redirect Response.
- HttpUtils::createRequest() — Method in class HttpUtils
- Creates a Request.
- HttpUtils::checkRequestPath() — Method in class HttpUtils
- Checks that a given path matches the Request.
- CookieClearingLogoutHandler — Class in namespace Symfony\Component\Security\Http\Logout
- This handler clears the passed cookies when a user logs out.
- CustomNormalizer — Class in namespace Symfony\Component\Serializer\Normalizer
- CoreAssetsHelper — Class in namespace Symfony\Component\Templating\Helper
- CoreAssetsHelper helps manage asset URLs.
- CacheLoader — Class in namespace Symfony\Component\Templating\Loader
- CacheLoader is a loader that caches other loaders responses on the filesystem.
- ChainLoader — Class in namespace Symfony\Component\Templating\Loader
- ChainLoader is a loader that calls other loaders to load templates.
- PhpEngine::convertEncoding() — Method in class PhpEngine
- Convert a string from one encoding to another.
- CsvFileLoader — Class in namespace Symfony\Component\Translation\Loader
- CsvFileLoader loads translations from CSV files.
- MessageSelector::choose() — Method in class MessageSelector
- Given a message with different plural translations separated by a pipe (|), this method returns the correct portion of the message based on the given number, locale and the pluralization rules in the message itself.
- Constraint — Class in namespace Symfony\Component\Validator
- Contains the properties of a constraint definition.
- ConstraintValidator — Class in namespace Symfony\Component\Validator
- ConstraintValidatorFactory — Class in namespace Symfony\Component\Validator
- Default implementation of the ConstraintValidatorFactoryInterface.
- ConstraintValidatorFactoryInterface — Class in namespace Symfony\Component\Validator
- Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constrain object.
- ConstraintValidatorInterface — Class in namespace Symfony\Component\Validator
- ConstraintViolation — Class in namespace Symfony\Component\Validator
- Represents a single violation of a constraint.
- ConstraintViolationList — Class in namespace Symfony\Component\Validator
- An array-acting object that holds many ConstrainViolation instances.
- ConstraintViolationList::count() — Method in class ConstraintViolationList
- $All — Property in class All
- Callback — Class in namespace Symfony\Component\Validator\Constraints
- CallbackValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validator for Callback constraint
- Choice — Class in namespace Symfony\Component\Validator\Constraints
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- ChoiceValidator — Class in namespace Symfony\Component\Validator\Constraints
- ChoiceValidator validates that the value is one of the expected values.
- Collection — Class in namespace Symfony\Component\Validator\Constraints
- CollectionValidator — Class in namespace Symfony\Component\Validator\Constraints
- Country — Class in namespace Symfony\Component\Validator\Constraints
- CountryValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value is a valid country code
- $Email — Property in class Email
- $MaxLength — Property in class MaxLength
- $MinLength — Property in class MinLength
- ConstraintDefinitionException — Class in namespace Symfony\Component\Validator\Exception
- CacheInterface — Class in namespace Symfony\Component\Validator\Mapping\Cache
- Persists ClassMetadata instances in a cache
- ClassMetadata — Class in namespace Symfony\Component\Validator\Mapping
- Represents all the configured constraints on a given class.
- ClassMetadataFactory — Class in namespace Symfony\Component\Validator\Mapping
- Implementation of ClassMetadataFactoryInterface
- ClassMetadataFactoryInterface — Class in namespace Symfony\Component\Validator\Mapping
- $ElementMetadata — Property in class ElementMetadata
- $ElementMetadata — Property in class ElementMetadata
- $MemberMetadata — Property in class MemberMetadata
- $MemberMetadata — Property in class MemberMetadata
- $MemberMetadata — Property in class MemberMetadata
D
- DoctrineDataCollector — Class in namespace Symfony\Bridge\Doctrine\DataCollector
- DoctrineDataCollector.
- DoctrineOrmExtension — Class in namespace Symfony\Bridge\Doctrine\Form
- DoctrineOrmTypeGuesser — Class in namespace Symfony\Bridge\Doctrine\Form
- DbalLogger — Class in namespace Symfony\Bridge\Doctrine\Logger
- DbalLogger.
- DebugHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- DebugLogger.
- YamlExtension::dump() — Method in class YamlExtension
- TransChoiceTokenParser::decideTransChoiceFork() — Method in class TransChoiceTokenParser
- TransTokenParser::decideTransFork() — Method in class TransTokenParser
- DoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Base class for Doctrine console commands to extend from.
- DropDatabaseDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Database tool allows you to easily drop and create your configured databases.
- DoctrineCommandHelper — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Provides some helper and convenience methods to configure doctrine commands in the context of bundles and multiple connections/entity managers.
- DropSchemaDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to drop the database schema for a set of classes based on their mappings.
- DoctrineExtension — Class in namespace Symfony\Bundle\DoctrineBundle\DependencyInjection
- DoctrineExtension is an extension for the Doctrine DBAL and ORM library.
- DoctrineBundle — Class in namespace Symfony\Bundle\DoctrineBundle
- Bundle.
- DisconnectedMetadataFactory — Class in namespace Symfony\Bundle\DoctrineBundle\Mapping
- Application::doRun() — Method in class Application
- Runs the current application.
- ContainerAwareEventDispatcher::dispatch() — Method in class ContainerAwareEventDispatcher
- DelegatingLoader — Class in namespace Symfony\Bundle\FrameworkBundle\Routing
- DelegatingLoader delegates route loading to other loaders using a loader resolver.
- Debugger — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- Binds the Symfony templating loader debugger to the Symfony logger.
- DelegatingEngine — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- DelegatingEngine selects an engine for a given template.
- DebugHandlerPass — Class in namespace Symfony\Bundle\MonologBundle\DependencyInjection\Compiler
- Adds the DebugHandler when the profiler is enabled.
- DebugUniversalClassLoader — Class in namespace Symfony\Component\ClassLoader
- Checks that the class is actually declared in the included file.
- ArrayNodeDefinition::disallowNewKeysInSubsequentConfigs() — Method in class ArrayNodeDefinition
- Disallows adding news keys in a subsequent configuration.
- MergeBuilder::denyOverwrite() — Method in class MergeBuilder
- Sets whether the node can be overwritten.
- NodeDefinition::defaultValue() — Method in class NodeDefinition
- Sets the default value.
- NodeDefinition::defaultNull() — Method in class NodeDefinition
- Sets null as the default value.
- NodeDefinition::defaultTrue() — Method in class NodeDefinition
- Sets true as the default value.
- NodeDefinition::defaultFalse() — Method in class NodeDefinition
- Sets false as the default value.
- DuplicateKeyException — Class in namespace Symfony\Component\Config\Definition\Exception
- This exception is thrown whenever the key of an array is not unique.
- DelegatingLoader — Class in namespace Symfony\Component\Config\Loader
- DelegatingLoader delegates loading to other loaders using a loader resolver.
- DirectoryResource — Class in namespace Symfony\Component\Config\Resource
- DirectoryResource represents a resources stored in a subdirectory tree.
- Application::doRun() — Method in class Application
- Runs the current application.
- DialogHelper — Class in namespace Symfony\Component\Console\Helper
- The Dialog class provides helpers to interact with the user.
- NullOutput::doWrite() — Method in class NullOutput
- Writes a message to the output.
- Output::doWrite() — Method in class Output
- Writes a message to the output.
- StreamOutput::doWrite() — Method in class StreamOutput
- Writes a message to the output.
- Definition — Class in namespace Symfony\Component\DependencyInjection
- Definition represents a service definition.
- DefinitionDecorator — Class in namespace Symfony\Component\DependencyInjection
- This definition decorates another definition.
- Dumper — Class in namespace Symfony\Component\DependencyInjection\Dumper
- Dumper is the abstract class for all built-in dumpers.
- DumperInterface — Class in namespace Symfony\Component\DependencyInjection\Dumper
- DumperInterface is the interface implemented by service container dumper classes.
- DumperInterface::dump() — Method in class DumperInterface
- Dumps the service container.
- GraphvizDumper::dump() — Method in class GraphvizDumper
- Dumps the service container as a graphviz graph.
- PhpDumper::dump() — Method in class PhpDumper
- Dumps the service container as a PHP class.
- PhpDumper::dumpParameter() — Method in class PhpDumper
- Dumps a parameter
- XmlDumper::dump() — Method in class XmlDumper
- Dumps the service container as an XML string.
- YamlDumper::dump() — Method in class YamlDumper
- Dumps the service container as an YAML string.
- EventDispatcher::dispatch() — Method in class EventDispatcher
- EventDispatcherInterface::dispatch() — Method in class EventDispatcherInterface
- Dispatches an event to all registered listeners.
- DateComparator — Class in namespace Symfony\Component\Finder\Comparator
- DateCompare compiles date comparisons.
- Finder::directories() — Method in class Finder
- Restricts the matching to directories only.
- Finder::depth() — Method in class Finder
- Adds tests for the directory depth.
- Finder::date() — Method in class Finder
- Adds tests for file dates (last modified).
- DateRangeFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
- DepthRangeFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- DepthRangeFilterIterator limits the directory depth.
- DataMapperInterface — Class in namespace Symfony\Component\Form
- DataTransformerInterface — Class in namespace Symfony\Component\Form
- Transforms a value between different representations.
- DataEvent — Class in namespace Symfony\Component\Form\Event
- DanglingFieldException — Class in namespace Symfony\Component\Form\Exception
- Thrown when a field is expected to be added to a form but is not
- DataTransformerChain — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Passes a value through multiple value transformers
- DateTimeToArrayTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a normalized time and a localized time string/array.
- DateTimeToLocalizedStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a normalized time and a localized time string
- DateTimeToStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a date string and a DateTime object
- DateTimeToTimestampTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a timestamp and a DateTime object
- DateTimeType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- DateType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- DefaultValidator — Class in namespace Symfony\Component\Form\Extension\Core\Validator
- DefaultCsrfProvider — Class in namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider
- Default implementation of CsrfProviderInterface
- DateTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- DependencyInjectionExtension — Class in namespace Symfony\Component\Form\Extension\DependencyInjection
- DelegatingValidator — Class in namespace Symfony\Component\Form\Extension\Validator\Validator
- Request::duplicate() — Method in class Request
- Clones a request and overrides some of its parameters.
- DataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- DataCollector.
- DataCollectorInterface — Class in namespace Symfony\Component\HttpKernel\DataCollector
- DataCollectorInterface.
- DebugLoggerInterface — Class in namespace Symfony\Component\HttpKernel\Log
- DebugLoggerInterface.
- LoggerInterface::debug() — Method in class LoggerInterface
- NullLogger::debug() — Method in class NullLogger
- Profiler::disable() — Method in class Profiler
- Disables the profiler.
- DayOfWeekTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for day of week format
- DayOfYearTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for day of year format
- DayTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for day format
- GeneratorDumperInterface::dump() — Method in class GeneratorDumperInterface
- Dumps a set of routes to a PHP class.
- PhpGeneratorDumper::dump() — Method in class PhpGeneratorDumper
- Dumps a set of routes to a PHP class.
- ApacheMatcherDumper::dump() — Method in class ApacheMatcherDumper
- Dumps a set of Apache mod_rewrite rules.
- MatcherDumperInterface::dump() — Method in class MatcherDumperInterface
- Dumps a set of routes to a PHP class.
- PhpMatcherDumper::dump() — Method in class PhpMatcherDumper
- Dumps a set of routes to a PHP class.
- MutableAclProvider::deleteAcl() — Method in class MutableAclProvider
- Deletes the ACL for a given object identity.
- Acl::deleteClassAce() — Method in class Acl
- {@inheritDoc}
- Acl::deleteClassFieldAce() — Method in class Acl
- {@inheritDoc}
- Acl::deleteObjectAce() — Method in class Acl
- {@inheritDoc}
- Acl::deleteObjectFieldAce() — Method in class Acl
- {@inheritDoc}
- DoctrineAclCache — Class in namespace Symfony\Component\Security\Acl\Domain
- This class is a wrapper around the actual cache implementation.
- DomainObjectInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier.
- MutableAclInterface::deleteClassAce() — Method in class MutableAclInterface
- Deletes a class-based ACE
- MutableAclInterface::deleteClassFieldAce() — Method in class MutableAclInterface
- Deletes a class-field-based ACE
- MutableAclInterface::deleteObjectAce() — Method in class MutableAclInterface
- Deletes an object-based ACE
- MutableAclInterface::deleteObjectFieldAce() — Method in class MutableAclInterface
- Deletes an object-field-based ACE
- MutableAclProviderInterface::deleteAcl() — Method in class MutableAclProviderInterface
- Deletes the ACL for a given object identity.
- DaoAuthenticationProvider — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user for a UsernamePasswordToken.
- InMemoryTokenProvider::deleteTokenBySeries() — Method in class InMemoryTokenProvider
- Deletes all tokens belonging to series.
- TokenProviderInterface::deleteTokenBySeries() — Method in class TokenProviderInterface
- Deletes all tokens belonging to series.
- AccessDecisionManager::decide() — Method in class AccessDecisionManager
- Decides whether the access is possible or not.
- AccessDecisionManagerInterface::decide() — Method in class AccessDecisionManagerInterface
- Decides whether the access is possible or not.
- DisabledException — Class in namespace Symfony\Component\Security\Core\Exception
- DisabledException is thrown when the user account is disabled.
- DigestAuthenticationEntryPoint — Class in namespace Symfony\Component\Security\Http\EntryPoint
- DigestAuthenticationEntryPoint starts an HTTP Digest authentication.
- DigestAuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- DigestAuthenticationListener implements Digest HTTP authentication.
- DigestData — Class in namespace Symfony\Component\Security\Http\Firewall
- DecoderInterface — Class in namespace Symfony\Component\Serializer\Encoder
- Defines the interface of encoders that are able to decode their own format
- DecoderInterface::decode() — Method in class DecoderInterface
- Decodes a string into PHP data
- JsonEncoder::decode() — Method in class JsonEncoder
- Decodes a string into PHP data
- XmlEncoder::decode() — Method in class XmlEncoder
- Decodes a string into PHP data
- CustomNormalizer::denormalize() — Method in class CustomNormalizer
- {@inheritdoc}
- GetSetMethodNormalizer::denormalize() — Method in class GetSetMethodNormalizer
- {@inheritdoc}
- NormalizableInterface::denormalize() — Method in class NormalizableInterface
- Denormalizes the object back from an array of scalars|arrays.
- NormalizerInterface::denormalize() — Method in class NormalizerInterface
- Denormalizes data back into an object of the given class
- Serializer::deserialize() — Method in class Serializer
- Deserializes data into the given type.
- Serializer::denormalize() — Method in class Serializer
- Denormalizes data into the given type.
- Serializer::decode() — Method in class Serializer
- Decodes a string from the given format back into PHP data
- SerializerInterface::deserialize() — Method in class SerializerInterface
- Deserializes data into the given type.
- SerializerInterface::denormalize() — Method in class SerializerInterface
- Denormalizes data into the given type.
- SerializerInterface::decode() — Method in class SerializerInterface
- Decodes a string from the given format back into PHP data
- DebuggerInterface — Class in namespace Symfony\Component\Templating
- DebuggerInterface is the interface you need to implement to debug template loader instances.
- DelegatingEngine — Class in namespace Symfony\Component\Templating
- DelegatingEngine selects an engine for a given template.
- MessageCatalogue::defines() — Method in class MessageCatalogue
- Checks if a message has a translation (it does not take into account the fallback mechanism).
- MessageCatalogueInterface::defines() — Method in class MessageCatalogueInterface
- Checks if a message has a translation (it does not take into account the fallback mechanism).
- Date — Class in namespace Symfony\Component\Validator\Constraints
- DateTime — Class in namespace Symfony\Component\Validator\Constraints
- DateTimeValidator — Class in namespace Symfony\Component\Validator\Constraints
- DateValidator — Class in namespace Symfony\Component\Validator\Constraints
- $ClassMetadata — Property in class ClassMetadata
- Dumper — Class in namespace Symfony\Component\Yaml
- Dumper dumps PHP variables to YAML strings.
- Dumper::dump() — Method in class Dumper
- Dumps a PHP value to YAML.
- DumpException — Class in namespace Symfony\Component\Yaml\Exception
- Exception class thrown when an error occurs during dumping.
- Inline::dump() — Method in class Inline
- Dumps a given PHP variable to a YAML string.
- Yaml::dump() — Method in class Yaml
- Dumps a PHP array to a YAML string.
E
- EntityChoiceList — Class in namespace Symfony\Bridge\Doctrine\Form\ChoiceList
- EntitiesToArrayTransformer — Class in namespace Symfony\Bridge\Doctrine\Form\DataTransformer
- EntityToIdTransformer — Class in namespace Symfony\Bridge\Doctrine\Form\DataTransformer
- EntityType — Class in namespace Symfony\Bridge\Doctrine\Form\Type
- EntityUserProvider — Class in namespace Symfony\Bridge\Doctrine\Security\User
- Wrapper around a Doctrine EntityManager.
- $UniqueEntity — Property in class UniqueEntity
- EntityInitializer — Class in namespace Symfony\Bridge\Doctrine\Validator
- Automatically loads proxy object before validation.
- YamlExtension::encode() — Method in class YamlExtension
- EnsureProductionSettingsDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Ensure the Doctrine ORM is configured properly for a production environment.
- EngineInterface — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- EngineInterface is the interface each engine must implement.
- FormHelper::enctype() — Method in class FormHelper
- Renders the HTML enctype in the form tag, if necessary.
- FormHelper::errors() — Method in class FormHelper
- Renders the errors of the given view.
- ExceptionController — Class in namespace Symfony\Bundle\TwigBundle\Controller
- ExceptionController.
- ExceptionListenerPass — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection\Compiler
- Registers the Twig exception listener if Twig is registered as a templating engine.
- TwigEngine::exists() — Method in class TwigEngine
- Returns true if the template exists.
- ExceptionController — Class in namespace Symfony\Bundle\WebProfilerBundle\Controller
- ExceptionController.
- ProfilerController::exportAction() — Method in class ProfilerController
- Exports data for a given token.
- CookieJar::expire() — Method in class CookieJar
- Removes a cookie by name.
- DebugUniversalClassLoader::enable() — Method in class DebugUniversalClassLoader
- Replaces all regular UniversalClassLoader instances by a DebugUniversalClassLoader ones.
- ExprBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This class builds an if expression.
- ExprBuilder::end() — Method in class ExprBuilder
- Returns the related node
- MergeBuilder::end() — Method in class MergeBuilder
- Returns the related node.
- NodeBuilder::end() — Method in class NodeBuilder
- Returns the parent node.
- NodeDefinition::end() — Method in class NodeDefinition
- Returns the parent node.
- Exception — Class in namespace Symfony\Component\Config\Definition\Exception
- Base exception for all configuration exceptions
- CommandTester::execute() — Method in class CommandTester
- Executes the command.
- ElementNode — Class in namespace Symfony\Component\CssSelector\Node
- ElementNode represents a "namespace|element" node.
- Container::enterScope() — Method in class Container
- Enters the given scope
- ContainerInterface::enterScope() — Method in class ContainerInterface
- Enters the given scope
- ExceptionInterface — Class in namespace Symfony\Component\DependencyInjection\Exception
- ExceptionInterface
- ExtensionInterface — Class in namespace Symfony\Component\DependencyInjection\Extension
- ExtensionInterface is the interface implemented by container extension classes.
- Crawler::eq() — Method in class Crawler
- Returns a node given its position in the node list.
- Crawler::each() — Method in class Crawler
- Calls an anonymous function on each node of the list.
- Crawler::extract() — Method in class Crawler
- Extracts information from the list of nodes.
- Event — Class in namespace Symfony\Component\EventDispatcher
- Event is the base class for classes containing event data.
- EventDispatcher — Class in namespace Symfony\Component\EventDispatcher
- The EventDispatcherInterface is the central point of Symfony's event listener system.
- EventDispatcherInterface — Class in namespace Symfony\Component\EventDispatcher
- The EventDispatcherInterface is the central point of Symfony's event listener system.
- EventSubscriberInterface — Class in namespace Symfony\Component\EventDispatcher
- An EventSubscriber knows himself what events he is interested in.
- Finder::exclude() — Method in class Finder
- Excludes directories.
- ExcludeDirectoryFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- ExcludeDirectoryFilterIterator filters out directories.
- EmailType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- EnsureCsrfFieldListener — Class in namespace Symfony\Component\Form\Extension\Csrf\EventListener
- Ensures the CSRF field.
- EnsureCsrfFieldListener::ensureCsrfField() — Method in class EnsureCsrfFieldListener
- Ensures a root form has a CSRF field.
- Response::expire() — Method in class Response
- Marks the response stale by setting the Age header to be equal to the maximum age of the response.
- CacheWarmerAggregate::enableOptionalWarmers() — Method in class CacheWarmerAggregate
- EventDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- EventDataCollector.
- ExceptionDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- ExceptionDataCollector.
- ErrorHandler — Class in namespace Symfony\Component\HttpKernel\Debug
- ErrorHandler.
- ExceptionHandler — Class in namespace Symfony\Component\HttpKernel\Debug
- ExceptionHandler converts an exception to a Response object.
- Extension — Class in namespace Symfony\Component\HttpKernel\DependencyInjection
- Provides useful features shared by many extensions.
- EsiListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI.
- ExceptionListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- ExceptionListener.
- Esi — Class in namespace Symfony\Component\HttpKernel\HttpCache
- Esi implements the ESI capabilities to Request and Response instances.
- EsiResponseCacheStrategy — Class in namespace Symfony\Component\HttpKernel\HttpCache
- EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers.
- EsiResponseCacheStrategyInterface — Class in namespace Symfony\Component\HttpKernel\HttpCache
- EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers.
- LoggerInterface::emerg() — Method in class LoggerInterface
- LoggerInterface::err() — Method in class LoggerInterface
- NullLogger::emerg() — Method in class NullLogger
- NullLogger::err() — Method in class NullLogger
- Profiler::export() — Method in class Profiler
- Exports the current profiler data.
- AmPmTransformer::extractDateOptions() — Method in class AmPmTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- DayOfWeekTransformer::extractDateOptions() — Method in class DayOfWeekTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- DayOfYearTransformer::extractDateOptions() — Method in class DayOfYearTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- DayTransformer::extractDateOptions() — Method in class DayTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- Hour1200Transformer::extractDateOptions() — Method in class Hour1200Transformer
- {@inheritDoc}
- Hour1201Transformer::extractDateOptions() — Method in class Hour1201Transformer
- {@inheritDoc}
- Hour2400Transformer::extractDateOptions() — Method in class Hour2400Transformer
- {@inheritDoc}
- Hour2401Transformer::extractDateOptions() — Method in class Hour2401Transformer
- {@inheritDoc}
- MinuteTransformer::extractDateOptions() — Method in class MinuteTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- MonthTransformer::extractDateOptions() — Method in class MonthTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- QuarterTransformer::extractDateOptions() — Method in class QuarterTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- SecondTransformer::extractDateOptions() — Method in class SecondTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- TimeZoneTransformer::extractDateOptions() — Method in class TimeZoneTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- Transformer::extractDateOptions() — Method in class Transformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- YearTransformer::extractDateOptions() — Method in class YearTransformer
- Extract date options from a matched value returned by the processing of the reverse matching regular expression
- ExecutableFinder — Class in namespace Symfony\Component\Process
- Generic executable finder.
- ExceptionInterface — Class in namespace Symfony\Component\Routing\Exception
- ExceptionInterface
- DoctrineAclCache::evictFromCacheById() — Method in class DoctrineAclCache
- Removes an ACL from the cache
- DoctrineAclCache::evictFromCacheByIdentity() — Method in class DoctrineAclCache
- Removes an ACL from the cache
- Entry — Class in namespace Symfony\Component\Security\Acl\Domain
- Auditable ACE implementation
- ObjectIdentity::equals() — Method in class ObjectIdentity
- We specifically require this method so we can check for object equality explicitly, and do not have to rely on referencial equality instead.
- RoleSecurityIdentity::equals() — Method in class RoleSecurityIdentity
- This method is used to compare two security identities in order to not rely on referential equality.
- UserSecurityIdentity::equals() — Method in class UserSecurityIdentity
- This method is used to compare two security identities in order to not rely on referential equality.
- Exception — Class in namespace Symfony\Component\Security\Acl\Exception
- Base ACL exception
- AclCacheInterface::evictFromCacheById() — Method in class AclCacheInterface
- Removes an ACL from the cache
- AclCacheInterface::evictFromCacheByIdentity() — Method in class AclCacheInterface
- Removes an ACL from the cache
- EntryInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This class represents an individual entry in the ACL list.
- ObjectIdentityInterface::equals() — Method in class ObjectIdentityInterface
- We specifically require this method so we can check for object equality explicitly, and do not have to rely on referencial equality instead.
- SecurityIdentityInterface::equals() — Method in class SecurityIdentityInterface
- This method is used to compare two security identities in order to not rely on referential equality.
- AbstractToken::eraseCredentials() — Method in class AbstractToken
- Removes sensitive information from the token.
- PreAuthenticatedToken::eraseCredentials() — Method in class PreAuthenticatedToken
- Removes sensitive information from the token.
- TokenInterface::eraseCredentials() — Method in class TokenInterface
- Removes sensitive information from the token.
- UsernamePasswordToken::eraseCredentials() — Method in class UsernamePasswordToken
- Removes sensitive information from the token.
- EncoderFactory — Class in namespace Symfony\Component\Security\Core\Encoder
- A generic encoder factory implementation
- EncoderFactoryInterface — Class in namespace Symfony\Component\Security\Core\Encoder
- EncoderFactoryInterface to support different encoders for different accounts.
- MessageDigestPasswordEncoder::encodePassword() — Method in class MessageDigestPasswordEncoder
- {@inheritdoc}
- PasswordEncoderInterface::encodePassword() — Method in class PasswordEncoderInterface
- Encodes the raw password.
- PlaintextPasswordEncoder::encodePassword() — Method in class PlaintextPasswordEncoder
- {@inheritdoc}
- User::eraseCredentials() — Method in class User
- {@inheritdoc}
- User::equals() — Method in class User
- {@inheritDoc}
- UserInterface::eraseCredentials() — Method in class UserInterface
- Removes sensitive data from the user.
- UserInterface::equals() — Method in class UserInterface
- Returns whether or not the given user is equivalent to *this* user.
- ExceptionListener — Class in namespace Symfony\Component\Security\Http\Firewall
- ExceptionListener catches authentication exception and converts them to Response instances.
- EncoderInterface — Class in namespace Symfony\Component\Serializer\Encoder
- Defines the interface of encoders
- EncoderInterface::encode() — Method in class EncoderInterface
- Encodes data into a string
- JsonEncoder::encode() — Method in class JsonEncoder
- Encodes data into a string
- XmlEncoder::encode() — Method in class XmlEncoder
- Encodes data into a string
- Exception — Class in namespace Symfony\Component\Serializer\Exception
- Base exception
- Serializer::encode() — Method in class Serializer
- Encodes data into the given format
- SerializerInterface::encode() — Method in class SerializerInterface
- Encodes data into the given format
- DelegatingEngine::exists() — Method in class DelegatingEngine
- Returns true if the template exists.
- EngineInterface — Class in namespace Symfony\Component\Templating
- EngineInterface is the interface each engine must implement.
- EngineInterface::exists() — Method in class EngineInterface
- Returns true if the template exists.
- PhpEngine::exists() — Method in class PhpEngine
- Returns true if the template exists.
- PhpEngine::extend() — Method in class PhpEngine
- Decorates the current template with another one.
- PhpEngine::escape() — Method in class PhpEngine
- Escapes a string by using the current charset.
- $Collection — Property in class Collection
- Email — Class in namespace Symfony\Component\Validator\Constraints
- EmailValidator — Class in namespace Symfony\Component\Validator\Constraints
- ExecutionContext — Class in namespace Symfony\Component\Validator
- The central object representing a single validation process.
- ElementMetadata — Class in namespace Symfony\Component\Validator\Mapping
- Escaper — Class in namespace Symfony\Component\Yaml
- Escaper encapsulates escaping rules for single and double-quoted YAML strings.
- Escaper::escapeWithDoubleQuotes() — Method in class Escaper
- Escapes and surrounds a PHP value with double quotes.
- Escaper::escapeWithSingleQuotes() — Method in class Escaper
- Escapes and surrounds a PHP value with single quotes.
- ExceptionInterface — Class in namespace Symfony\Component\Yaml\Exception
- Exception interface for all exceptions thrown by the component.
F
- $UniqueEntity — Property in class UniqueEntity
- FirePHPHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- FirePHPHandler.
- FormExtension — Class in namespace Symfony\Bridge\Twig\Extension
- FormExtension extends Twig with form capabilities.
- FormThemeNode — Class in namespace Symfony\Bridge\Twig\Node
- FormThemeTokenParser — Class in namespace Symfony\Bridge\Twig\TokenParser
- Token Parser for the 'form_theme' tag.
- TemplateFinder::findAllTemplates() — Method in class TemplateFinder
- Find all the templates.
- TemplateFinderInterface::findAllTemplates() — Method in class TemplateFinderInterface
- Find all the templates.
- Controller::forward() — Method in class Controller
- Forwards the request to another controller.
- FormPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Adds all services with the tags "form.type" and "form.type_guesser" as arguments of the "form.extension" service
- FrameworkExtension — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection
- FrameworkExtension.
- FrameworkBundle — Class in namespace Symfony\Bundle\FrameworkBundle
- Bundle.
- HttpKernel::forward() — Method in class HttpKernel
- Forwards the request to another controller.
- CodeHelper::formatArgsAsText() — Method in class CodeHelper
- Formats an array as a string.
- CodeHelper::formatArgs() — Method in class CodeHelper
- Formats an array as a string.
- CodeHelper::fileExcerpt() — Method in class CodeHelper
- Returns an excerpt of a code file around the given line number.
- CodeHelper::formatFile() — Method in class CodeHelper
- Formats a file path.
- CodeHelper::formatFileFromText() — Method in class CodeHelper
- FormHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- FormHelper provides helpers to help display forms.
- FilesystemLoader — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Loader
- FilesystemLoader is a loader that read templates from the filesystem.
- FactoryConfiguration — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection
- This class contains the configuration information for the following tags:
- FormLoginFactory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- FormLoginFactory creates services for form login authentication.
- FirewallContext — Class in namespace Symfony\Bundle\SecurityBundle\Security
- This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.
- FirewallMap — Class in namespace Symfony\Bundle\SecurityBundle\Security
- This is a lazy-loading firewall map implementation
- CodeExtension::formatArgs() — Method in class CodeExtension
- CodeExtension::formatArgsAsText() — Method in class CodeExtension
- CodeExtension::fileExcerpt() — Method in class CodeExtension
- CodeExtension::formatFile() — Method in class CodeExtension
- CodeExtension::formatFileFromText() — Method in class CodeExtension
- FilesystemLoader — Class in namespace Symfony\Bundle\TwigBundle\Loader
- FilesystemLoader extends the default Twig filesystem loader to work with the Symfony2 paths.
- Client::followRedirects() — Method in class Client
- Sets whether to automatically follow redirects or not.
- Client::forward() — Method in class Client
- Goes forward in the browser history.
- Client::followRedirect() — Method in class Client
- Follow redirects?
- Cookie::fromString() — Method in class Cookie
- Creates a Cookie instance from a Set-Cookie header value.
- CookieJar::flushExpiredCookies() — Method in class CookieJar
- Removes all expired cookies.
- History::forward() — Method in class History
- Goes forward in the history.
- ApcUniversalClassLoader::findFile() — Method in class ApcUniversalClassLoader
- Finds a file by class name while caching lookups to APC.
- ClassCollectionLoader::fixNamespaceDeclarations() — Method in class ClassCollectionLoader
- Adds brackets around each namespace if it's not already the case.
- MapClassLoader::findFile() — Method in class MapClassLoader
- Finds the path to the file where the class is defined.
- UniversalClassLoader::findFile() — Method in class UniversalClassLoader
- Finds the path to the file where the class is defined.
- BaseNode::finalize() — Method in class BaseNode
- Finalizes a value.
- ArrayNodeDefinition::fixXmlConfig() — Method in class ArrayNodeDefinition
- Sets a normalization rule for XML configurations.
- ForbiddenOverwriteException — Class in namespace Symfony\Component\Config\Definition\Exception
- This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this.
- NodeInterface::finalize() — Method in class NodeInterface
- Finalizes a value.
- FileLoaderImportCircularReferenceException — Class in namespace Symfony\Component\Config\Exception
- Exception class for when a circular reference is detected when importing resources.
- FileLoaderLoadException — Class in namespace Symfony\Component\Config\Exception
- Exception class for when a resource cannot be loaded or imported.
- FileLocator — Class in namespace Symfony\Component\Config
- FileLocator uses an array of pre-defined paths to find files.
- FileLocatorInterface — Class in namespace Symfony\Component\Config
- FileLoader — Class in namespace Symfony\Component\Config\Loader
- FileLoader is the abstract class used by all built-in loaders that are file based.
- FileResource — Class in namespace Symfony\Component\Config\Resource
- FileResource represents a resource stored on the filesystem.
- Application::findNamespace() — Method in class Application
- Finds a registered namespace by a name or an abbreviation.
- Application::find() — Method in class Application
- Finds a command by name or alias.
- OutputFormatter::format() — Method in class OutputFormatter
- Formats a message according to the given styles.
- OutputFormatterInterface::format() — Method in class OutputFormatterInterface
- Formats a message according to the given styles.
- FormatterHelper — Class in namespace Symfony\Component\Console\Helper
- The Formatter class provides helpers to format messages.
- FormatterHelper::formatSection() — Method in class FormatterHelper
- Formats a message within a section.
- FormatterHelper::formatBlock() — Method in class FormatterHelper
- Formats a message as a block of text.
- ElementNode::formatElement() — Method in class ElementNode
- Formats the element into a string.
- FunctionNode — Class in namespace Symfony\Component\CssSelector\Node
- FunctionNode represents a "selector:name(expr)" node.
- LoggingFormatter::formatRemoveService() — Method in class LoggingFormatter
- LoggingFormatter::formatInlineService() — Method in class LoggingFormatter
- LoggingFormatter::formatUpdateReference() — Method in class LoggingFormatter
- LoggingFormatter::formatResolveInheritance() — Method in class LoggingFormatter
- LoggingFormatter::format() — Method in class LoggingFormatter
- ContainerBuilder::findDefinition() — Method in class ContainerBuilder
- Gets a service definition by id or alias.
- ContainerBuilder::findTaggedServiceIds() — Method in class ContainerBuilder
- Returns service ids for a given tag.
- FileLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- FileLoader is the abstract class used by all built-in loaders that are file based.
- FrozenParameterBag — Class in namespace Symfony\Component\DependencyInjection\ParameterBag
- Holds read-only parameters.
- TaggedContainerInterface::findTaggedServiceIds() — Method in class TaggedContainerInterface
- Returns service ids for a given tag.
- Crawler::first() — Method in class Crawler
- Returns the first node of the current selection
- Crawler::filterXPath() — Method in class Crawler
- Filters the list of nodes with an XPath expression.
- Crawler::filter() — Method in class Crawler
- Filters the list of nodes with a CSS selector.
- Crawler::form() — Method in class Crawler
- Returns a Form object for the first node in the list.
- FileFormField — Class in namespace Symfony\Component\DomCrawler\Field
- FileFormField represents a file form field (an HTML file input tag).
- FormField — Class in namespace Symfony\Component\DomCrawler\Field
- FormField is the abstract class for all form fields.
- Form — Class in namespace Symfony\Component\DomCrawler
- Form represents an HTML form.
- Filesystem — Class in namespace Symfony\Component\Filesystem
- Filesystem.
- Finder — Class in namespace Symfony\Component\Finder
- Finder allows to build rules to find files and directories.
- Finder::files() — Method in class Finder
- Restricts the matching to files only.
- Finder::filter() — Method in class Finder
- Filters the iterator with an anonymous function.
- Finder::followLinks() — Method in class Finder
- Forces the following of symlinks.
- FileTypeFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- FileTypeFilterIterator only keeps files, directories, or both.
- FilenameFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
- FilterDataEvent — Class in namespace Symfony\Component\Form\Event
- FieldDefinitionException — Class in namespace Symfony\Component\Form\Exception
- FormException — Class in namespace Symfony\Component\Form\Exception
- FixRadioInputListener — Class in namespace Symfony\Component\Form\Extension\Core\EventListener
- Takes care of converting the input from a single radio button to an array.
- FixUrlProtocolListener — Class in namespace Symfony\Component\Form\Extension\Core\EventListener
- Adds a protocol to a URL if it doesn't already have one.
- FieldType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- FileType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- FormType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- FormTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- FieldTypeValidatorExtension — Class in namespace Symfony\Component\Form\Extension\Validator\Type
- Form — Class in namespace Symfony\Component\Form
- Form represents a form.
- FormBuilder — Class in namespace Symfony\Component\Form
- FormError — Class in namespace Symfony\Component\Form
- Wraps errors in forms
- FormEvents — Class in namespace Symfony\Component\Form
- FormExtensionInterface — Class in namespace Symfony\Component\Form
- Interface for extensions which provide types, type extensions and a guesser.
- FormFactory — Class in namespace Symfony\Component\Form
- FormFactoryInterface — Class in namespace Symfony\Component\Form
- FormInterface — Class in namespace Symfony\Component\Form
- A form group bundling multiple form forms
- FormTypeExtensionInterface — Class in namespace Symfony\Component\Form
- FormTypeGuesserChain — Class in namespace Symfony\Component\Form
- FormTypeGuesserInterface — Class in namespace Symfony\Component\Form
- FormTypeInterface — Class in namespace Symfony\Component\Form
- FormValidatorInterface — Class in namespace Symfony\Component\Form
- FormView — Class in namespace Symfony\Component\Form
- FormUtil — Class in namespace Symfony\Component\Form\Util
- FileBag — Class in namespace Symfony\Component\HttpFoundation
- FileBag is a container for HTTP headers.
- FileException — Class in namespace Symfony\Component\HttpFoundation\File\Exception
- Thrown when an error occurred in the component File
- FileNotFoundException — Class in namespace Symfony\Component\HttpFoundation\File\Exception
- Thrown when a file was not found
- File — Class in namespace Symfony\Component\HttpFoundation\File
- A file in the file system.
- FileBinaryMimeTypeGuesser — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- Guesses the mime type with the binary "file" (only available on *nix)
- FileinfoMimeTypeGuesser — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- Guesses the mime type using the PECL extension FileInfo
- $Request — Property in class Request
- FilesystemSessionStorage — Class in namespace Symfony\Component\HttpFoundation\SessionStorage
- FilesystemSessionStorage simulates sessions for functional tests.
- FileLocator — Class in namespace Symfony\Component\HttpKernel\Config
- FileLocator uses the KernelInterface to locate resources in bundles.
- FilterControllerEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Allows filtering of a controller callable
- FilterResponseEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Allows to filter a Response object
- FlattenException — Class in namespace Symfony\Component\HttpKernel\Exception
- FlattenException wraps a PHP Exception to be able to serialize it.
- PdoProfilerStorage::find() — Method in class PdoProfilerStorage
- Finds profiler tokens for the given criteria.
- Profiler::find() — Method in class Profiler
- Finds profiler tokens for the given criteria.
- ProfilerStorageInterface::find() — Method in class ProfilerStorageInterface
- Finds profiler tokens for the given criteria.
- Filesystem — Class in namespace Symfony\Component\HttpKernel\Util
- Provides basic utility to manipulate the file system.
- AmPmTransformer::format() — Method in class AmPmTransformer
- Format a value using a configured DateTime as date/time source
- DayOfWeekTransformer::format() — Method in class DayOfWeekTransformer
- Format a value using a configured DateTime as date/time source
- DayOfYearTransformer::format() — Method in class DayOfYearTransformer
- Format a value using a configured DateTime as date/time source
- DayTransformer::format() — Method in class DayTransformer
- Format a value using a configured DateTime as date/time source
- FullTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for date formats
- FullTransformer::format() — Method in class FullTransformer
- Format a DateTime using ICU dateformat pattern
- FullTransformer::formatReplace() — Method in class FullTransformer
- Return the formatted ICU value for the matched date characters
- Hour1200Transformer::format() — Method in class Hour1200Transformer
- {@inheritDoc}
- Hour1201Transformer::format() — Method in class Hour1201Transformer
- {@inheritDoc}
- Hour2400Transformer::format() — Method in class Hour2400Transformer
- {@inheritDoc}
- Hour2401Transformer::format() — Method in class Hour2401Transformer
- {@inheritDoc}
- MinuteTransformer::format() — Method in class MinuteTransformer
- Format a value using a configured DateTime as date/time source
- MonthTransformer::format() — Method in class MonthTransformer
- Format a value using a configured DateTime as date/time source
- QuarterTransformer::format() — Method in class QuarterTransformer
- Format a value using a configured DateTime as date/time source
- SecondTransformer::format() — Method in class SecondTransformer
- Format a value using a configured DateTime as date/time source
- TimeZoneTransformer::format() — Method in class TimeZoneTransformer
- Format a value using a configured DateTime as date/time source
- Transformer::format() — Method in class Transformer
- Format a value using a configured DateTime as date/time source
- YearTransformer::format() — Method in class YearTransformer
- Format a value using a configured DateTime as date/time source
- StubIntlDateFormatter::format() — Method in class StubIntlDateFormatter
- Format the date/time value (timestamp) as a string
- StubLocale::filterMatches() — Method in class StubLocale
- Checks if a language tag filter matches with locale
- StubNumberFormatter::formatCurrency() — Method in class StubNumberFormatter
- Format a currency value
- StubNumberFormatter::format() — Method in class StubNumberFormatter
- Format a number
- ExecutableFinder::find() — Method in class ExecutableFinder
- Finds an executable by name.
- PhpExecutableFinder::find() — Method in class PhpExecutableFinder
- Finds The PHP executable.
- AclProvider::findChildren() — Method in class AclProvider
- Retrieves all child object identities from the database
- AclProvider::findAcl() — Method in class AclProvider
- Returns the ACL that belongs to the given object identity
- AclProvider::findAcls() — Method in class AclProvider
- Returns the ACLs that belong to the given object identities
- MutableAclProvider::findAcls() — Method in class MutableAclProvider
- Returns the ACLs that belong to the given object identities
- FieldEntry — Class in namespace Symfony\Component\Security\Acl\Domain
- Field-aware ACE implementation which is auditable
- ObjectIdentity::fromDomainObject() — Method in class ObjectIdentity
- Constructs an ObjectIdentity for the given domain object
- UserSecurityIdentity::fromAccount() — Method in class UserSecurityIdentity
- Creates a user security identity from a UserInterface
- UserSecurityIdentity::fromToken() — Method in class UserSecurityIdentity
- Creates a user security identity from a TokenInterface
- AclProviderInterface::findChildren() — Method in class AclProviderInterface
- Retrieves all child object identities from the database
- AclProviderInterface::findAcl() — Method in class AclProviderInterface
- Returns the ACL that belongs to the given object identity
- AclProviderInterface::findAcls() — Method in class AclProviderInterface
- Returns the ACLs that belong to the given object identities
- FieldEntryInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Interface for entries which are restricted to specific fields
- FieldVote — Class in namespace Symfony\Component\Security\Acl\Voter
- This class is a lightweight wrapper around field vote requests which does not violate any interface contracts.
- FormAuthenticationEntryPoint — Class in namespace Symfony\Component\Security\Http\EntryPoint
- FormAuthenticationEntryPoint starts an authentication via a login form.
- Firewall — Class in namespace Symfony\Component\Security\Http
- Firewall uses a FirewallMap to register security listeners for the given request.
- FirewallMap — Class in namespace Symfony\Component\Security\Http
- FirewallMap allows configuration of different firewalls for specific parts of the website.
- FirewallMapInterface — Class in namespace Symfony\Component\Security\Http
- This interface must be implemented by firewall maps.
- FilesystemLoader — Class in namespace Symfony\Component\Templating\Loader
- FilesystemLoader is a loader that read templates from the filesystem.
- FileStorage — Class in namespace Symfony\Component\Templating\Storage
- FileStorage represents a template stored on the filesystem.
- $Collection — Property in class Collection
- False — Class in namespace Symfony\Component\Validator\Constraints
- FalseValidator — Class in namespace Symfony\Component\Validator\Constraints
- File — Class in namespace Symfony\Component\Validator\Constraints
- FileValidator — Class in namespace Symfony\Component\Validator\Constraints
- ElementMetadata::findConstraints() — Method in class ElementMetadata
- Returns the constraints of the given group and global ones (* group).
- FileLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- FilesLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- Creates mapping loaders for array of files.
G
- IndexedReader::getClassAnnotations() — Method in class IndexedReader
- IndexedReader::getClassAnnotation() — Method in class IndexedReader
- IndexedReader::getMethodAnnotations() — Method in class IndexedReader
- IndexedReader::getMethodAnnotation() — Method in class IndexedReader
- IndexedReader::getPropertyAnnotations() — Method in class IndexedReader
- IndexedReader::getPropertyAnnotation() — Method in class IndexedReader
- DoctrineDataCollector::getManagers() — Method in class DoctrineDataCollector
- DoctrineDataCollector::getConnections() — Method in class DoctrineDataCollector
- DoctrineDataCollector::getQueryCount() — Method in class DoctrineDataCollector
- DoctrineDataCollector::getQueries() — Method in class DoctrineDataCollector
- DoctrineDataCollector::getTime() — Method in class DoctrineDataCollector
- DoctrineDataCollector::getName() — Method in class DoctrineDataCollector
- {@inheritdoc}
- EntityChoiceList::getIdentifier() — Method in class EntityChoiceList
- Returns the fields of which the identifier of the underlying class consists.
- EntityChoiceList::getEntities() — Method in class EntityChoiceList
- Returns the according entities for the choices.
- EntityChoiceList::getEntity() — Method in class EntityChoiceList
- Returns the entity for the given key.
- EntityChoiceList::getIdentifierValues() — Method in class EntityChoiceList
- Returns the values of the identifier fields of an entity.
- DoctrineOrmTypeGuesser::guessType() — Method in class DoctrineOrmTypeGuesser
- Returns a field guess for a property name of a class
- DoctrineOrmTypeGuesser::guessRequired() — Method in class DoctrineOrmTypeGuesser
- Returns a guess whether a property of a class is required
- DoctrineOrmTypeGuesser::guessMaxLength() — Method in class DoctrineOrmTypeGuesser
- Returns a guess about the field's maximum length
- DoctrineOrmTypeGuesser::guessMinLength() — Method in class DoctrineOrmTypeGuesser
- Returns a guess about the field's minimum length
- MergeCollectionListener::getSubscribedEvents() — Method in class MergeCollectionListener
- EntityType::getDefaultOptions() — Method in class EntityType
- Returns the default options for this type.
- EntityType::getParent() — Method in class EntityType
- Returns the name of the parent type.
- EntityType::getName() — Method in class EntityType
- XmlDriver::getGlobalBasename() — Method in class XmlDriver
- XmlDriver::getNamespacePrefixes() — Method in class XmlDriver
- XmlDriver::getAllClassNames() — Method in class XmlDriver
- XmlDriver::getElement() — Method in class XmlDriver
- YamlDriver::getGlobalBasename() — Method in class YamlDriver
- YamlDriver::getNamespacePrefixes() — Method in class YamlDriver
- YamlDriver::getAllClassNames() — Method in class YamlDriver
- YamlDriver::getElement() — Method in class YamlDriver
- RegistryInterface::getDefaultConnectionName() — Method in class RegistryInterface
- Gets the default connection name.
- RegistryInterface::getConnection() — Method in class RegistryInterface
- Gets the named connection.
- RegistryInterface::getConnections() — Method in class RegistryInterface
- Gets an array of all registered connections
- RegistryInterface::getConnectionNames() — Method in class RegistryInterface
- Gets all connection names.
- RegistryInterface::getDefaultEntityManagerName() — Method in class RegistryInterface
- Gets the default entity manager name.
- RegistryInterface::getEntityManager() — Method in class RegistryInterface
- Gets a named entity manager.
- RegistryInterface::getEntityManagers() — Method in class RegistryInterface
- Gets an array of all registered entity managers
- RegistryInterface::getEntityNamespace() — Method in class RegistryInterface
- Resolves a registered namespace alias to the full namespace.
- RegistryInterface::getEntityManagerNames() — Method in class RegistryInterface
- Gets all connection names.
- RegistryInterface::getRepository() — Method in class RegistryInterface
- Gets the EntityRepository for an entity.
- RegistryInterface::getEntityManagerForClass() — Method in class RegistryInterface
- Gets the entity manager associated with a given class.
- UniqueEntity::getRequiredOptions() — Method in class UniqueEntity
- Returns the name of the required options
- UniqueEntity::getTargets() — Method in class UniqueEntity
- Returns whether the constraint can be put onto classes, properties or both
- UniqueEntity::getDefaultOption() — Method in class UniqueEntity
- Returns the name of the default option
- DebugHandler::getLogs() — Method in class DebugHandler
- Returns an array of logs.
- Logger::getLogs() — Method in class Logger
- Returns an array of logs.
- FormExtension::getTokenParsers() — Method in class FormExtension
- Returns the token parser instance to add to the existing list.
- FormExtension::getFunctions() — Method in class FormExtension
- FormExtension::getName() — Method in class FormExtension
- Returns the name of the extension.
- RoutingExtension::getFunctions() — Method in class RoutingExtension
- Returns a list of functions to add to the existing list.
- RoutingExtension::getPath() — Method in class RoutingExtension
- RoutingExtension::getUrl() — Method in class RoutingExtension
- RoutingExtension::getName() — Method in class RoutingExtension
- Returns the name of the extension.
- TranslationExtension::getTranslator() — Method in class TranslationExtension
- TranslationExtension::getFilters() — Method in class TranslationExtension
- {@inheritdoc}
- TranslationExtension::getTokenParsers() — Method in class TranslationExtension
- Returns the token parser instance to add to the existing list.
- TranslationExtension::getName() — Method in class TranslationExtension
- Returns the name of the extension.
- YamlExtension::getFilters() — Method in class YamlExtension
- {@inheritdoc}
- YamlExtension::getName() — Method in class YamlExtension
- Returns the name of the extension.
- FormThemeTokenParser::getTag() — Method in class FormThemeTokenParser
- Gets the tag name associated with this token parser.
- TransChoiceTokenParser::getTag() — Method in class TransChoiceTokenParser
- Gets the tag name associated with this token parser.
- TransTokenParser::getTag() — Method in class TransTokenParser
- Gets the tag name associated with this token parser.
- GenerateEntitiesDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Generate entity classes from mapping information
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- DoctrineExtension::getXsdValidationBasePath() — Method in class DoctrineExtension
- Returns the base path for the XSD files.
- DoctrineExtension::getNamespace() — Method in class DoctrineExtension
- Returns the namespace to be used for this extension (XML namespace).
- ClassMetadataCollection::getMetadata() — Method in class ClassMetadataCollection
- ClassMetadataCollection::getPath() — Method in class ClassMetadataCollection
- ClassMetadataCollection::getNamespace() — Method in class ClassMetadataCollection
- MetadataFactory::getBundleMetadata() — Method in class MetadataFactory
- Gets the metadata of all classes of a bundle.
- MetadataFactory::getClassMetadata() — Method in class MetadataFactory
- Gets the metadata of a class.
- MetadataFactory::getNamespaceMetadata() — Method in class MetadataFactory
- Gets the metadata of all classes of a namespace.
- Registry::getDefaultConnectionName() — Method in class Registry
- Gets the default connection name.
- Registry::getConnection() — Method in class Registry
- Gets the named connection.
- Registry::getConnections() — Method in class Registry
- Gets an array of all registered connections
- Registry::getConnectionNames() — Method in class Registry
- Gets all connection names.
- Registry::getDefaultEntityManagerName() — Method in class Registry
- Gets the default entity manager name.
- Registry::getEntityManager() — Method in class Registry
- Gets a named entity manager.
- Registry::getEntityManagers() — Method in class Registry
- Gets an array of all registered entity managers
- Registry::getEntityNamespace() — Method in class Registry
- Resolves a registered namespace alias to the full namespace.
- Registry::getEntityManagerNames() — Method in class Registry
- Gets all connection names.
- Registry::getRepository() — Method in class Registry
- Gets the EntityRepository for an entity.
- Registry::getEntityManagerForClass() — Method in class Registry
- Gets the entity manager associated with a given class.
- Client::getContainer() — Method in class Client
- Returns the container.
- Client::getKernel() — Method in class Client
- Returns the kernel.
- Client::getProfile() — Method in class Client
- Gets the profile associated with the current Response.
- Application::getKernel() — Method in class Application
- Gets the Kernel associated with this Console.
- ContainerAwareEventDispatcher::getListeners() — Method in class ContainerAwareEventDispatcher
- Controller::generateUrl() — Method in class Controller
- Generates a URL from the given parameters.
- Controller::getRequest() — Method in class Controller
- Shortcut to return the request service.
- Controller::getDoctrine() — Method in class Controller
- Shortcut to return the Doctrine Registry service.
- Controller::get() — Method in class Controller
- Gets a service by id.
- RequestDataCollector::getRoute() — Method in class RequestDataCollector
- Gets the route.
- RequestDataCollector::getController() — Method in class RequestDataCollector
- Gets the controller.
- TimerDataCollector::getTime() — Method in class TimerDataCollector
- Gets the request time.
- TimerDataCollector::getName() — Method in class TimerDataCollector
- {@inheritdoc}
- TraceableEventDispatcher::getCalledListeners() — Method in class TraceableEventDispatcher
- Gets the called listeners.
- TraceableEventDispatcher::getNotCalledListeners() — Method in class TraceableEventDispatcher
- Gets the not called listeners.
- CompilerDebugDumpPass::getCompilerLogFilename() — Method in class CompilerDebugDumpPass
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- FrameworkExtension::getXsdValidationBasePath() — Method in class FrameworkExtension
- Returns the base path for the XSD files.
- FrameworkExtension::getNamespace() — Method in class FrameworkExtension
- Returns the namespace to be used for this extension (XML namespace).
- HttpKernel::generateInternalUri() — Method in class HttpKernel
- Generates an internal URI for a given controller.
- Router::getRouteCollection() — Method in class Router
- Gets the RouteCollection instance associated with this Router.
- PackageFactory::getPackage() — Method in class PackageFactory
- Returns either the HTTP or SSL version of an asset package.
- GlobalVariables — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- GlobalVariables is the entry point for Symfony global variables in Twig templates.
- GlobalVariables::getSecurity() — Method in class GlobalVariables
- Returns the security context service.
- GlobalVariables::getUser() — Method in class GlobalVariables
- Returns the current user.
- GlobalVariables::getRequest() — Method in class GlobalVariables
- Returns the current request.
- GlobalVariables::getSession() — Method in class GlobalVariables
- Returns the current session.
- GlobalVariables::getEnvironment() — Method in class GlobalVariables
- Returns the current app environment.
- GlobalVariables::getDebug() — Method in class GlobalVariables
- Returns the current app debug mode.
- ActionsHelper::getName() — Method in class ActionsHelper
- Returns the canonical name of this helper.
- CodeHelper::getFileLink() — Method in class CodeHelper
- Returns the link for a given file/line pair.
- CodeHelper::getName() — Method in class CodeHelper
- Returns the canonical name of this helper.
- FormHelper::getName() — Method in class FormHelper
- RequestHelper::getParameter() — Method in class RequestHelper
- Returns a parameter from the current request object.
- RequestHelper::getName() — Method in class RequestHelper
- Returns the canonical name of this helper.
- RouterHelper::generate() — Method in class RouterHelper
- Generates a URL from the given parameters.
- RouterHelper::getName() — Method in class RouterHelper
- Returns the canonical name of this helper.
- SessionHelper::get() — Method in class SessionHelper
- Returns an attribute
- SessionHelper::getLocale() — Method in class SessionHelper
- Returns the locale
- SessionHelper::getFlash() — Method in class SessionHelper
- SessionHelper::getFlashes() — Method in class SessionHelper
- SessionHelper::getName() — Method in class SessionHelper
- Returns the canonical name of this helper.
- TranslatorHelper::getName() — Method in class TranslatorHelper
- Returns the canonical name of this helper.
- PhpEngine::get() — Method in class PhpEngine
- Gets a helper value.
- TemplateReference::getPath() — Method in class TemplateReference
- Returns the path to the template.
- TemplateReference::getLogicalName() — Method in class TemplateReference
- Returns the "logical" template name.
- Translator::getLocale() — Method in class Translator
- Returns the current locale.
- ConstraintValidatorFactory::getInstance() — Method in class ConstraintValidatorFactory
- Given a Constrain, this returns the ConstraintValidatorInterface object that should be used to verify its validity.
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- MonologExtension::getXsdValidationBasePath() — Method in class MonologExtension
- Returns the base path for the XSD files.
- MonologExtension::getNamespace() — Method in class MonologExtension
- Returns the namespace to be used for this extension (XML namespace).
- SecurityDataCollector::getUser() — Method in class SecurityDataCollector
- Gets the user.
- SecurityDataCollector::getRoles() — Method in class SecurityDataCollector
- Gets the roles of the user.
- SecurityDataCollector::getName() — Method in class SecurityDataCollector
- {@inheritdoc}
- FactoryConfiguration::getConfigTreeBuilder() — Method in class FactoryConfiguration
- Generates the configuration tree builder.
- MainConfiguration::getConfigTreeBuilder() — Method in class MainConfiguration
- Generates the configuration tree builder.
- SecurityExtension::getXsdValidationBasePath() — Method in class SecurityExtension
- Returns the base path for the XSD files.
- SecurityExtension::getNamespace() — Method in class SecurityExtension
- Returns the namespace to be used for this extension (XML namespace).
- FormLoginFactory::getPosition() — Method in class FormLoginFactory
- FormLoginFactory::getKey() — Method in class FormLoginFactory
- HttpBasicFactory::getPosition() — Method in class HttpBasicFactory
- HttpBasicFactory::getKey() — Method in class HttpBasicFactory
- HttpDigestFactory::getPosition() — Method in class HttpDigestFactory
- HttpDigestFactory::getKey() — Method in class HttpDigestFactory
- RememberMeFactory::getPosition() — Method in class RememberMeFactory
- RememberMeFactory::getKey() — Method in class RememberMeFactory
- SecurityFactoryInterface::getPosition() — Method in class SecurityFactoryInterface
- SecurityFactoryInterface::getKey() — Method in class SecurityFactoryInterface
- X509Factory::getPosition() — Method in class X509Factory
- X509Factory::getKey() — Method in class X509Factory
- FirewallContext::getContext() — Method in class FirewallContext
- FirewallMap::getListeners() — Method in class FirewallMap
- Returns the authentication listeners, and the exception listener to use for the given request.
- SecurityHelper::getName() — Method in class SecurityHelper
- Returns the canonical name of this helper.
- SecurityExtension::getFunctions() — Method in class SecurityExtension
- {@inheritdoc}
- SecurityExtension::getName() — Method in class SecurityExtension
- Returns the name of the extension.
- MessageDataCollector::getMessageCount() — Method in class MessageDataCollector
- MessageDataCollector::getMessages() — Method in class MessageDataCollector
- MessageDataCollector::getName() — Method in class MessageDataCollector
- {@inheritdoc}
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- SwiftmailerExtension::getXsdValidationBasePath() — Method in class SwiftmailerExtension
- Returns the base path for the XSD files.
- SwiftmailerExtension::getNamespace() — Method in class SwiftmailerExtension
- Returns the namespace to be used for this extension (XML namespace).
- MessageLogger::getMessages() — Method in class MessageLogger
- Get the message list
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- TwigExtension::getXsdValidationBasePath() — Method in class TwigExtension
- Returns the base path for the XSD files.
- TwigExtension::getNamespace() — Method in class TwigExtension
- Returns the namespace to be used for this extension (XML namespace).
- ActionsExtension::getTokenParsers() — Method in class ActionsExtension
- Returns the token parser instance to add to the existing list.
- ActionsExtension::getName() — Method in class ActionsExtension
- AssetsExtension::getFunctions() — Method in class AssetsExtension
- Returns a list of functions to add to the existing list.
- AssetsExtension::getAssetUrl() — Method in class AssetsExtension
- Returns the public path of an asset.
- AssetsExtension::getAssetsVersion() — Method in class AssetsExtension
- Returns the version of the assets in a package.
- AssetsExtension::getName() — Method in class AssetsExtension
- Returns the name of the extension.
- CodeExtension::getFilters() — Method in class CodeExtension
- {@inheritdoc}
- CodeExtension::getFileLink() — Method in class CodeExtension
- CodeExtension::getName() — Method in class CodeExtension
- RenderTokenParser::getTag() — Method in class RenderTokenParser
- Gets the tag name associated with this token parser.
- Configuration::getConfigTreeBuilder() — Method in class Configuration
- Generates the configuration tree builder.
- WebProfilerExtension::getXsdValidationBasePath() — Method in class WebProfilerExtension
- Returns the base path for the XSD files.
- WebProfilerExtension::getNamespace() — Method in class WebProfilerExtension
- Returns the namespace to be used for this extension (XML namespace).
- Client::getServerParameter() — Method in class Client
- Gets single server parameter for specified key.
- Client::getHistory() — Method in class Client
- Returns the History instance.
- Client::getCookieJar() — Method in class Client
- Returns the CookieJar instance.
- Client::getCrawler() — Method in class Client
- Returns the current Crawler instance.
- Client::getResponse() — Method in class Client
- Returns the current Response instance.
- Client::getRequest() — Method in class Client
- Returns the current Request instance.
- Cookie::getName() — Method in class Cookie
- Gets the name of the cookie.
- Cookie::getValue() — Method in class Cookie
- Gets the value of the cookie.
- Cookie::getRawValue() — Method in class Cookie
- Gets the raw value of the cookie.
- Cookie::getExpiresTime() — Method in class Cookie
- Gets the expires time of the cookie.
- Cookie::getPath() — Method in class Cookie
- Gets the path of the cookie.
- Cookie::getDomain() — Method in class Cookie
- Gets the domain of the cookie.
- CookieJar::get() — Method in class CookieJar
- Gets a cookie by name.
- Request::getUri() — Method in class Request
- Gets the request URI.
- Request::getMethod() — Method in class Request
- Gets the request HTTP method.
- Request::getParameters() — Method in class Request
- Gets the request parameters.
- Request::getFiles() — Method in class Request
- Gets the request server files.
- Request::getCookies() — Method in class Request
- Gets the request cookies.
- Request::getServer() — Method in class Request
- Gets the request server parameters.
- Request::getContent() — Method in class Request
- Gets the request raw body data.
- Response::getContent() — Method in class Response
- Gets the response content.
- Response::getStatus() — Method in class Response
- Gets the response status code.
- Response::getHeaders() — Method in class Response
- Gets the response headers.
- Response::getHeader() — Method in class Response
- Gets a response header.
- UniversalClassLoader::getNamespaces() — Method in class UniversalClassLoader
- Gets the configured namespaces.
- UniversalClassLoader::getPrefixes() — Method in class UniversalClassLoader
- Gets the configured class prefixes.
- UniversalClassLoader::getNamespaceFallbacks() — Method in class UniversalClassLoader
- Gets the directory(ies) to use as a fallback for namespaces.
- UniversalClassLoader::getPrefixFallbacks() — Method in class UniversalClassLoader
- Gets the directory(ies) to use as a fallback for class prefixes.
- ArrayNode::getDefaultValue() — Method in class ArrayNode
- Retrieves the default value.
- BaseNode::getName() — Method in class BaseNode
- Returns the name of the node.
- BaseNode::getPath() — Method in class BaseNode
- Returns the path of the node.
- NodeDefinition::getNode() — Method in class NodeDefinition
- Creates the node.
- ConfigurationInterface::getConfigTreeBuilder() — Method in class ConfigurationInterface
- Generates the configuration tree builder.
- InvalidConfigurationException::getPath() — Method in class InvalidConfigurationException
- NodeInterface::getName() — Method in class NodeInterface
- Returns the name of the node.
- NodeInterface::getPath() — Method in class NodeInterface
- Returns the path of the node.
- NodeInterface::getDefaultValue() — Method in class NodeInterface
- Returns the default value of the node.
- PrototypedArrayNode::getDefaultValue() — Method in class PrototypedArrayNode
- Retrieves the default value.
- VariableNode::getDefaultValue() — Method in class VariableNode
- {@inheritDoc}
- FileLoader::getLocator() — Method in class FileLoader
- Loader::getResolver() — Method in class Loader
- Gets the loader resolver.
- LoaderInterface::getResolver() — Method in class LoaderInterface
- Gets the loader resolver.
- LoaderResolver::getLoaders() — Method in class LoaderResolver
- Returns the registered loaders.
- DirectoryResource::getResource() — Method in class DirectoryResource
- Returns the resource tied to this Resource.
- FileResource::getResource() — Method in class FileResource
- Returns the resource tied to this Resource.
- ResourceInterface::getResource() — Method in class ResourceInterface
- Returns the resource tied to this Resource.
- Application::getHelperSet() — Method in class Application
- Get the helper set associated with the command.
- Application::getDefinition() — Method in class Application
- Gets the InputDefinition related to this Application.
- Application::getHelp() — Method in class Application
- Gets the help message.
- Application::getName() — Method in class Application
- Gets the name of the application.
- Application::getVersion() — Method in class Application
- Gets the application version.
- Application::getLongVersion() — Method in class Application
- Returns the long version of the application.
- Application::get() — Method in class Application
- Returns a registered command by name or alias.
- Application::getNamespaces() — Method in class Application
- Returns an array of all unique namespaces used by currently registered commands.
- Application::getAbbreviations() — Method in class Application
- Returns an array of possible abbreviations given a set of names.
- Command::getHelperSet() — Method in class Command
- Gets the helper set.
- Command::getApplication() — Method in class Command
- Gets the application instance for this command.
- Command::getDefinition() — Method in class Command
- Gets the InputDefinition attached to this Command.
- Command::getName() — Method in class Command
- Returns the command name.
- Command::getDescription() — Method in class Command
- Returns the description for the command.
- Command::getHelp() — Method in class Command
- Returns the help for the command.
- Command::getProcessedHelp() — Method in class Command
- Returns the processed help for the command replacing the %command.name% and %command.full_name% patterns with the real values dynamically.
- Command::getAliases() — Method in class Command
- Returns the aliases for the command.
- Command::getSynopsis() — Method in class Command
- Returns the synopsis for the command.
- Command::getHelper() — Method in class Command
- Gets a helper instance by name.
- OutputFormatter::getStyle() — Method in class OutputFormatter
- Gets style options from style with specified name.
- OutputFormatterInterface::getStyle() — Method in class OutputFormatterInterface
- Gets style options from style with specified name.
- DialogHelper::getName() — Method in class DialogHelper
- Returns the helper's canonical name.
- FormatterHelper::getName() — Method in class FormatterHelper
- Returns the helper's canonical name.
- Helper::getHelperSet() — Method in class Helper
- Gets the helper set associated with this helper.
- HelperInterface::getHelperSet() — Method in class HelperInterface
- Gets the helper set associated with this helper.
- HelperInterface::getName() — Method in class HelperInterface
- Returns the canonical name of this helper.
- HelperSet::get() — Method in class HelperSet
- Gets a helper value.
- HelperSet::getCommand() — Method in class HelperSet
- Gets the command associated with this helper set.
- ArgvInput::getFirstArgument() — Method in class ArgvInput
- Returns the first argument from the raw parameters (not parsed).
- ArgvInput::getParameterOption() — Method in class ArgvInput
- Returns the value of a raw option (not parsed).
- ArrayInput::getFirstArgument() — Method in class ArrayInput
- Returns the first argument from the raw parameters (not parsed).
- ArrayInput::getParameterOption() — Method in class ArrayInput
- Returns the value of a raw option (not parsed).
- Input::getArguments() — Method in class Input
- Returns all the given arguments merged with the default values.
- Input::getArgument() — Method in class Input
- Gets argument by name.
- Input::getOptions() — Method in class Input
- Returns all the given options merged with the default values.
- Input::getOption() — Method in class Input
- Gets an option by name.
- InputArgument::getName() — Method in class InputArgument
- Returns the argument name.
- InputArgument::getDefault() — Method in class InputArgument
- Returns the default value.
- InputArgument::getDescription() — Method in class InputArgument
- Returns the description text.
- InputDefinition::getArgument() — Method in class InputDefinition
- Returns an InputArgument by name or by position.
- InputDefinition::getArguments() — Method in class InputDefinition
- Gets the array of InputArgument objects.
- InputDefinition::getArgumentCount() — Method in class InputDefinition
- Returns the number of InputArguments.
- InputDefinition::getArgumentRequiredCount() — Method in class InputDefinition
- Returns the number of required InputArguments.
- InputDefinition::getArgumentDefaults() — Method in class InputDefinition
- Gets the default values.
- InputDefinition::getOption() — Method in class InputDefinition
- Returns an InputOption by name.
- InputDefinition::getOptions() — Method in class InputDefinition
- Gets the array of InputOption objects.
- InputDefinition::getOptionForShortcut() — Method in class InputDefinition
- Gets an InputOption by shortcut.
- InputDefinition::getOptionDefaults() — Method in class InputDefinition
- Gets an array of default values.
- InputDefinition::getSynopsis() — Method in class InputDefinition
- Gets the synopsis.
- InputInterface::getFirstArgument() — Method in class InputInterface
- Returns the first argument from the raw parameters (not parsed).
- InputInterface::getParameterOption() — Method in class InputInterface
- Returns the value of a raw option (not parsed).
- InputInterface::getArguments() — Method in class InputInterface
- Returns all the given arguments merged with the default values.
- InputInterface::getArgument() — Method in class InputInterface
- Gets argument by name.
- InputInterface::getOptions() — Method in class InputInterface
- Returns all the given options merged with the default values.
- InputInterface::getOption() — Method in class InputInterface
- Gets an option by name.
- InputOption::getShortcut() — Method in class InputOption
- Returns the option shortcut.
- InputOption::getName() — Method in class InputOption
- Returns the option name.
- InputOption::getDefault() — Method in class InputOption
- Returns the default value.
- InputOption::getDescription() — Method in class InputOption
- Returns the description text.
- Output::getFormatter() — Method in class Output
- Returns current output formatter instance.
- Output::getVerbosity() — Method in class Output
- Gets the current verbosity of the output.
- OutputInterface::getVerbosity() — Method in class OutputInterface
- Gets the current verbosity of the output.
- OutputInterface::getFormatter() — Method in class OutputInterface
- Returns current output formatter instance.
- StreamOutput::getStream() — Method in class StreamOutput
- Gets the stream attached to this StreamOutput instance.
- ApplicationTester::getDisplay() — Method in class ApplicationTester
- Gets the display returned by the last execution of the application.
- ApplicationTester::getInput() — Method in class ApplicationTester
- Gets the input instance used by the last execution of the application.
- ApplicationTester::getOutput() — Method in class ApplicationTester
- Gets the output instance used by the last execution of the application.
- CommandTester::getDisplay() — Method in class CommandTester
- Gets the display returned by the last execution of the command.
- CommandTester::getInput() — Method in class CommandTester
- Gets the input instance used by the last execution of the command.
- CommandTester::getOutput() — Method in class CommandTester
- Gets the output instance used by the last execution of the command.
- Token::getPosition() — Method in class Token
- Gets the position of this token.
- TokenStream::getUsed() — Method in class TokenStream
- Gets the tokens that have already been visited in this stream.
- XPathExpr::getPrefix() — Method in class XPathExpr
- Gets the prefix of this XPath expression.
- XPathExpr::getPath() — Method in class XPathExpr
- Gets the path of this XPath expression.
- XPathExpr::getElement() — Method in class XPathExpr
- Gets the element of this XPath expression.
- XPathExpr::getCondition() — Method in class XPathExpr
- Gets the condition of this XPath expression.
- Compiler::getPassConfig() — Method in class Compiler
- Returns the PassConfig.
- Compiler::getServiceReferenceGraph() — Method in class Compiler
- Returns the ServiceReferenceGraph.
- Compiler::getLoggingFormatter() — Method in class Compiler
- Returns the logging formatter which can be used by compilation passes.
- Compiler::getLog() — Method in class Compiler
- Returns the log.
- PassConfig::getPasses() — Method in class PassConfig
- Returns all passes in order to be processed.
- PassConfig::getAfterRemovingPasses() — Method in class PassConfig
- Gets all passes for the AfterRemoving pass.
- PassConfig::getBeforeOptimizationPasses() — Method in class PassConfig
- Gets all passes for the BeforeOptimization pass.
- PassConfig::getBeforeRemovingPasses() — Method in class PassConfig
- Gets all passes for the BeforeRemoving pass.
- PassConfig::getOptimizationPasses() — Method in class PassConfig
- Gets all passes for the Optimization pass.
- PassConfig::getRemovingPasses() — Method in class PassConfig
- Gets all passes for the Removing pass.
- PassConfig::getMergePass() — Method in class PassConfig
- Gets all passes for the Merge pass.
- RepeatedPass::getPasses() — Method in class RepeatedPass
- Returns the passes
- ServiceReferenceGraph::getNode() — Method in class ServiceReferenceGraph
- Gets a node by identifier.
- ServiceReferenceGraph::getNodes() — Method in class ServiceReferenceGraph
- Returns all nodes.
- ServiceReferenceGraphEdge::getValue() — Method in class ServiceReferenceGraphEdge
- Returns the value of the edge
- ServiceReferenceGraphEdge::getSourceNode() — Method in class ServiceReferenceGraphEdge
- Returns the source node
- ServiceReferenceGraphEdge::getDestNode() — Method in class ServiceReferenceGraphEdge
- Returns the destination node
- ServiceReferenceGraphNode::getId() — Method in class ServiceReferenceGraphNode
- Returns the identifier.
- ServiceReferenceGraphNode::getInEdges() — Method in class ServiceReferenceGraphNode
- Returns the in edges.
- ServiceReferenceGraphNode::getOutEdges() — Method in class ServiceReferenceGraphNode
- Returns the out edges.
- ServiceReferenceGraphNode::getValue() — Method in class ServiceReferenceGraphNode
- Returns the value of this Node
- Container::getParameterBag() — Method in class Container
- Gets the service container parameter bag.
- Container::getParameter() — Method in class Container
- Gets a parameter.
- Container::get() — Method in class Container
- Gets a service.
- Container::getServiceIds() — Method in class Container
- Gets all service ids.
- ContainerBuilder::getExtension() — Method in class ContainerBuilder
- Returns an extension by alias or namespace.
- ContainerBuilder::getExtensions() — Method in class ContainerBuilder
- Returns all registered extensions.
- ContainerBuilder::getResources() — Method in class ContainerBuilder
- Returns an array of resources loaded to build this configuration.
- ContainerBuilder::getCompilerPassConfig() — Method in class ContainerBuilder
- Returns the compiler pass config which can then be modified.
- ContainerBuilder::getCompiler() — Method in class ContainerBuilder
- Returns the compiler.
- ContainerBuilder::getScopes() — Method in class ContainerBuilder
- Returns all Scopes.
- ContainerBuilder::getScopeChildren() — Method in class ContainerBuilder
- Returns all Scope children.
- ContainerBuilder::get() — Method in class ContainerBuilder
- Gets a service.
- ContainerBuilder::getExtensionConfig() — Method in class ContainerBuilder
- Returns the configuration array for the given extension.
- ContainerBuilder::getServiceIds() — Method in class ContainerBuilder
- Gets all service ids.
- ContainerBuilder::getAliases() — Method in class ContainerBuilder
- Gets all defined aliases.
- ContainerBuilder::getAlias() — Method in class ContainerBuilder
- Gets an alias.
- ContainerBuilder::getDefinitions() — Method in class ContainerBuilder
- Gets all service definitions.
- ContainerBuilder::getDefinition() — Method in class ContainerBuilder
- Gets a service definition.
- ContainerBuilder::getServiceConditionals() — Method in class ContainerBuilder
- Returns the Service Conditionals.
- ContainerInterface::get() — Method in class ContainerInterface
- Gets a service.
- ContainerInterface::getParameter() — Method in class ContainerInterface
- Gets a parameter.
- Definition::getFactoryClass() — Method in class Definition
- Gets the factory class.
- Definition::getFactoryMethod() — Method in class Definition
- Gets the factory method.
- Definition::getFactoryService() — Method in class Definition
- Gets the factory service id.
- Definition::getClass() — Method in class Definition
- Sets the service class.
- Definition::getProperties() — Method in class Definition
- Definition::getArguments() — Method in class Definition
- Gets the arguments to pass to the service constructor/factory method.
- Definition::getArgument() — Method in class Definition
- Gets an argument to pass to the service constructor/factory method.
- Definition::getMethodCalls() — Method in class Definition
- Gets the methods to call after service initialization.
- Definition::getTags() — Method in class Definition
- Returns all tags.
- Definition::getTag() — Method in class Definition
- Gets a tag by name.
- Definition::getFile() — Method in class Definition
- Gets the file to require before creating the service.
- Definition::getScope() — Method in class Definition
- Returns the scope of the service
- Definition::getConfigurator() — Method in class Definition
- Gets the configurator to call after the service is fully initialized.
- DefinitionDecorator::getParent() — Method in class DefinitionDecorator
- Returns the Definition being decorated.
- DefinitionDecorator::getChanges() — Method in class DefinitionDecorator
- Returns all changes tracked for the Definition object.
- DefinitionDecorator::getArgument() — Method in class DefinitionDecorator
- Gets an argument to pass to the service constructor/factory method.
- GraphvizDumper — Class in namespace Symfony\Component\DependencyInjection\Dumper
- GraphvizDumper dumps a service container as a graphviz file.
- InactiveScopeException::getServiceId() — Method in class InactiveScopeException
- InactiveScopeException::getScope() — Method in class InactiveScopeException
- ParameterCircularReferenceException::getParameters() — Method in class ParameterCircularReferenceException
- ParameterNotFoundException::getKey() — Method in class ParameterNotFoundException
- ParameterNotFoundException::getSourceId() — Method in class ParameterNotFoundException
- ParameterNotFoundException::getSourceKey() — Method in class ParameterNotFoundException
- ScopeCrossingInjectionException::getSourceServiceId() — Method in class ScopeCrossingInjectionException
- ScopeCrossingInjectionException::getSourceScope() — Method in class ScopeCrossingInjectionException
- ScopeCrossingInjectionException::getDestServiceId() — Method in class ScopeCrossingInjectionException
- ScopeCrossingInjectionException::getDestScope() — Method in class ScopeCrossingInjectionException
- ScopeWideningInjectionException::getSourceServiceId() — Method in class ScopeWideningInjectionException
- ScopeWideningInjectionException::getSourceScope() — Method in class ScopeWideningInjectionException
- ScopeWideningInjectionException::getDestServiceId() — Method in class ScopeWideningInjectionException
- ScopeWideningInjectionException::getDestScope() — Method in class ScopeWideningInjectionException
- ServiceCircularReferenceException::getServiceId() — Method in class ServiceCircularReferenceException
- ServiceCircularReferenceException::getPath() — Method in class ServiceCircularReferenceException
- ServiceNotFoundException::getId() — Method in class ServiceNotFoundException
- ServiceNotFoundException::getSourceId() — Method in class ServiceNotFoundException
- ExtensionInterface::getNamespace() — Method in class ExtensionInterface
- Returns the namespace to be used for this extension (XML namespace).
- ExtensionInterface::getXsdValidationBasePath() — Method in class ExtensionInterface
- Returns the base path for the XSD files.
- ExtensionInterface::getAlias() — Method in class ExtensionInterface
- Returns the recommended alias to use in XML.
- ParameterBag::get() — Method in class ParameterBag
- Gets a service container parameter.
- ParameterBagInterface::get() — Method in class ParameterBagInterface
- Gets a service container parameter.
- Reference::getInvalidBehavior() — Method in class Reference
- Returns the behavior to be used when the service does not exist.
- Scope::getName() — Method in class Scope
- Scope::getParentName() — Method in class Scope
- ScopeInterface::getName() — Method in class ScopeInterface
- ScopeInterface::getParentName() — Method in class ScopeInterface
- SimpleXMLElement::getAttributeAsPhp() — Method in class SimpleXMLElement
- Converts an attribute as a php type.
- SimpleXMLElement::getArgumentsAsPhp() — Method in class SimpleXMLElement
- Returns arguments as valid php types.
- ChoiceFormField::getType() — Method in class ChoiceFormField
- Returns the type of the choice field (radio, select, or checkbox).
- FormField::getName() — Method in class FormField
- Returns the name of the field.
- FormField::getValue() — Method in class FormField
- Gets the value of the field.
- Form::getFormNode() — Method in class Form
- Gets the form node associated with this form.
- Form::getValues() — Method in class Form
- Gets the field values.
- Form::getFiles() — Method in class Form
- Gets the file field values.
- Form::getPhpValues() — Method in class Form
- Gets the field values as PHP.
- Form::getPhpFiles() — Method in class Form
- Gets the file field values as PHP.
- Form::getUri() — Method in class Form
- Gets the URI of the form.
- Form::getMethod() — Method in class Form
- Gets the form method.
- Form::get() — Method in class Form
- Gets a named field.
- Link::getNode() — Method in class Link
- Gets the node associated with this link.
- Link::getMethod() — Method in class Link
- Gets the method associated with this link.
- Link::getUri() — Method in class Link
- Gets the URI associated with this link.
- EventDispatcher::getListeners() — Method in class EventDispatcher
- EventDispatcherInterface::getListeners() — Method in class EventDispatcherInterface
- Gets the listeners of a specific event or all listeners.
- Comparator::getTarget() — Method in class Comparator
- Gets the target value.
- Comparator::getOperator() — Method in class Comparator
- Gets the comparison operator.
- Finder::getIterator() — Method in class Finder
- Returns an Iterator for the current Finder configuration.
- Glob — Class in namespace Symfony\Component\Finder
- Glob matches globbing patterns against text.
- SortableIterator::getIterator() — Method in class SortableIterator
- SplFileInfo::getRelativePath() — Method in class SplFileInfo
- Returns the relative path
- SplFileInfo::getRelativePathname() — Method in class SplFileInfo
- Returns the relative path name
- AbstractExtension::getType() — Method in class AbstractExtension
- Returns a type by name.
- AbstractExtension::getTypeExtensions() — Method in class AbstractExtension
- Returns the extensions for the given type.
- AbstractExtension::getTypeGuesser() — Method in class AbstractExtension
- Returns the type guesser provided by this extension.
- AbstractType::getDefaultOptions() — Method in class AbstractType
- Returns the default options for this type.
- AbstractType::getAllowedOptionValues() — Method in class AbstractType
- Returns the allowed option values for each option (if any).
- AbstractType::getParent() — Method in class AbstractType
- Returns the name of the parent type.
- AbstractType::getExtensions() — Method in class AbstractType
- Returns the extensions associated with this type.
- AbstractTypeExtension::getDefaultOptions() — Method in class AbstractTypeExtension
- Overrides the default options form the extended type.
- AbstractTypeExtension::getAllowedOptionValues() — Method in class AbstractTypeExtension
- Returns the allowed option values for each option (if any).
- DataEvent::getForm() — Method in class DataEvent
- Returns the form at the source of the event.
- DataEvent::getData() — Method in class DataEvent
- Returns the data associated with this event.
- InvalidOptionsException::getOptions() — Method in class InvalidOptionsException
- MissingOptionsException::getOptions() — Method in class MissingOptionsException
- ArrayChoiceList::getChoices() — Method in class ArrayChoiceList
- Returns a list of choices
- ChoiceListInterface::getChoices() — Method in class ChoiceListInterface
- Returns a list of choices
- TimezoneChoiceList::getChoices() — Method in class TimezoneChoiceList
- Returns a list of choices
- FixRadioInputListener::getSubscribedEvents() — Method in class FixRadioInputListener
- FixUrlProtocolListener::getSubscribedEvents() — Method in class FixUrlProtocolListener
- ResizeFormListener::getSubscribedEvents() — Method in class ResizeFormListener
- TrimListener::getSubscribedEvents() — Method in class TrimListener
- BirthdayType::getDefaultOptions() — Method in class BirthdayType
- Returns the default options for this type.
- BirthdayType::getParent() — Method in class BirthdayType
- Returns the name of the parent type.
- BirthdayType::getName() — Method in class BirthdayType
- {@inheritdoc}
- CheckboxType::getDefaultOptions() — Method in class CheckboxType
- Returns the default options for this type.
- CheckboxType::getParent() — Method in class CheckboxType
- Returns the name of the parent type.
- CheckboxType::getName() — Method in class CheckboxType
- {@inheritdoc}
- ChoiceType::getDefaultOptions() — Method in class ChoiceType
- Returns the default options for this type.
- ChoiceType::getParent() — Method in class ChoiceType
- Returns the name of the parent type.
- ChoiceType::getName() — Method in class ChoiceType
- {@inheritdoc}
- CollectionType::getDefaultOptions() — Method in class CollectionType
- Returns the default options for this type.
- CollectionType::getName() — Method in class CollectionType
- {@inheritdoc}
- CountryType::getDefaultOptions() — Method in class CountryType
- Returns the default options for this type.
- CountryType::getParent() — Method in class CountryType
- Returns the name of the parent type.
- CountryType::getName() — Method in class CountryType
- {@inheritdoc}
- DateTimeType::getDefaultOptions() — Method in class DateTimeType
- Returns the default options for this type.
- DateTimeType::getAllowedOptionValues() — Method in class DateTimeType
- Returns the allowed option values for each option (if any).
- DateTimeType::getParent() — Method in class DateTimeType
- Returns the name of the parent type.
- DateTimeType::getName() — Method in class DateTimeType
- {@inheritdoc}
- DateType::getDefaultOptions() — Method in class DateType
- Returns the default options for this type.
- DateType::getAllowedOptionValues() — Method in class DateType
- Returns the allowed option values for each option (if any).
- DateType::getParent() — Method in class DateType
- Returns the name of the parent type.
- DateType::getName() — Method in class DateType
- {@inheritdoc}
- EmailType::getParent() — Method in class EmailType
- Returns the name of the parent type.
- EmailType::getName() — Method in class EmailType
- {@inheritdoc}
- FieldType::getDefaultOptions() — Method in class FieldType
- Returns the default options for this type.
- FieldType::getParent() — Method in class FieldType
- Returns the name of the parent type.
- FieldType::getName() — Method in class FieldType
- {@inheritdoc}
- FileType::getParent() — Method in class FileType
- Returns the name of the parent type.
- FileType::getName() — Method in class FileType
- {@inheritdoc}
- FormType::getDefaultOptions() — Method in class FormType
- Returns the default options for this type.
- FormType::getParent() — Method in class FormType
- Returns the name of the parent type.
- FormType::getName() — Method in class FormType
- {@inheritdoc}
- HiddenType::getDefaultOptions() — Method in class HiddenType
- Returns the default options for this type.
- HiddenType::getParent() — Method in class HiddenType
- Returns the name of the parent type.
- HiddenType::getName() — Method in class HiddenType
- {@inheritdoc}
- IntegerType::getDefaultOptions() — Method in class IntegerType
- Returns the default options for this type.
- IntegerType::getAllowedOptionValues() — Method in class IntegerType
- Returns the allowed option values for each option (if any).
- IntegerType::getParent() — Method in class IntegerType
- Returns the name of the parent type.
- IntegerType::getName() — Method in class IntegerType
- {@inheritdoc}
- LanguageType::getDefaultOptions() — Method in class LanguageType
- Returns the default options for this type.
- LanguageType::getParent() — Method in class LanguageType
- Returns the name of the parent type.
- LanguageType::getName() — Method in class LanguageType
- {@inheritdoc}
- LocaleType::getDefaultOptions() — Method in class LocaleType
- Returns the default options for this type.
- LocaleType::getParent() — Method in class LocaleType
- Returns the name of the parent type.
- LocaleType::getName() — Method in class LocaleType
- {@inheritdoc}
- MoneyType::getDefaultOptions() — Method in class MoneyType
- Returns the default options for this type.
- MoneyType::getParent() — Method in class MoneyType
- Returns the name of the parent type.
- MoneyType::getName() — Method in class MoneyType
- {@inheritdoc}
- NumberType::getDefaultOptions() — Method in class NumberType
- Returns the default options for this type.
- NumberType::getAllowedOptionValues() — Method in class NumberType
- Returns the allowed option values for each option (if any).
- NumberType::getParent() — Method in class NumberType
- Returns the name of the parent type.
- NumberType::getName() — Method in class NumberType
- {@inheritdoc}
- PasswordType::getDefaultOptions() — Method in class PasswordType
- Returns the default options for this type.
- PasswordType::getParent() — Method in class PasswordType
- Returns the name of the parent type.
- PasswordType::getName() — Method in class PasswordType
- {@inheritdoc}
- PercentType::getDefaultOptions() — Method in class PercentType
- Returns the default options for this type.
- PercentType::getAllowedOptionValues() — Method in class PercentType
- Returns the allowed option values for each option (if any).
- PercentType::getParent() — Method in class PercentType
- Returns the name of the parent type.
- PercentType::getName() — Method in class PercentType
- {@inheritdoc}
- RadioType::getDefaultOptions() — Method in class RadioType
- Returns the default options for this type.
- RadioType::getParent() — Method in class RadioType
- Returns the name of the parent type.
- RadioType::getName() — Method in class RadioType
- {@inheritdoc}
- RepeatedType::getDefaultOptions() — Method in class RepeatedType
- Returns the default options for this type.
- RepeatedType::getName() — Method in class RepeatedType
- {@inheritdoc}
- SearchType::getParent() — Method in class SearchType
- Returns the name of the parent type.
- SearchType::getName() — Method in class SearchType
- {@inheritdoc}
- TextType::getParent() — Method in class TextType
- Returns the name of the parent type.
- TextType::getName() — Method in class TextType
- {@inheritdoc}
- TextareaType::getParent() — Method in class TextareaType
- Returns the name of the parent type.
- TextareaType::getName() — Method in class TextareaType
- {@inheritdoc}
- TimeType::getDefaultOptions() — Method in class TimeType
- Returns the default options for this type.
- TimeType::getAllowedOptionValues() — Method in class TimeType
- Returns the allowed option values for each option (if any).
- TimeType::getParent() — Method in class TimeType
- Returns the name of the parent type.
- TimeType::getName() — Method in class TimeType
- {@inheritdoc}
- TimezoneType::getDefaultOptions() — Method in class TimezoneType
- Returns the default options for this type.
- TimezoneType::getParent() — Method in class TimezoneType
- Returns the name of the parent type.
- TimezoneType::getName() — Method in class TimezoneType
- {@inheritdoc}
- UrlType::getDefaultOptions() — Method in class UrlType
- Returns the default options for this type.
- UrlType::getParent() — Method in class UrlType
- Returns the name of the parent type.
- UrlType::getName() — Method in class UrlType
- {@inheritdoc}
- CsrfProviderInterface::generateCsrfToken() — Method in class CsrfProviderInterface
- Generates a CSRF token for a page of your application.
- DefaultCsrfProvider::generateCsrfToken() — Method in class DefaultCsrfProvider
- Generates a CSRF token for a page of your application.
- ChoiceTypeCsrfExtension::getDefaultOptions() — Method in class ChoiceTypeCsrfExtension
- Overrides the default options form the extended type.
- ChoiceTypeCsrfExtension::getExtendedType() — Method in class ChoiceTypeCsrfExtension
- CsrfType::getDefaultOptions() — Method in class CsrfType
- Returns the default options for this type.
- CsrfType::getParent() — Method in class CsrfType
- Returns the name of the parent type.
- CsrfType::getName() — Method in class CsrfType
- Returns the name of this form.
- DateTypeCsrfExtension::getDefaultOptions() — Method in class DateTypeCsrfExtension
- Overrides the default options form the extended type.
- DateTypeCsrfExtension::getExtendedType() — Method in class DateTypeCsrfExtension
- FormTypeCsrfExtension::getDefaultOptions() — Method in class FormTypeCsrfExtension
- Overrides the default options form the extended type.
- FormTypeCsrfExtension::getExtendedType() — Method in class FormTypeCsrfExtension
- {@inheritDoc}
- RepeatedTypeCsrfExtension::getDefaultOptions() — Method in class RepeatedTypeCsrfExtension
- Overrides the default options form the extended type.
- RepeatedTypeCsrfExtension::getExtendedType() — Method in class RepeatedTypeCsrfExtension
- TimeTypeCsrfExtension::getDefaultOptions() — Method in class TimeTypeCsrfExtension
- Overrides the default options form the extended type.
- TimeTypeCsrfExtension::getExtendedType() — Method in class TimeTypeCsrfExtension
- DependencyInjectionExtension::getType() — Method in class DependencyInjectionExtension
- Returns a type by name.
- DependencyInjectionExtension::getTypeExtensions() — Method in class DependencyInjectionExtension
- Returns the extensions for the given type.
- DependencyInjectionExtension::getTypeGuesser() — Method in class DependencyInjectionExtension
- Returns the type guesser provided by this extension.
- FieldTypeValidatorExtension::getDefaultOptions() — Method in class FieldTypeValidatorExtension
- Overrides the default options form the extended type.
- FieldTypeValidatorExtension::getExtendedType() — Method in class FieldTypeValidatorExtension
- ValidatorTypeGuesser::guessType() — Method in class ValidatorTypeGuesser
- Returns a field guess for a property name of a class
- ValidatorTypeGuesser::guessRequired() — Method in class ValidatorTypeGuesser
- Returns a guess whether a property of a class is required
- ValidatorTypeGuesser::guessMaxLength() — Method in class ValidatorTypeGuesser
- Returns a guess about the field's maximum length
- ValidatorTypeGuesser::guessMinLength() — Method in class ValidatorTypeGuesser
- Returns a guess about the field's minimum length
- ValidatorTypeGuesser::guessTypeForConstraint() — Method in class ValidatorTypeGuesser
- Guesses a field class name for a given constraint
- ValidatorTypeGuesser::guessRequiredForConstraint() — Method in class ValidatorTypeGuesser
- Guesses whether a field is required based on the given constraint
- ValidatorTypeGuesser::guessMaxLengthForConstraint() — Method in class ValidatorTypeGuesser
- Guesses a field's maximum length based on the given constraint
- ValidatorTypeGuesser::guessMinLengthForConstraint() — Method in class ValidatorTypeGuesser
- Guesses a field's minimum length based on the given constraint
- Form::getName() — Method in class Form
- Returns the name by which the form is identified in forms.
- Form::getTypes() — Method in class Form
- Returns the supported types.
- Form::getParent() — Method in class Form
- Returns the parent form.
- Form::getRoot() — Method in class Form
- Returns the root of the form tree.
- Form::getAttribute() — Method in class Form
- Returns the value of the attributes with the given name.
- Form::getData() — Method in class Form
- Returns the data in the format needed for the underlying object.
- Form::getClientData() — Method in class Form
- Returns the data transformed by the value transformer.
- Form::getExtraData() — Method in class Form
- Returns the extra data.
- Form::getNormData() — Method in class Form
- Returns the normalized data of the field.
- Form::getErrorBubbling() — Method in class Form
- Returns whether errors bubble up to the parent.
- Form::getErrors() — Method in class Form
- Returns all errors.
- Form::getNormTransformers() — Method in class Form
- Returns the DataTransformers.
- Form::getClientTransformers() — Method in class Form
- Returns the DataTransformers.
- Form::getChildren() — Method in class Form
- Returns all children in this group.
- Form::get() — Method in class Form
- Returns the child with the given name.
- Form::getIterator() — Method in class Form
- Returns the iterator for this group.
- FormBuilder::getFormFactory() — Method in class FormBuilder
- Returns the associated form factory.
- FormBuilder::getName() — Method in class FormBuilder
- Returns the name of the form.
- FormBuilder::getData() — Method in class FormBuilder
- Returns the data in the format needed for the underlying object.
- FormBuilder::getReadOnly() — Method in class FormBuilder
- Returns whether the form is read only.
- FormBuilder::getRequired() — Method in class FormBuilder
- Returns whether this field is required to be filled out when bound.
- FormBuilder::getErrorBubbling() — Method in class FormBuilder
- Returns whether errors bubble up to the parent.
- FormBuilder::getValidators() — Method in class FormBuilder
- Returns the validators used by the form.
- FormBuilder::getNormTransformers() — Method in class FormBuilder
- Returns all the normalization transformers.
- FormBuilder::getClientTransformers() — Method in class FormBuilder
- Returns all the client transformers.
- FormBuilder::getAttribute() — Method in class FormBuilder
- Returns the value of the attributes with the given name.
- FormBuilder::getAttributes() — Method in class FormBuilder
- Returns all the attributes.
- FormBuilder::getDataMapper() — Method in class FormBuilder
- Returns the data mapper used by the form.
- FormBuilder::getTypes() — Method in class FormBuilder
- Return the types.
- FormBuilder::getEmptyData() — Method in class FormBuilder
- Returns the data used for the client data when no value is bound.
- FormBuilder::get() — Method in class FormBuilder
- Returns a child by name.
- FormBuilder::getForm() — Method in class FormBuilder
- Creates the form.
- FormError::getMessageTemplate() — Method in class FormError
- Returns the error message template
- FormError::getMessageParameters() — Method in class FormError
- Returns the parameters to be inserted in the message template
- FormExtensionInterface::getType() — Method in class FormExtensionInterface
- Returns a type by name.
- FormExtensionInterface::getTypeExtensions() — Method in class FormExtensionInterface
- Returns the extensions for the given type.
- FormExtensionInterface::getTypeGuesser() — Method in class FormExtensionInterface
- Returns the type guesser provided by this extension.
- FormFactory::getType() — Method in class FormFactory
- FormFactoryInterface::getType() — Method in class FormFactoryInterface
- FormInterface::getParent() — Method in class FormInterface
- Returns the parent form.
- FormInterface::getChildren() — Method in class FormInterface
- Returns all children in this group.
- FormInterface::getErrors() — Method in class FormInterface
- Returns all errors.
- FormInterface::getData() — Method in class FormInterface
- Returns the data in the format needed for the underlying object.
- FormInterface::getNormData() — Method in class FormInterface
- Returns the normalized data of the field.
- FormInterface::getClientData() — Method in class FormInterface
- Returns the data transformed by the value transformer.
- FormInterface::getExtraData() — Method in class FormInterface
- Returns the extra data.
- FormInterface::getTypes() — Method in class FormInterface
- Returns the supported types.
- FormInterface::getName() — Method in class FormInterface
- Returns the name by which the form is identified in forms.
- FormInterface::getAttribute() — Method in class FormInterface
- Returns the value of the attributes with the given name.
- FormInterface::getRoot() — Method in class FormInterface
- Returns the root of the form tree.
- FormTypeExtensionInterface::getDefaultOptions() — Method in class FormTypeExtensionInterface
- Overrides the default options form the extended type.
- FormTypeExtensionInterface::getAllowedOptionValues() — Method in class FormTypeExtensionInterface
- Returns the allowed option values for each option (if any).
- FormTypeExtensionInterface::getExtendedType() — Method in class FormTypeExtensionInterface
- Returns the name of the type being extended
- FormTypeGuesserChain::guessType() — Method in class FormTypeGuesserChain
- Returns a field guess for a property name of a class
- FormTypeGuesserChain::guessRequired() — Method in class FormTypeGuesserChain
- Returns a guess whether a property of a class is required
- FormTypeGuesserChain::guessMaxLength() — Method in class FormTypeGuesserChain
- Returns a guess about the field's maximum length
- FormTypeGuesserChain::guessMinLength() — Method in class FormTypeGuesserChain
- Returns a guess about the field's minimum length
- FormTypeGuesserInterface::guessType() — Method in class FormTypeGuesserInterface
- Returns a field guess for a property name of a class
- FormTypeGuesserInterface::guessRequired() — Method in class FormTypeGuesserInterface
- Returns a guess whether a property of a class is required
- FormTypeGuesserInterface::guessMaxLength() — Method in class FormTypeGuesserInterface
- Returns a guess about the field's maximum length
- FormTypeGuesserInterface::guessMinLength() — Method in class FormTypeGuesserInterface
- Returns a guess about the field's minimum length
- FormTypeInterface::getDefaultOptions() — Method in class FormTypeInterface
- Returns the default options for this type.
- FormTypeInterface::getAllowedOptionValues() — Method in class FormTypeInterface
- Returns the allowed option values for each option (if any).
- FormTypeInterface::getParent() — Method in class FormTypeInterface
- Returns the name of the parent type.
- FormTypeInterface::getName() — Method in class FormTypeInterface
- Returns the name of this type.
- FormTypeInterface::getExtensions() — Method in class FormTypeInterface
- Returns the extensions associated with this type.
- FormView::get() — Method in class FormView
- FormView::getVars() — Method in class FormView
- Alias of all so it is possible to do `form.vars.foo`
- FormView::getParent() — Method in class FormView
- Returns the parent view.
- FormView::getChildren() — Method in class FormView
- Returns the children.
- FormView::getChild() — Method in class FormView
- Returns a given child.
- FormView::getIterator() — Method in class FormView
- Returns an iterator to iterate over children (implements \IteratorAggregate)
- Guess — Class in namespace Symfony\Component\Form\Guess
- Base class for guesses made by TypeGuesserInterface implementation
- Guess::getBestGuess() — Method in class Guess
- Returns the guess most likely to be correct from a list of guesses
- Guess::getConfidence() — Method in class Guess
- Returns the confidence that the guessed value is correct
- TypeGuess::getType() — Method in class TypeGuess
- Returns the guessed field type
- TypeGuess::getOptions() — Method in class TypeGuess
- Returns the guessed options for creating instances of the guessed type
- ValueGuess::getValue() — Method in class ValueGuess
- Returns the guessed value
- PropertyPath::getIterator() — Method in class PropertyPath
- Returns a new iterator for this path
- PropertyPath::getElements() — Method in class PropertyPath
- Returns the elements of the property path as array
- PropertyPath::getElement() — Method in class PropertyPath
- Returns the element at the given index in the property path
- PropertyPath::getValue() — Method in class PropertyPath
- Returns the value at the end of the property path of the object
- VirtualFormAwareIterator::getChildren() — Method in class VirtualFormAwareIterator
- Cookie::getName() — Method in class Cookie
- Gets the name of the cookie.
- Cookie::getValue() — Method in class Cookie
- Gets the value of the cookie.
- Cookie::getDomain() — Method in class Cookie
- Gets the domain that the cookie is available to.
- Cookie::getExpiresTime() — Method in class Cookie
- Gets the time the cookie expires.
- Cookie::getPath() — Method in class Cookie
- Gets the path on the server in which the cookie will be available on.
- File::guessExtension() — Method in class File
- Returns the extension based on the mime type.
- File::getMimeType() — Method in class File
- Returns the mime type of the file.
- File::getExtension() — Method in class File
- Returns the extension of the file.
- ContentTypeMimeTypeGuesser::guess() — Method in class ContentTypeMimeTypeGuesser
- Guesses the mime type of the file with the given path.
- FileBinaryMimeTypeGuesser::guess() — Method in class FileBinaryMimeTypeGuesser
- Guesses the mime type of the file with the given path.
- FileinfoMimeTypeGuesser::guess() — Method in class FileinfoMimeTypeGuesser
- Guesses the mime type of the file with the given path.
- MimeTypeGuesser::getInstance() — Method in class MimeTypeGuesser
- Returns the singleton instance
- MimeTypeGuesser::guess() — Method in class MimeTypeGuesser
- Guesses the mime type of the file with the given path.
- MimeTypeGuesserInterface::guess() — Method in class MimeTypeGuesserInterface
- Guesses the mime type of the file with the given path.
- UploadedFile::getClientOriginalName() — Method in class UploadedFile
- Returns the original file name.
- UploadedFile::getClientMimeType() — Method in class UploadedFile
- Returns the file mime type.
- UploadedFile::getClientSize() — Method in class UploadedFile
- Returns the file size.
- UploadedFile::getError() — Method in class UploadedFile
- Returns the upload error.
- UploadedFile::getMaxFilesize() — Method in class UploadedFile
- Returns the maximum size of an uploaded file as configured in php.ini
- HeaderBag::get() — Method in class HeaderBag
- Returns a header value by name.
- HeaderBag::getDate() — Method in class HeaderBag
- Returns the HTTP header value converted to a date.
- HeaderBag::getCacheControlDirective() — Method in class HeaderBag
- ParameterBag::get() — Method in class ParameterBag
- Returns a parameter by name.
- ParameterBag::getAlpha() — Method in class ParameterBag
- Returns the alphabetic characters of the parameter value.
- ParameterBag::getAlnum() — Method in class ParameterBag
- Returns the alphabetic characters and digits of the parameter value.
- ParameterBag::getDigits() — Method in class ParameterBag
- Returns the digits of the parameter value.
- ParameterBag::getInt() — Method in class ParameterBag
- Returns the parameter value converted to integer.
- Request::get() — Method in class Request
- Gets a "parameter" value.
- Request::getSession() — Method in class Request
- Gets the Session.
- Request::getClientIp() — Method in class Request
- Returns the client IP address.
- Request::getScriptName() — Method in class Request
- Returns current script name.
- Request::getPathInfo() — Method in class Request
- Returns the path being requested relative to the executed script.
- Request::getBasePath() — Method in class Request
- Returns the root path from which this request is executed.
- Request::getBaseUrl() — Method in class Request
- Returns the root url from which this request is executed.
- Request::getScheme() — Method in class Request
- Gets the request's scheme.
- Request::getPort() — Method in class Request
- Returns the port on which the request is made.
- Request::getHttpHost() — Method in class Request
- Returns the HTTP host being requested.
- Request::getRequestUri() — Method in class Request
- Returns the requested URI.
- Request::getUri() — Method in class Request
- Generates a normalized URI for the Request.
- Request::getUriForPath() — Method in class Request
- Generates a normalized URI for the given path.
- Request::getQueryString() — Method in class Request
- Generates the normalized query string for the Request.
- Request::getHost() — Method in class Request
- Returns the host name.
- Request::getMethod() — Method in class Request
- Gets the request method.
- Request::getMimeType() — Method in class Request
- Gets the mime type associated with the format.
- Request::getFormat() — Method in class Request
- Gets the format associated with the mime type.
- Request::getRequestFormat() — Method in class Request
- Gets the request format.
- Request::getLocale() — Method in class Request
- Request::getContent() — Method in class Request
- Returns the request body content.
- Request::getETags() — Method in class Request
- Gets the Etags.
- Request::getPreferredLanguage() — Method in class Request
- Returns the preferred language.
- Request::getLanguages() — Method in class Request
- Gets a list of languages acceptable by the client browser.
- Request::getCharsets() — Method in class Request
- Gets a list of charsets acceptable by the client browser.
- Request::getAcceptableContentTypes() — Method in class Request
- Gets a list of content types acceptable by the client browser
- Response::getContent() — Method in class Response
- Gets the current response content.
- Response::getProtocolVersion() — Method in class Response
- Gets the HTTP protocol version.
- Response::getStatusCode() — Method in class Response
- Retrieves the status code for the current web response.
- Response::getCharset() — Method in class Response
- Retrieves the response charset.
- Response::getDate() — Method in class Response
- Returns the Date header as a DateTime instance.
- Response::getAge() — Method in class Response
- Returns the age of the response.
- Response::getExpires() — Method in class Response
- Returns the value of the Expires header as a DateTime instance.
- Response::getMaxAge() — Method in class Response
- Sets the number of seconds after the time specified in the response's Date header when the the response should no longer be considered fresh.
- Response::getTtl() — Method in class Response
- Returns the response's time-to-live in seconds.
- Response::getLastModified() — Method in class Response
- Returns the Last-Modified HTTP header as a DateTime instance.
- Response::getEtag() — Method in class Response
- Returns the literal value of the ETag HTTP header.
- Response::getVary() — Method in class Response
- Returns an array of header names given in the Vary header.
- ResponseHeaderBag::getCacheControlDirective() — Method in class ResponseHeaderBag
- ResponseHeaderBag::getCookies() — Method in class ResponseHeaderBag
- Returns an array with all cookies
- ServerBag::getHeaders() — Method in class ServerBag
- Session::get() — Method in class Session
- Returns an attribute.
- Session::getId() — Method in class Session
- Returns the session ID
- Session::getLocale() — Method in class Session
- Returns the locale
- Session::getFlashes() — Method in class Session
- Gets the flash messages.
- Session::getFlash() — Method in class Session
- Gets a flash message.
- ArraySessionStorage::getId() — Method in class ArraySessionStorage
- Returns the session ID
- FilesystemSessionStorage::getId() — Method in class FilesystemSessionStorage
- Returns the session ID
- NativeSessionStorage::getId() — Method in class NativeSessionStorage
- Returns the session ID
- SessionStorageInterface::getId() — Method in class SessionStorageInterface
- Returns the session ID
- Bundle::getContainerExtension() — Method in class Bundle
- Returns the container extension that should be implicitly loaded.
- Bundle::getNamespace() — Method in class Bundle
- Gets the Bundle namespace.
- Bundle::getPath() — Method in class Bundle
- Gets the Bundle directory path.
- Bundle::getParent() — Method in class Bundle
- Returns the bundle parent name.
- Bundle::getName() — Method in class Bundle
- Returns the bundle name (the class short name).
- BundleInterface::getContainerExtension() — Method in class BundleInterface
- Returns the container extension that should be implicitly loaded.
- BundleInterface::getParent() — Method in class BundleInterface
- Returns the bundle parent name.
- BundleInterface::getName() — Method in class BundleInterface
- Returns the bundle name (the class short name).
- BundleInterface::getNamespace() — Method in class BundleInterface
- Gets the Bundle namespace.
- BundleInterface::getPath() — Method in class BundleInterface
- Gets the Bundle directory path.
- ControllerResolver::getController() — Method in class ControllerResolver
- Returns the Controller instance associated with a Request.
- ControllerResolver::getArguments() — Method in class ControllerResolver
- Returns the arguments to pass to the controller.
- ControllerResolverInterface::getController() — Method in class ControllerResolverInterface
- Returns the Controller instance associated with a Request.
- ControllerResolverInterface::getArguments() — Method in class ControllerResolverInterface
- Returns the arguments to pass to the controller.
- ConfigDataCollector::getToken() — Method in class ConfigDataCollector
- Gets the token.
- ConfigDataCollector::getSymfonyVersion() — Method in class ConfigDataCollector
- Gets the Symfony version.
- ConfigDataCollector::getPhpVersion() — Method in class ConfigDataCollector
- Gets the PHP version.
- ConfigDataCollector::getAppName() — Method in class ConfigDataCollector
- Gets the application name.
- ConfigDataCollector::getEnv() — Method in class ConfigDataCollector
- Gets the environment.
- ConfigDataCollector::getBundles() — Method in class ConfigDataCollector
- ConfigDataCollector::getName() — Method in class ConfigDataCollector
- {@inheritdoc}
- DataCollectorInterface::getName() — Method in class DataCollectorInterface
- Returns the name of the collector.
- EventDataCollector::getCalledListeners() — Method in class EventDataCollector
- Gets the called listeners.
- EventDataCollector::getNotCalledListeners() — Method in class EventDataCollector
- Gets the not called listeners.
- EventDataCollector::getName() — Method in class EventDataCollector
- {@inheritdoc}
- ExceptionDataCollector::getException() — Method in class ExceptionDataCollector
- Gets the exception.
- ExceptionDataCollector::getMessage() — Method in class ExceptionDataCollector
- Gets the exception message.
- ExceptionDataCollector::getCode() — Method in class ExceptionDataCollector
- Gets the exception code.
- ExceptionDataCollector::getStatusCode() — Method in class ExceptionDataCollector
- Gets the status code.
- ExceptionDataCollector::getTrace() — Method in class ExceptionDataCollector
- Gets the exception trace.
- ExceptionDataCollector::getName() — Method in class ExceptionDataCollector
- {@inheritdoc}
- LoggerDataCollector::getLogs() — Method in class LoggerDataCollector
- Gets the logs.
- LoggerDataCollector::getName() — Method in class LoggerDataCollector
- {@inheritdoc}
- MemoryDataCollector::getMemory() — Method in class MemoryDataCollector
- Gets the memory.
- MemoryDataCollector::getName() — Method in class MemoryDataCollector
- {@inheritdoc}
- RequestDataCollector::getRequestRequest() — Method in class RequestDataCollector
- RequestDataCollector::getRequestQuery() — Method in class RequestDataCollector
- RequestDataCollector::getRequestHeaders() — Method in class RequestDataCollector
- RequestDataCollector::getRequestServer() — Method in class RequestDataCollector
- RequestDataCollector::getRequestCookies() — Method in class RequestDataCollector
- RequestDataCollector::getRequestAttributes() — Method in class RequestDataCollector
- RequestDataCollector::getResponseHeaders() — Method in class RequestDataCollector
- RequestDataCollector::getSessionAttributes() — Method in class RequestDataCollector
- RequestDataCollector::getContent() — Method in class RequestDataCollector
- RequestDataCollector::getContentType() — Method in class RequestDataCollector
- RequestDataCollector::getStatusCode() — Method in class RequestDataCollector
- RequestDataCollector::getFormat() — Method in class RequestDataCollector
- RequestDataCollector::getName() — Method in class RequestDataCollector
- {@inheritdoc}
- TraceableEventDispatcherInterface::getCalledListeners() — Method in class TraceableEventDispatcherInterface
- Gets the called listeners.
- TraceableEventDispatcherInterface::getNotCalledListeners() — Method in class TraceableEventDispatcherInterface
- Gets the not called listeners.
- Extension::getClassesToCompile() — Method in class Extension
- Gets the classes to cache.
- Extension::getXsdValidationBasePath() — Method in class Extension
- Returns the base path for the XSD files.
- Extension::getNamespace() — Method in class Extension
- Returns the namespace to be used for this extension (XML namespace).
- Extension::getAlias() — Method in class Extension
- Returns the recommended alias to use in XML.
- FilterControllerEvent::getController() — Method in class FilterControllerEvent
- Returns the current controller
- FilterResponseEvent::getResponse() — Method in class FilterResponseEvent
- Returns the current response object
- GetResponseEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Allows to create a response for a request
- GetResponseEvent::getResponse() — Method in class GetResponseEvent
- Returns the response object
- GetResponseForControllerResultEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Allows to create a response for the return value of a controller
- GetResponseForControllerResultEvent::getControllerResult() — Method in class GetResponseForControllerResultEvent
- Returns the return value of the controller
- GetResponseForExceptionEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Allows to create a response for a thrown exception
- GetResponseForExceptionEvent::getException() — Method in class GetResponseForExceptionEvent
- Returns the thrown exception
- KernelEvent::getKernel() — Method in class KernelEvent
- Returns the kernel in which this event was thrown
- KernelEvent::getRequest() — Method in class KernelEvent
- Returns the request the kernel is currently processing
- KernelEvent::getRequestType() — Method in class KernelEvent
- Returns the request type the kernel is currently processing
- FlattenException::getStatusCode() — Method in class FlattenException
- FlattenException::getHeaders() — Method in class FlattenException
- FlattenException::getClass() — Method in class FlattenException
- FlattenException::getMessage() — Method in class FlattenException
- FlattenException::getCode() — Method in class FlattenException
- FlattenException::getPrevious() — Method in class FlattenException
- FlattenException::getAllPrevious() — Method in class FlattenException
- FlattenException::getTrace() — Method in class FlattenException
- HttpException::getStatusCode() — Method in class HttpException
- Returns the status code.
- HttpException::getHeaders() — Method in class HttpException
- Returns response headers.
- HttpExceptionInterface::getStatusCode() — Method in class HttpExceptionInterface
- Returns the status code.
- HttpExceptionInterface::getHeaders() — Method in class HttpExceptionInterface
- Returns response headers.
- HttpCache::getStore() — Method in class HttpCache
- Gets the current store.
- HttpCache::getTraces() — Method in class HttpCache
- Returns an array of events that took place during processing of the last request.
- HttpCache::getLog() — Method in class HttpCache
- Returns a log message for the events of the last request processing.
- HttpCache::getRequest() — Method in class HttpCache
- Gets the Request instance associated with the master request.
- HttpCache::getKernel() — Method in class HttpCache
- Gets the Kernel instance
- HttpCache::getEsi() — Method in class HttpCache
- Gets the Esi instance
- Store::getPath() — Method in class Store
- Kernel::getBundles() — Method in class Kernel
- Gets the registered bundle instances.
- Kernel::getBundle() — Method in class Kernel
- Returns a bundle and optionally its descendants by its name.
- Kernel::getName() — Method in class Kernel
- Gets the name of the kernel
- Kernel::getEnvironment() — Method in class Kernel
- Gets the environment.
- Kernel::getRootDir() — Method in class Kernel
- Gets the application root dir.
- Kernel::getContainer() — Method in class Kernel
- Gets the current container.
- Kernel::getStartTime() — Method in class Kernel
- Gets the request start time (not available if debug is disabled).
- Kernel::getCacheDir() — Method in class Kernel
- Gets the cache directory.
- Kernel::getLogDir() — Method in class Kernel
- Gets the log directory.
- KernelInterface::getBundles() — Method in class KernelInterface
- Gets the registered bundle instances.
- KernelInterface::getBundle() — Method in class KernelInterface
- Returns a bundle and optionally its descendants by its name.
- KernelInterface::getName() — Method in class KernelInterface
- Gets the name of the kernel
- KernelInterface::getEnvironment() — Method in class KernelInterface
- Gets the environment.
- KernelInterface::getRootDir() — Method in class KernelInterface
- Gets the application root dir.
- KernelInterface::getContainer() — Method in class KernelInterface
- Gets the current container.
- KernelInterface::getStartTime() — Method in class KernelInterface
- Gets the request start time (not available if debug is disabled).
- KernelInterface::getCacheDir() — Method in class KernelInterface
- Gets the cache directory.
- KernelInterface::getLogDir() — Method in class KernelInterface
- Gets the log directory.
- DebugLoggerInterface::getLogs() — Method in class DebugLoggerInterface
- Returns an array of logs.
- Profile::getToken() — Method in class Profile
- Gets the token.
- Profile::getParent() — Method in class Profile
- Returns the parent token.
- Profile::getIp() — Method in class Profile
- Returns the IP.
- Profile::getUrl() — Method in class Profile
- Returns the URL.
- Profile::getTime() — Method in class Profile
- Returns the time.
- Profile::getChildren() — Method in class Profile
- Finds children profilers.
- Profile::getCollector() — Method in class Profile
- Profile::getCollectors() — Method in class Profile
- Profiler::get() — Method in class Profiler
- Gets a Collector by name.
- Locale::getDisplayCountries() — Method in class Locale
- Returns the country names for a locale
- Locale::getCountries() — Method in class Locale
- Returns all available country codes
- Locale::getDisplayLanguages() — Method in class Locale
- Returns the language names for a locale
- Locale::getLanguages() — Method in class Locale
- Returns all available language codes
- Locale::getDisplayLocales() — Method in class Locale
- Returns the locale names for a locale
- Locale::getLocales() — Method in class Locale
- Returns all available locale codes
- AmPmTransformer::getReverseMatchingRegExp() — Method in class AmPmTransformer
- Returns a reverse matching regular expression of a string generated by format()
- DayOfWeekTransformer::getReverseMatchingRegExp() — Method in class DayOfWeekTransformer
- Returns a reverse matching regular expression of a string generated by format()
- DayOfYearTransformer::getReverseMatchingRegExp() — Method in class DayOfYearTransformer
- Returns a reverse matching regular expression of a string generated by format()
- DayTransformer::getReverseMatchingRegExp() — Method in class DayTransformer
- Returns a reverse matching regular expression of a string generated by format()
- FullTransformer::getTransformers() — Method in class FullTransformer
- Return the array of Transformer objects
- FullTransformer::getReverseMatchingRegExp() — Method in class FullTransformer
- Retrieve a regular expression to match with a formatted value.
- Hour1200Transformer::getReverseMatchingRegExp() — Method in class Hour1200Transformer
- {@inheritDoc}
- Hour1201Transformer::getReverseMatchingRegExp() — Method in class Hour1201Transformer
- {@inheritDoc}
- Hour2400Transformer::getReverseMatchingRegExp() — Method in class Hour2400Transformer
- {@inheritDoc}
- Hour2401Transformer::getReverseMatchingRegExp() — Method in class Hour2401Transformer
- {@inheritDoc}
- MinuteTransformer::getReverseMatchingRegExp() — Method in class MinuteTransformer
- Returns a reverse matching regular expression of a string generated by format()
- MonthTransformer::getReverseMatchingRegExp() — Method in class MonthTransformer
- Returns a reverse matching regular expression of a string generated by format()
- QuarterTransformer::getReverseMatchingRegExp() — Method in class QuarterTransformer
- Returns a reverse matching regular expression of a string generated by format()
- SecondTransformer::getReverseMatchingRegExp() — Method in class SecondTransformer
- Returns a reverse matching regular expression of a string generated by format()
- TimeZoneTransformer::getReverseMatchingRegExp() — Method in class TimeZoneTransformer
- Returns a reverse matching regular expression of a string generated by format()
- TimeZoneTransformer::getEtcTimeZoneId() — Method in class TimeZoneTransformer
- Get an Etc/GMT timezone identifier for the specified timezone
- Transformer::getReverseMatchingRegExp() — Method in class Transformer
- Returns a reverse matching regular expression of a string generated by format()
- YearTransformer::getReverseMatchingRegExp() — Method in class YearTransformer
- Returns a reverse matching regular expression of a string generated by format()
- StubCollator::getAttribute() — Method in class StubCollator
- Get a value of an integer collator attribute
- StubCollator::getErrorCode() — Method in class StubCollator
- Returns collator's last error code.
- StubCollator::getErrorMessage() — Method in class StubCollator
- Returns collator's last error message.
- StubCollator::getLocale() — Method in class StubCollator
- Returns the collator's locale
- StubCollator::getSortKey() — Method in class StubCollator
- Get sorting key for a string
- StubCollator::getStrength() — Method in class StubCollator
- Get current collator's strength
- StubIntl::getErrorCode() — Method in class StubIntl
- Returns the error code of the last operation
- StubIntl::getErrorMessage() — Method in class StubIntl
- Returns the error message of the last operation
- StubIntlDateFormatter::getCalendar() — Method in class StubIntlDateFormatter
- Returns the formatter's calendar
- StubIntlDateFormatter::getDateType() — Method in class StubIntlDateFormatter
- Returns the formatter's datetype
- StubIntlDateFormatter::getErrorCode() — Method in class StubIntlDateFormatter
- Returns formatter's last error code.
- StubIntlDateFormatter::getErrorMessage() — Method in class StubIntlDateFormatter
- Returns formatter's last error message.
- StubIntlDateFormatter::getLocale() — Method in class StubIntlDateFormatter
- Returns the formatter's locale
- StubIntlDateFormatter::getPattern() — Method in class StubIntlDateFormatter
- Returns the formatter's pattern
- StubIntlDateFormatter::getTimeType() — Method in class StubIntlDateFormatter
- Returns the formatter's time type
- StubIntlDateFormatter::getTimeZoneId() — Method in class StubIntlDateFormatter
- Returns the formatter's timezone identifier
- StubLocale::getDisplayCountries() — Method in class StubLocale
- Returns the country names for a locale
- StubLocale::getCountries() — Method in class StubLocale
- Returns all available country codes
- StubLocale::getDisplayLanguages() — Method in class StubLocale
- Returns the language names for a locale
- StubLocale::getLanguages() — Method in class StubLocale
- Returns all available language codes
- StubLocale::getDisplayLocales() — Method in class StubLocale
- Returns the locale names for a locale
- StubLocale::getLocales() — Method in class StubLocale
- Returns all available locale codes
- StubLocale::getCurrenciesData() — Method in class StubLocale
- Returns the currencies data
- StubLocale::getDisplayCurrencies() — Method in class StubLocale
- Returns the currencies names for a locale
- StubLocale::getCurrencies() — Method in class StubLocale
- Returns all available currencies codes
- StubLocale::getAllVariants() — Method in class StubLocale
- Returns the variants for the input locale
- StubLocale::getDefault() — Method in class StubLocale
- Returns the default locale
- StubLocale::getDisplayLanguage() — Method in class StubLocale
- Returns the localized display name for the locale language
- StubLocale::getDisplayName() — Method in class StubLocale
- Returns the localized display name for the locale
- StubLocale::getDisplayRegion() — Method in class StubLocale
- Returns the localized display name for the locale region
- StubLocale::getDisplayScript() — Method in class StubLocale
- Returns the localized display name for the locale script
- StubLocale::getDisplayVariant() — Method in class StubLocale
- Returns the localized display name for the locale variant
- StubLocale::getKeywords() — Method in class StubLocale
- Returns the keywords for the locale
- StubLocale::getPrimaryLanguage() — Method in class StubLocale
- Returns the primary language for the locale
- StubLocale::getRegion() — Method in class StubLocale
- Returns the region for the locale
- StubLocale::getScript() — Method in class StubLocale
- Returns the script for the locale
- StubNumberFormatter::getAttribute() — Method in class StubNumberFormatter
- Returns an attribute value
- StubNumberFormatter::getErrorCode() — Method in class StubNumberFormatter
- Returns formatter's last error code.
- StubNumberFormatter::getErrorMessage() — Method in class StubNumberFormatter
- Returns formatter's last error message.
- StubNumberFormatter::getLocale() — Method in class StubNumberFormatter
- Returns the formatter's locale
- StubNumberFormatter::getPattern() — Method in class StubNumberFormatter
- Returns the formatter's pattern
- StubNumberFormatter::getSymbol() — Method in class StubNumberFormatter
- Returns a formatter symbol value
- StubNumberFormatter::getTextAttribute() — Method in class StubNumberFormatter
- Returns a formatter text attribute value
- Process::getOutput() — Method in class Process
- Returns the output of the process (STDOUT).
- Process::getErrorOutput() — Method in class Process
- Returns the error output of the process (STDERR).
- Process::getExitCode() — Method in class Process
- Returns the exit code returned by the process.
- Process::getTermSignal() — Method in class Process
- Returns the number of the signal that caused the child process to terminate its execution.
- Process::getStopSignal() — Method in class Process
- Returns the number of the signal that caused the child process to stop its execution
- Process::getCommandLine() — Method in class Process
- Process::getTimeout() — Method in class Process
- Process::getWorkingDirectory() — Method in class Process
- Process::getEnv() — Method in class Process
- Process::getStdin() — Method in class Process
- Process::getOptions() — Method in class Process
- Route::getPattern() — Method in class Route
- Route::getName() — Method in class Route
- Route::getRequirements() — Method in class Route
- Route::getOptions() — Method in class Route
- Route::getDefaults() — Method in class Route
- CompiledRoute::getRoute() — Method in class CompiledRoute
- Returns the Route instance.
- CompiledRoute::getStaticPrefix() — Method in class CompiledRoute
- Returns the static prefix.
- CompiledRoute::getRegex() — Method in class CompiledRoute
- Returns the regex.
- CompiledRoute::getTokens() — Method in class CompiledRoute
- Returns the tokens.
- CompiledRoute::getVariables() — Method in class CompiledRoute
- Returns the variables.
- CompiledRoute::getPattern() — Method in class CompiledRoute
- Returns the pattern.
- CompiledRoute::getOptions() — Method in class CompiledRoute
- Returns the options.
- CompiledRoute::getDefaults() — Method in class CompiledRoute
- Returns the defaults.
- CompiledRoute::getRequirements() — Method in class CompiledRoute
- Returns the requirements.
- MethodNotAllowedException::getAllowedMethods() — Method in class MethodNotAllowedException
- GeneratorDumper — Class in namespace Symfony\Component\Routing\Generator\Dumper
- GeneratorDumper is the base class for all built-in generator dumpers.
- GeneratorDumper::getRoutes() — Method in class GeneratorDumper
- Gets the routes to dump.
- GeneratorDumperInterface — Class in namespace Symfony\Component\Routing\Generator\Dumper
- GeneratorDumperInterface is the interface that all generator dumper classes must implement.
- GeneratorDumperInterface::getRoutes() — Method in class GeneratorDumperInterface
- Gets the routes to dump.
- UrlGenerator::getContext() — Method in class UrlGenerator
- Gets the request context.
- UrlGenerator::generate() — Method in class UrlGenerator
- Generates a URL from the given parameters.
- UrlGeneratorInterface::generate() — Method in class UrlGeneratorInterface
- Generates a URL from the given parameters.
- AnnotationClassLoader::getResolver() — Method in class AnnotationClassLoader
- Gets the loader resolver.
- MatcherDumper::getRoutes() — Method in class MatcherDumper
- Gets the routes to match.
- MatcherDumperInterface::getRoutes() — Method in class MatcherDumperInterface
- Gets the routes to match.
- UrlMatcher::getContext() — Method in class UrlMatcher
- Gets the request context.
- RequestContext::getBaseUrl() — Method in class RequestContext
- Gets the base URL.
- RequestContext::getMethod() — Method in class RequestContext
- Gets the HTTP method.
- RequestContext::getHost() — Method in class RequestContext
- Gets the HTTP host.
- RequestContext::getScheme() — Method in class RequestContext
- Gets the HTTP scheme.
- RequestContext::getHttpPort() — Method in class RequestContext
- Gets the HTTP port.
- RequestContext::getHttpsPort() — Method in class RequestContext
- Gets the HTTPS port.
- RequestContext::getParameters() — Method in class RequestContext
- Returns the parameters.
- RequestContext::getParameter() — Method in class RequestContext
- Gets a parameter value.
- Route::getPattern() — Method in class Route
- Returns the pattern.
- Route::getOptions() — Method in class Route
- Returns the options.
- Route::getOption() — Method in class Route
- Get an option value.
- Route::getDefaults() — Method in class Route
- Returns the defaults.
- Route::getDefault() — Method in class Route
- Gets a default value.
- Route::getRequirements() — Method in class Route
- Returns the requirements.
- Route::getRequirement() — Method in class Route
- Returns the requirement for the given key.
- RouteCollection::getParent() — Method in class RouteCollection
- Gets the parent RouteCollection.
- RouteCollection::getIterator() — Method in class RouteCollection
- Gets the current RouteCollection as an Iterator.
- RouteCollection::get() — Method in class RouteCollection
- Gets a route by name.
- RouteCollection::getPrefix() — Method in class RouteCollection
- RouteCollection::getResources() — Method in class RouteCollection
- Returns an array of resources loaded to build this collection.
- Router::getOption() — Method in class Router
- Gets an option value.
- Router::getRouteCollection() — Method in class Router
- Gets the RouteCollection instance associated with this Router.
- Router::getContext() — Method in class Router
- Gets the request context.
- Router::generate() — Method in class Router
- Generates a URL from the given parameters.
- Router::getMatcher() — Method in class Router
- Gets the UrlMatcher instance associated with this Router.
- Router::getGenerator() — Method in class Router
- Gets the UrlGenerator instance associated with this Router.
- Acl::getClassAces() — Method in class Acl
- {@inheritDoc}
- Acl::getClassFieldAces() — Method in class Acl
- {@inheritDoc}
- Acl::getObjectAces() — Method in class Acl
- {@inheritDoc}
- Acl::getObjectFieldAces() — Method in class Acl
- {@inheritDoc}
- Acl::getId() — Method in class Acl
- {@inheritDoc}
- Acl::getObjectIdentity() — Method in class Acl
- {@inheritDoc}
- Acl::getParentAcl() — Method in class Acl
- {@inheritDoc}
- DoctrineAclCache::getFromCacheById() — Method in class DoctrineAclCache
- Retrieves an ACL for the given object identity primary key from the cache
- DoctrineAclCache::getFromCacheByIdentity() — Method in class DoctrineAclCache
- Retrieves an ACL for the given object identity from the cache
- Entry::getAcl() — Method in class Entry
- {@inheritDoc}
- Entry::getMask() — Method in class Entry
- {@inheritDoc}
- Entry::getId() — Method in class Entry
- {@inheritDoc}
- Entry::getSecurityIdentity() — Method in class Entry
- {@inheritDoc}
- Entry::getStrategy() — Method in class Entry
- {@inheritDoc}
- FieldEntry::getField() — Method in class FieldEntry
- Returns the field used for this entry.
- ObjectIdentity::getIdentifier() — Method in class ObjectIdentity
- Obtains a unique identifier for this object.
- ObjectIdentity::getType() — Method in class ObjectIdentity
- Returns a type for the domain object.
- ObjectIdentityRetrievalStrategy::getObjectIdentity() — Method in class ObjectIdentityRetrievalStrategy
- Retrieves the object identity from a domain object
- RoleSecurityIdentity::getRole() — Method in class RoleSecurityIdentity
- Returns the role name
- SecurityIdentityRetrievalStrategy::getSecurityIdentities() — Method in class SecurityIdentityRetrievalStrategy
- Retrieves the available security identities for the given token
- UserSecurityIdentity::getUsername() — Method in class UserSecurityIdentity
- Returns the username
- UserSecurityIdentity::getClass() — Method in class UserSecurityIdentity
- Returns the user's class name
- NotAllAclsFoundException::getPartialResult() — Method in class NotAllAclsFoundException
- Returns the partial result
- AclCacheInterface::getFromCacheById() — Method in class AclCacheInterface
- Retrieves an ACL for the given object identity primary key from the cache
- AclCacheInterface::getFromCacheByIdentity() — Method in class AclCacheInterface
- Retrieves an ACL for the given object identity from the cache
- AclInterface::getClassAces() — Method in class AclInterface
- Returns all class-based ACEs associated with this ACL
- AclInterface::getClassFieldAces() — Method in class AclInterface
- Returns all class-field-based ACEs associated with this ACL
- AclInterface::getObjectAces() — Method in class AclInterface
- Returns all object-based ACEs associated with this ACL
- AclInterface::getObjectFieldAces() — Method in class AclInterface
- Returns all object-field-based ACEs associated with this ACL
- AclInterface::getObjectIdentity() — Method in class AclInterface
- Returns the object identity associated with this ACL
- AclInterface::getParentAcl() — Method in class AclInterface
- Returns the parent ACL, or null if there is none.
- DomainObjectInterface::getObjectIdentifier() — Method in class DomainObjectInterface
- Returns a unique identifier for this domain object.
- EntryInterface::getAcl() — Method in class EntryInterface
- The ACL this ACE is associated with.
- EntryInterface::getId() — Method in class EntryInterface
- The primary key of this ACE
- EntryInterface::getMask() — Method in class EntryInterface
- The permission mask of this ACE
- EntryInterface::getSecurityIdentity() — Method in class EntryInterface
- The security identity associated with this ACE
- EntryInterface::getStrategy() — Method in class EntryInterface
- The strategy for comparing masks
- FieldEntryInterface::getField() — Method in class FieldEntryInterface
- Returns the field used for this entry.
- MutableAclInterface::getId() — Method in class MutableAclInterface
- Returns the primary key of this ACL
- ObjectIdentityInterface::getIdentifier() — Method in class ObjectIdentityInterface
- Obtains a unique identifier for this object.
- ObjectIdentityInterface::getType() — Method in class ObjectIdentityInterface
- Returns a type for the domain object.
- ObjectIdentityRetrievalStrategyInterface::getObjectIdentity() — Method in class ObjectIdentityRetrievalStrategyInterface
- Retrieves the object identity from a domain object
- SecurityIdentityRetrievalStrategyInterface::getSecurityIdentities() — Method in class SecurityIdentityRetrievalStrategyInterface
- Retrieves the available security identities for the given token
- BasicPermissionMap::getMasks() — Method in class BasicPermissionMap
- Returns an array of bitmasks.
- MaskBuilder::get() — Method in class MaskBuilder
- Returns the mask of this permission
- MaskBuilder::getPattern() — Method in class MaskBuilder
- Returns a human-readable representation of the permission
- MaskBuilder::getCode() — Method in class MaskBuilder
- Returns the code for the passed mask
- PermissionMapInterface::getMasks() — Method in class PermissionMapInterface
- Returns an array of bitmasks.
- FieldVote::getDomainObject() — Method in class FieldVote
- FieldVote::getField() — Method in class FieldVote
- PersistentToken::getClass() — Method in class PersistentToken
- Returns the class of the user
- PersistentToken::getUsername() — Method in class PersistentToken
- Returns the username
- PersistentToken::getSeries() — Method in class PersistentToken
- Returns the series
- PersistentToken::getTokenValue() — Method in class PersistentToken
- Returns the token value
- PersistentToken::getLastUsed() — Method in class PersistentToken
- Returns the last time the cookie was used
- PersistentTokenInterface::getClass() — Method in class PersistentTokenInterface
- Returns the class of the user
- PersistentTokenInterface::getUsername() — Method in class PersistentTokenInterface
- Returns the username
- PersistentTokenInterface::getSeries() — Method in class PersistentTokenInterface
- Returns the series
- PersistentTokenInterface::getTokenValue() — Method in class PersistentTokenInterface
- Returns the token value
- PersistentTokenInterface::getLastUsed() — Method in class PersistentTokenInterface
- Returns the last time the cookie was used
- AbstractToken::getRoles() — Method in class AbstractToken
- Returns the user roles.
- AbstractToken::getUsername() — Method in class AbstractToken
- Returns the username.
- AbstractToken::getUser() — Method in class AbstractToken
- Returns a user representation.
- AbstractToken::getAttributes() — Method in class AbstractToken
- Returns the token attributes.
- AbstractToken::getAttribute() — Method in class AbstractToken
- Returns an attribute value.
- AnonymousToken::getCredentials() — Method in class AnonymousToken
- {@inheritdoc}
- AnonymousToken::getKey() — Method in class AnonymousToken
- Returns the key.
- PreAuthenticatedToken::getProviderKey() — Method in class PreAuthenticatedToken
- PreAuthenticatedToken::getCredentials() — Method in class PreAuthenticatedToken
- RememberMeToken::getProviderKey() — Method in class RememberMeToken
- RememberMeToken::getKey() — Method in class RememberMeToken
- RememberMeToken::getCredentials() — Method in class RememberMeToken
- TokenInterface::getRoles() — Method in class TokenInterface
- Returns the user roles.
- TokenInterface::getCredentials() — Method in class TokenInterface
- Returns the user credentials.
- TokenInterface::getUser() — Method in class TokenInterface
- Returns a user representation.
- TokenInterface::getUsername() — Method in class TokenInterface
- Returns the username.
- TokenInterface::getAttributes() — Method in class TokenInterface
- Returns the token attributes.
- TokenInterface::getAttribute() — Method in class TokenInterface
- Returns an attribute value.
- UsernamePasswordToken::getCredentials() — Method in class UsernamePasswordToken
- UsernamePasswordToken::getProviderKey() — Method in class UsernamePasswordToken
- EncoderFactory::getEncoder() — Method in class EncoderFactory
- Returns the password encoder to use for the given account.
- EncoderFactoryInterface::getEncoder() — Method in class EncoderFactoryInterface
- Returns the password encoder to use for the given account.
- AuthenticationException::getExtraInformation() — Method in class AuthenticationException
- Role::getRole() — Method in class Role
- Returns the role.
- RoleHierarchy::getReachableRoles() — Method in class RoleHierarchy
- Returns an array of all reachable roles.
- RoleHierarchyInterface::getReachableRoles() — Method in class RoleHierarchyInterface
- Returns an array of all reachable roles.
- RoleInterface::getRole() — Method in class RoleInterface
- Returns the role.
- SwitchUserRole::getSource() — Method in class SwitchUserRole
- Returns the original Token.
- SecurityContext::getToken() — Method in class SecurityContext
- Returns the current security token.
- SecurityContextInterface::getToken() — Method in class SecurityContextInterface
- Returns the current security token.
- User::getRoles() — Method in class User
- {@inheritdoc}
- User::getPassword() — Method in class User
- {@inheritdoc}
- User::getSalt() — Method in class User
- {@inheritdoc}
- User::getUsername() — Method in class User
- {@inheritdoc}
- UserInterface::getRoles() — Method in class UserInterface
- Returns the roles granted to the user.
- UserInterface::getPassword() — Method in class UserInterface
- Returns the password used to authenticate the user.
- UserInterface::getSalt() — Method in class UserInterface
- Returns the salt that was originally used to encode the password.
- UserInterface::getUsername() — Method in class UserInterface
- Returns the username used to authenticate the user.
- AccessMap::getPatterns() — Method in class AccessMap
- DigestAuthenticationEntryPoint::getKey() — Method in class DigestAuthenticationEntryPoint
- DigestAuthenticationEntryPoint::getRealmName() — Method in class DigestAuthenticationEntryPoint
- InteractiveLoginEvent::getRequest() — Method in class InteractiveLoginEvent
- InteractiveLoginEvent::getAuthenticationToken() — Method in class InteractiveLoginEvent
- SwitchUserEvent::getRequest() — Method in class SwitchUserEvent
- SwitchUserEvent::getTargetUser() — Method in class SwitchUserEvent
- FirewallMap::getListeners() — Method in class FirewallMap
- Returns the authentication listeners, and the exception listener to use for the given request.
- FirewallMapInterface::getListeners() — Method in class FirewallMapInterface
- Returns the authentication listeners, and the exception listener to use for the given request.
- DigestData::getResponse() — Method in class DigestData
- DigestData::getUsername() — Method in class DigestData
- AbstractRememberMeServices::getRememberMeParameter() — Method in class AbstractRememberMeServices
- Returns the parameter that is used for checking whether remember-me services have been requested.
- AbstractRememberMeServices::getKey() — Method in class AbstractRememberMeServices
- XmlEncoder::getRootNodeName() — Method in class XmlEncoder
- Returns the root node name
- GetSetMethodNormalizer — Class in namespace Symfony\Component\Serializer\Normalizer
- Converts between objects with getter and setter methods and arrays.
- Serializer::getEncoder() — Method in class Serializer
- Get the encoder for the given format
- SerializerInterface::getEncoder() — Method in class SerializerInterface
- Get the encoder for the given format
- Package::getVersion() — Method in class Package
- Returns the asset package version.
- Package::getUrl() — Method in class Package
- Returns an absolute or root-relative public path.
- PackageInterface::getVersion() — Method in class PackageInterface
- Returns the asset package version.
- PackageInterface::getUrl() — Method in class PackageInterface
- Returns an absolute or root-relative public path.
- PathPackage::getUrl() — Method in class PathPackage
- Returns an absolute or root-relative public path.
- PathPackage::getBasePath() — Method in class PathPackage
- Returns the base path.
- UrlPackage::getUrl() — Method in class UrlPackage
- Returns an absolute or root-relative public path.
- UrlPackage::getBaseUrl() — Method in class UrlPackage
- Returns the base URL for a path.
- CoreAssetsHelper::getPackage() — Method in class CoreAssetsHelper
- Returns an asset package.
- CoreAssetsHelper::getVersion() — Method in class CoreAssetsHelper
- Returns the asset package version.
- CoreAssetsHelper::getUrl() — Method in class CoreAssetsHelper
- Returns an absolute or root-relative public path.
- CoreAssetsHelper::getName() — Method in class CoreAssetsHelper
- Returns the canonical name of this helper.
- Helper::getCharset() — Method in class Helper
- Gets the default charset.
- HelperInterface::getName() — Method in class HelperInterface
- Returns the canonical name of this helper.
- HelperInterface::getCharset() — Method in class HelperInterface
- Gets the default charset.
- SlotsHelper::get() — Method in class SlotsHelper
- Gets the slot value.
- SlotsHelper::getName() — Method in class SlotsHelper
- Returns the canonical name of this helper.
- PhpEngine::get() — Method in class PhpEngine
- Gets a helper value.
- PhpEngine::getCharset() — Method in class PhpEngine
- Gets the current charset.
- PhpEngine::getEscaper() — Method in class PhpEngine
- Gets an escaper for a given context.
- PhpEngine::getGlobals() — Method in class PhpEngine
- Returns the assigned globals.
- PhpEngine::getLoader() — Method in class PhpEngine
- Gets the loader associated with this engine.
- FileStorage::getContent() — Method in class FileStorage
- Returns the content of the template.
- Storage::getContent() — Method in class Storage
- Returns the content of the template.
- StringStorage::getContent() — Method in class StringStorage
- Returns the content of the template.
- TemplateReference::get() — Method in class TemplateReference
- Gets a template parameter.
- TemplateReference::getPath() — Method in class TemplateReference
- Returns the path to the template.
- TemplateReference::getLogicalName() — Method in class TemplateReference
- Returns the "logical" template name.
- TemplateReferenceInterface::get() — Method in class TemplateReferenceInterface
- Gets a template parameter.
- TemplateReferenceInterface::getPath() — Method in class TemplateReferenceInterface
- Returns the path to the template.
- TemplateReferenceInterface::getLogicalName() — Method in class TemplateReferenceInterface
- Returns the "logical" template name.
- IdentityTranslator::getLocale() — Method in class IdentityTranslator
- Returns the current locale.
- Interval::getIntervalRegexp() — Method in class Interval
- Returns a Regexp that matches valid intervals.
- MessageCatalogue::getLocale() — Method in class MessageCatalogue
- Gets the catalogue locale.
- MessageCatalogue::getDomains() — Method in class MessageCatalogue
- Gets the domains.
- MessageCatalogue::get() — Method in class MessageCatalogue
- Gets a message translation.
- MessageCatalogue::getResources() — Method in class MessageCatalogue
- Returns an array of resources loaded to build this collection.
- MessageCatalogueInterface::getLocale() — Method in class MessageCatalogueInterface
- Gets the catalogue locale.
- MessageCatalogueInterface::getDomains() — Method in class MessageCatalogueInterface
- Gets the domains.
- MessageCatalogueInterface::get() — Method in class MessageCatalogueInterface
- Gets a message translation.
- MessageCatalogueInterface::getResources() — Method in class MessageCatalogueInterface
- Returns an array of resources loaded to build this collection.
- PluralizationRules::get() — Method in class PluralizationRules
- Returns the plural position to use for the given locale and number.
- Translator::getLocale() — Method in class Translator
- Returns the current locale.
- TranslatorInterface::getLocale() — Method in class TranslatorInterface
- Returns the current locale.
- $Constraint — Property in class Constraint
- Constraint::getDefaultOption() — Method in class Constraint
- Returns the name of the default option
- Constraint::getRequiredOptions() — Method in class Constraint
- Returns the name of the required options
- Constraint::getTargets() — Method in class Constraint
- Returns whether the constraint can be put onto classes, properties or both
- ConstraintValidator::getMessageTemplate() — Method in class ConstraintValidator
- ConstraintValidator::getMessageParameters() — Method in class ConstraintValidator
- ConstraintValidatorFactory::getInstance() — Method in class ConstraintValidatorFactory
- Given a Constrain, this returns the ConstraintValidatorInterface object that should be used to verify its validity.
- ConstraintValidatorFactoryInterface::getInstance() — Method in class ConstraintValidatorFactoryInterface
- Given a Constrain, this returns the ConstraintValidatorInterface object that should be used to verify its validity.
- ConstraintValidatorInterface::getMessageTemplate() — Method in class ConstraintValidatorInterface
- ConstraintValidatorInterface::getMessageParameters() — Method in class ConstraintValidatorInterface
- ConstraintViolation::getMessageTemplate() — Method in class ConstraintViolation
- ConstraintViolation::getMessageParameters() — Method in class ConstraintViolation
- ConstraintViolation::getMessage() — Method in class ConstraintViolation
- Returns the violation message.
- ConstraintViolation::getRoot() — Method in class ConstraintViolation
- ConstraintViolation::getPropertyPath() — Method in class ConstraintViolation
- ConstraintViolation::getInvalidValue() — Method in class ConstraintViolation
- ConstraintViolationList::getIterator() — Method in class ConstraintViolationList
- All::getDefaultOption() — Method in class All
- Returns the name of the default option
- All::getRequiredOptions() — Method in class All
- Returns the name of the required options
- Callback::getRequiredOptions() — Method in class Callback
- Returns the name of the required options
- Callback::getDefaultOption() — Method in class Callback
- Returns the name of the default option
- Callback::getTargets() — Method in class Callback
- Returns whether the constraint can be put onto classes, properties or both
- Choice::getDefaultOption() — Method in class Choice
- Returns the name of the default option
- Collection::getRequiredOptions() — Method in class Collection
- Returns the name of the required options
- GroupSequence — Class in namespace Symfony\Component\Validator\Constraints
- Annotation for group sequences
- $GroupSequence — Property in class GroupSequence
- The members of the sequence
- Max::getDefaultOption() — Method in class Max
- Returns the name of the default option
- Max::getRequiredOptions() — Method in class Max
- Returns the name of the required options
- MaxLength::getDefaultOption() — Method in class MaxLength
- Returns the name of the default option
- MaxLength::getRequiredOptions() — Method in class MaxLength
- Returns the name of the required options
- Min::getDefaultOption() — Method in class Min
- Returns the name of the default option
- Min::getRequiredOptions() — Method in class Min
- Returns the name of the required options
- MinLength::getDefaultOption() — Method in class MinLength
- Returns the name of the default option
- MinLength::getRequiredOptions() — Method in class MinLength
- Returns the name of the required options
- Regex::getDefaultOption() — Method in class Regex
- Returns the name of the default option
- Regex::getRequiredOptions() — Method in class Regex
- Returns the name of the required options
- Type::getDefaultOption() — Method in class Type
- Returns the name of the default option
- Type::getRequiredOptions() — Method in class Type
- Returns the name of the required options
- GroupDefinitionException — Class in namespace Symfony\Component\Validator\Exception
- InvalidOptionsException::getOptions() — Method in class InvalidOptionsException
- MissingOptionsException::getOptions() — Method in class MissingOptionsException
- ExecutionContext::getViolations() — Method in class ExecutionContext
- ExecutionContext::getRoot() — Method in class ExecutionContext
- ExecutionContext::getPropertyPath() — Method in class ExecutionContext
- ExecutionContext::getCurrentClass() — Method in class ExecutionContext
- ExecutionContext::getCurrentProperty() — Method in class ExecutionContext
- ExecutionContext::getGroup() — Method in class ExecutionContext
- ExecutionContext::getGraphWalker() — Method in class ExecutionContext
- ExecutionContext::getMetadataFactory() — Method in class ExecutionContext
- GraphWalker — Class in namespace Symfony\Component\Validator
- Responsible for walking over and initializing validation on different types of items.
- GraphWalker::getViolations() — Method in class GraphWalker
- BlackholeMetadataFactory::getClassMetadata() — Method in class BlackholeMetadataFactory
- $ClassMetadata — Property in class ClassMetadata
- $ClassMetadata — Property in class ClassMetadata
- ClassMetadata::getClassName() — Method in class ClassMetadata
- Returns the fully qualified name of the class
- ClassMetadata::getDefaultGroup() — Method in class ClassMetadata
- Returns the name of the default group for this class
- ClassMetadata::getMemberMetadatas() — Method in class ClassMetadata
- Returns all metadatas of members describing the given property
- ClassMetadata::getConstrainedProperties() — Method in class ClassMetadata
- Returns all properties for which constraints are defined.
- ClassMetadata::getGroupSequence() — Method in class ClassMetadata
- Returns the default group sequence for this class.
- ClassMetadata::getReflectionClass() — Method in class ClassMetadata
- Returns a ReflectionClass instance for this class.
- ClassMetadataFactory::getClassMetadata() — Method in class ClassMetadataFactory
- ClassMetadataFactoryInterface::getClassMetadata() — Method in class ClassMetadataFactoryInterface
- ElementMetadata::getConstraints() — Method in class ElementMetadata
- Returns all constraints of this element.
- GetterMetadata — Class in namespace Symfony\Component\Validator\Mapping
- GetterMetadata::getValue() — Method in class GetterMetadata
- Returns the value of this property in the given object
- XmlFilesLoader::getFileLoaderInstance() — Method in class XmlFilesLoader
- {@inheritDoc}
- YamlFilesLoader::getFileLoaderInstance() — Method in class YamlFilesLoader
- {@inheritDoc}
- MemberMetadata::getName() — Method in class MemberMetadata
- Returns the name of the member
- MemberMetadata::getClassName() — Method in class MemberMetadata
- Returns the class this member is defined on
- MemberMetadata::getPropertyName() — Method in class MemberMetadata
- Returns the name of the property this member belongs to
- MemberMetadata::getValue() — Method in class MemberMetadata
- Returns the value of this property in the given object
- MemberMetadata::getReflectionMember() — Method in class MemberMetadata
- Returns the Reflection instance of the member
- PropertyMetadata::getValue() — Method in class PropertyMetadata
- Returns the value of this property in the given object
- Validator::getMetadataFactory() — Method in class Validator
- Returns the factory for ClassMetadata instances
- ValidatorContext::getValidator() — Method in class ValidatorContext
- Creates a new validator with the settings stored in this context
- ValidatorContext::getClassMetadataFactory() — Method in class ValidatorContext
- Returns the class metadata factory used in the new validator
- ValidatorContext::getConstraintValidatorFactory() — Method in class ValidatorContext
- Returns the constraint validator factory used in the new validator
- ValidatorContextInterface::getValidator() — Method in class ValidatorContextInterface
- Creates a new validator with the settings stored in this context
- ValidatorFactory::getValidator() — Method in class ValidatorFactory
- Creates a new validator with the settings stored in this context
- ValidatorInterface::getMetadataFactory() — Method in class ValidatorInterface
- Returns the factory for ClassMetadata instances
- ParseException::getSnippet() — Method in class ParseException
- Gets the snippet of code near the error.
- ParseException::getParsedFile() — Method in class ParseException
- Gets the filename where the error occurred.
- ParseException::getParsedLine() — Method in class ParseException
- Gets the line where the error occurred.
H
- ContainerAwareEventDispatcher::hasListeners() — Method in class ContainerAwareEventDispatcher
- Controller::has() — Method in class Controller
- Returns true if the service id is defined.
- HttpCache — Class in namespace Symfony\Bundle\FrameworkBundle\HttpCache
- Manages HTTP cache objects in a Container.
- HttpKernel — Class in namespace Symfony\Bundle\FrameworkBundle
- This HttpKernel is used to manage scope changes of the DI container.
- HttpKernel::handle() — Method in class HttpKernel
- Handles a Request to convert it to a Response.
- SessionHelper::hasFlash() — Method in class SessionHelper
- HttpBasicFactory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- HttpBasicFactory creates services for HTTP basic authentication.
- HttpDigestFactory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- HttpDigestFactory creates services for HTTP digest authentication.
- History — Class in namespace Symfony\Component\BrowserKit
- History.
- ArrayNode::hasDefaultValue() — Method in class ArrayNode
- Checks if the node has a default value.
- NodeInterface::hasDefaultValue() — Method in class NodeInterface
- Returns true when the node has a default value.
- PrototypedArrayNode::hasDefaultValue() — Method in class PrototypedArrayNode
- Checks if the node has a default value.
- VariableNode::hasDefaultValue() — Method in class VariableNode
- {@inheritDoc}
- Application::has() — Method in class Application
- Returns true if the command exists, false otherwise.
- HelpCommand — Class in namespace Symfony\Component\Console\Command
- HelpCommand displays the help for a given command.
- OutputFormatter::hasStyle() — Method in class OutputFormatter
- Checks if output formatter has style with specified name.
- OutputFormatterInterface::hasStyle() — Method in class OutputFormatterInterface
- Checks if output formatter has style with specified name.
- Helper — Class in namespace Symfony\Component\Console\Helper
- Helper is the base class for all helper classes.
- HelperInterface — Class in namespace Symfony\Component\Console\Helper
- HelperInterface is the interface all helpers must implement.
- HelperSet — Class in namespace Symfony\Component\Console\Helper
- HelperSet represents a set of helpers to be used with a command.
- HelperSet::has() — Method in class HelperSet
- Returns true if the helper if defined.
- ArgvInput::hasParameterOption() — Method in class ArgvInput
- Returns true if the raw parameters (not parsed) contain a value.
- ArrayInput::hasParameterOption() — Method in class ArrayInput
- Returns true if the raw parameters (not parsed) contain a value.
- Input::hasArgument() — Method in class Input
- Returns true if an InputArgument object exists by name or position.
- Input::hasOption() — Method in class Input
- Returns true if an InputOption object exists by name.
- InputDefinition::hasArgument() — Method in class InputDefinition
- Returns true if an InputArgument object exists by name or position.
- InputDefinition::hasOption() — Method in class InputDefinition
- Returns true if an InputOption object exists by name.
- InputDefinition::hasShortcut() — Method in class InputDefinition
- Returns true if an InputOption object exists by shortcut.
- InputInterface::hasParameterOption() — Method in class InputInterface
- Returns true if the raw parameters (not parsed) contain a value.
- HashNode — Class in namespace Symfony\Component\CssSelector\Node
- HashNode represents a "selector#id" node.
- XPathExpr::hasStarPrefix() — Method in class XPathExpr
- Answers whether this XPath expression has a star prefix.
- ServiceReferenceGraph::hasNode() — Method in class ServiceReferenceGraph
- Checks if the graph has a specific node.
- Container::hasParameter() — Method in class Container
- Checks if a parameter exists.
- Container::has() — Method in class Container
- Returns true if the given service is defined.
- Container::hasScope() — Method in class Container
- Whether this container has the given scope
- ContainerBuilder::hasExtension() — Method in class ContainerBuilder
- Checks if we have an extension.
- ContainerBuilder::has() — Method in class ContainerBuilder
- Returns true if the given service is defined.
- ContainerBuilder::hasAlias() — Method in class ContainerBuilder
- Returns true if an alias exists under the given identifier.
- ContainerBuilder::hasDefinition() — Method in class ContainerBuilder
- Returns true if a service definition exists under the given identifier.
- ContainerInterface::has() — Method in class ContainerInterface
- Returns true if the given service is defined.
- ContainerInterface::hasParameter() — Method in class ContainerInterface
- Checks if a parameter exists.
- ContainerInterface::hasScope() — Method in class ContainerInterface
- Whether this container has the given scope
- Definition::hasMethodCall() — Method in class Definition
- Check if the current definition has a given method to call after service initialization.
- Definition::hasTag() — Method in class Definition
- Whether this definition has a tag with the given name
- ParameterBag::has() — Method in class ParameterBag
- Returns true if a parameter name is defined.
- ParameterBagInterface::has() — Method in class ParameterBagInterface
- Returns true if a parameter name is defined.
- ChoiceFormField::hasValue() — Method in class ChoiceFormField
- Returns true if the field should be included in the submitted values.
- FormField::hasValue() — Method in class FormField
- Returns true if the field should be included in the submitted values.
- Form::has() — Method in class Form
- Returns true if the named field exists.
- EventDispatcher::hasListeners() — Method in class EventDispatcher
- EventDispatcherInterface::hasListeners() — Method in class EventDispatcherInterface
- Checks whether an event has any registered listeners.
- AbstractExtension::hasType() — Method in class AbstractExtension
- Returns whether the given type is supported.
- AbstractExtension::hasTypeExtensions() — Method in class AbstractExtension
- Returns whether this extension provides type extensions for the given type.
- HiddenType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- DependencyInjectionExtension::hasType() — Method in class DependencyInjectionExtension
- Returns whether the given type is supported.
- DependencyInjectionExtension::hasTypeExtensions() — Method in class DependencyInjectionExtension
- Returns whether this extension provides type extensions for the given type.
- Form::hasParent() — Method in class Form
- Returns whether the form has a parent.
- Form::hasAttribute() — Method in class Form
- Returns whether the form has an attribute with the given name.
- Form::hasErrors() — Method in class Form
- Returns whether or not there are errors.
- Form::hasChildren() — Method in class Form
- Return whether the form has children.
- Form::has() — Method in class Form
- Returns whether a child with the given name exists.
- FormBuilder::hasAttribute() — Method in class FormBuilder
- Returns whether the form has an attribute with the given name.
- FormBuilder::has() — Method in class FormBuilder
- Returns whether a field with the given name exists.
- FormExtensionInterface::hasType() — Method in class FormExtensionInterface
- Returns whether the given type is supported.
- FormExtensionInterface::hasTypeExtensions() — Method in class FormExtensionInterface
- Returns whether this extension provides type extensions for the given type.
- FormFactory::hasType() — Method in class FormFactory
- FormFactoryInterface::hasType() — Method in class FormFactoryInterface
- FormInterface::hasParent() — Method in class FormInterface
- Returns whether the form has a parent.
- FormInterface::has() — Method in class FormInterface
- Returns whether a child with the given name exists.
- FormInterface::hasChildren() — Method in class FormInterface
- Return whether the form has children.
- FormInterface::hasAttribute() — Method in class FormInterface
- Returns whether the form has an attribute with the given name.
- FormView::has() — Method in class FormView
- FormView::hasParent() — Method in class FormView
- Returns whether this view has a parent.
- FormView::hasChildren() — Method in class FormView
- Returns whether this view has children.
- PropertyPathIterator::hasNext() — Method in class PropertyPathIterator
- Returns whether next() can be called without making the iterator invalid
- VirtualFormAwareIterator::hasChildren() — Method in class VirtualFormAwareIterator
- HeaderBag — Class in namespace Symfony\Component\HttpFoundation
- HeaderBag is a container for HTTP headers.
- HeaderBag::has() — Method in class HeaderBag
- Returns true if the HTTP header is defined.
- HeaderBag::hasCacheControlDirective() — Method in class HeaderBag
- ParameterBag::has() — Method in class ParameterBag
- Returns true if the parameter is defined.
- $Request — Property in class Request
- Request::hasPreviousSession() — Method in class Request
- Whether the request contains a Session which was started in one of the previous requests.
- Request::hasSession() — Method in class Request
- Whether the request contains a Session object.
- $Response — Property in class Response
- Response::hasVary() — Method in class Response
- Returns true if the response includes a Vary header.
- ResponseHeaderBag::hasCacheControlDirective() — Method in class ResponseHeaderBag
- Session::has() — Method in class Session
- Checks if an attribute is defined.
- Session::hasFlash() — Method in class Session
- Checks whether a flash message exists.
- ConfigDataCollector::hasXDebug() — Method in class ConfigDataCollector
- Returns true if the XDebug is enabled.
- ConfigDataCollector::hasEAccelerator() — Method in class ConfigDataCollector
- Returns true if EAccelerator is enabled.
- ConfigDataCollector::hasApc() — Method in class ConfigDataCollector
- Returns true if APC is enabled.
- ConfigDataCollector::hasXCache() — Method in class ConfigDataCollector
- Returns true if XCache is enabled.
- ConfigDataCollector::hasAccelerator() — Method in class ConfigDataCollector
- Returns true if any accelerator is enabled.
- ExceptionDataCollector::hasException() — Method in class ExceptionDataCollector
- Checks if the exception is not null.
- ErrorHandler::handle() — Method in class ErrorHandler
- ExceptionHandler::handle() — Method in class ExceptionHandler
- Sends a Response for the given Exception.
- GetResponseEvent::hasResponse() — Method in class GetResponseEvent
- Returns whether a response was set
- HttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- HttpException.
- HttpExceptionInterface — Class in namespace Symfony\Component\HttpKernel\Exception
- Interface for HTTP error exceptions.
- Esi::hasSurrogateEsiCapability() — Method in class Esi
- Checks that at least one surrogate has ESI/1.0 capability.
- Esi::handle() — Method in class Esi
- Handles an ESI from the cache.
- HttpCache — Class in namespace Symfony\Component\HttpKernel\HttpCache
- Cache provides HTTP caching.
- HttpCache::handle() — Method in class HttpCache
- Handles a Request to convert it to a Response.
- HttpKernel — Class in namespace Symfony\Component\HttpKernel
- HttpKernel notifies events to convert a Request object to a Response one.
- HttpKernel::handle() — Method in class HttpKernel
- Handles a Request to convert it to a Response.
- HttpKernelInterface — Class in namespace Symfony\Component\HttpKernel
- HttpKernelInterface handles a Request to convert it to a Response.
- HttpKernelInterface::handle() — Method in class HttpKernelInterface
- Handles a Request to convert it to a Response.
- Kernel::handle() — Method in class Kernel
- {@inheritdoc}
- Profile::hasCollector() — Method in class Profile
- Profiler::has() — Method in class Profiler
- Returns true if a Collector for the given name exists.
- Hour1200Transformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for 12 hour format (0-11)
- Hour1201Transformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for 12 hour format (1-12)
- Hour2400Transformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for 24 hour format (0-23)
- Hour2401Transformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for 24 hour format (1-24)
- HourTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Base class for hour transformers
- Process::hasBeenSignaled() — Method in class Process
- Returns true if the child process has been terminated by an uncaught signal.
- Process::hasBeenStopped() — Method in class Process
- Returns true if the child process has been stopped by a signal.
- RequestContext::hasParameter() — Method in class RequestContext
- Checks if a parameter value is set for the given parameter.
- Route::hasDefault() — Method in class Route
- Checks if a default value is set for the given variable.
- AbstractToken::hasAttribute() — Method in class AbstractToken
- Returns true if the attribute exists.
- TokenInterface::hasAttribute() — Method in class TokenInterface
- Returns true if the attribute exists.
- AccessDeniedHandlerInterface::handle() — Method in class AccessDeniedHandlerInterface
- Handles an access denied failure.
- AbstractAuthenticationListener::handle() — Method in class AbstractAuthenticationListener
- This interface must be implemented by firewall listeners.
- AbstractPreAuthenticatedListener::handle() — Method in class AbstractPreAuthenticatedListener
- This interface must be implemented by firewall listeners.
- AccessListener::handle() — Method in class AccessListener
- This interface must be implemented by firewall listeners.
- AnonymousAuthenticationListener::handle() — Method in class AnonymousAuthenticationListener
- This interface must be implemented by firewall listeners.
- BasicAuthenticationListener::handle() — Method in class BasicAuthenticationListener
- This interface must be implemented by firewall listeners.
- ChannelListener::handle() — Method in class ChannelListener
- This interface must be implemented by firewall listeners.
- ContextListener::handle() — Method in class ContextListener
- Reads the SecurityContext from the session.
- DigestAuthenticationListener::handle() — Method in class DigestAuthenticationListener
- This interface must be implemented by firewall listeners.
- ListenerInterface::handle() — Method in class ListenerInterface
- This interface must be implemented by firewall listeners.
- LogoutListener::handle() — Method in class LogoutListener
- This interface must be implemented by firewall listeners.
- RememberMeListener::handle() — Method in class RememberMeListener
- Handles remember-me cookie based authentication.
- SwitchUserListener::handle() — Method in class SwitchUserListener
- This interface must be implemented by firewall listeners.
- HttpUtils — Class in namespace Symfony\Component\Security\Http
- Encapsulates the logic needed to create sub-requests, redirect the user, and match URLs.
- Helper — Class in namespace Symfony\Component\Templating\Helper
- Helper is the base class for all helper classes.
- HelperInterface — Class in namespace Symfony\Component\Templating\Helper
- HelperInterface is the interface all helpers must implement.
- SlotsHelper::has() — Method in class SlotsHelper
- Returns true if the slot exists.
- PhpEngine::has() — Method in class PhpEngine
- Returns true if the helper if defined.
- MessageCatalogue::has() — Method in class MessageCatalogue
- Checks if a message has a translation.
- MessageCatalogueInterface::has() — Method in class MessageCatalogueInterface
- Checks if a message has a translation.
- ApcCache::has() — Method in class ApcCache
- Returns whether metadata for the given class exists in the cache
- CacheInterface::has() — Method in class CacheInterface
- Returns whether metadata for the given class exists in the cache
- ClassMetadata::hasMemberMetadatas() — Method in class ClassMetadata
- Returns true if metadatas of members is present for the given property.
- ClassMetadata::hasGroupSequence() — Method in class ClassMetadata
- Returns whether this class has an overridden default group sequence.
- ElementMetadata::hasConstraints() — Method in class ElementMetadata
- Returns whether this element has any constraints.
I
- IndexedReader — Class in namespace Symfony\Bridge\Doctrine\Annotations
- Allows the reader to be used in-place of Doctrine's reader.
- ProxyCacheWarmer::isOptional() — Method in class ProxyCacheWarmer
- Checks whether this warmer is optional or not.
- XmlDriver::isTransient() — Method in class XmlDriver
- YamlDriver::isTransient() — Method in class YamlDriver
- UniqueEntityValidator::isValid() — Method in class UniqueEntityValidator
- EntityInitializer::initialize() — Method in class EntityInitializer
- Initializes an object just before validation.
- FormExtension::initRuntime() — Method in class FormExtension
- {@inheritdoc}
- FormExtension::isChoiceGroup() — Method in class FormExtension
- FormExtension::isChoiceSelected() — Method in class FormExtension
- ImportMappingDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Import Doctrine ORM metadata mapping information from an existing database.
- InfoDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command
- Show information about mapped entities
- RouterCacheWarmer::isOptional() — Method in class RouterCacheWarmer
- Checks whether this warmer is optional or not.
- TemplatePathsCacheWarmer::isOptional() — Method in class TemplatePathsCacheWarmer
- Checks whether this warmer is optional or not.
- InternalController — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- InternalController.
- InternalController::indexAction() — Method in class InternalController
- Forwards to the given controller with the given path.
- FormHelper::isChoiceGroup() — Method in class FormHelper
- FormHelper::isChoiceSelected() — Method in class FormHelper
- FilesystemLoader::isFresh() — Method in class FilesystemLoader
- Returns true if the template is still fresh.
- InitAclCommand — Class in namespace Symfony\Bundle\SecurityBundle\Command
- Installs the tables required by the ACL system
- SecurityDataCollector::isEnabled() — Method in class SecurityDataCollector
- Checks if security is enabled.
- SecurityDataCollector::isAuthenticated() — Method in class SecurityDataCollector
- Checks if the user is authenticated or not.
- SecurityHelper::isGranted() — Method in class SecurityHelper
- SecurityExtension::isGranted() — Method in class SecurityExtension
- MessageDataCollector::isSpool() — Method in class MessageDataCollector
- TemplateCacheCacheWarmer::isOptional() — Method in class TemplateCacheCacheWarmer
- Checks whether this warmer is optional or not.
- ProfilerController::importAction() — Method in class ProfilerController
- Imports token data.
- WebDebugToolbarListener::isVerbose() — Method in class WebDebugToolbarListener
- WebDebugToolbarListener::isEnabled() — Method in class WebDebugToolbarListener
- Client::insulate() — Method in class Client
- Sets the insulated flag.
- Cookie::isSecure() — Method in class Cookie
- Returns the secure flag of the cookie.
- Cookie::isHttpOnly() — Method in class Cookie
- Returns the httponly flag of the cookie.
- Cookie::isExpired() — Method in class Cookie
- Returns true if the cookie has expired.
- History::isEmpty() — Method in class History
- Returns true if the history is empty.
- ConfigCache::isFresh() — Method in class ConfigCache
- Checks if the cache is still fresh.
- BaseNode::isRequired() — Method in class BaseNode
- Returns true when the node is required.
- ArrayNodeDefinition::ignoreExtraKeys() — Method in class ArrayNodeDefinition
- Allows extra config keys to be specified under an array without throwing an exception.
- $ExprBuilder — Property in class ExprBuilder
- ExprBuilder::ifTrue() — Method in class ExprBuilder
- Sets a closure to use as tests.
- ExprBuilder::ifString() — Method in class ExprBuilder
- Tests if the value is a string.
- ExprBuilder::ifNull() — Method in class ExprBuilder
- Tests if the value is null.
- ExprBuilder::ifArray() — Method in class ExprBuilder
- Tests if the value is an array.
- ExprBuilder::ifInArray() — Method in class ExprBuilder
- Tests if the value is in an array.
- ExprBuilder::ifNotInArray() — Method in class ExprBuilder
- Tests if the value is not in an array.
- NodeDefinition::isRequired() — Method in class NodeDefinition
- Sets the node as required.
- InvalidConfigurationException — Class in namespace Symfony\Component\Config\Definition\Exception
- A very general exception which can be thrown whenever non of the more specific exceptions is suitable.
- InvalidTypeException — Class in namespace Symfony\Component\Config\Definition\Exception
- This exception is thrown if an invalid type is encountered.
- NodeInterface::isRequired() — Method in class NodeInterface
- Returns true when the node is required.
- FileLoader::import() — Method in class FileLoader
- Imports a resource.
- Loader::import() — Method in class Loader
- Imports a resource.
- DirectoryResource::isFresh() — Method in class DirectoryResource
- Returns true if the resource has not been updated since the given timestamp.
- FileResource::isFresh() — Method in class FileResource
- Returns true if the resource has not been updated since the given timestamp.
- ResourceInterface::isFresh() — Method in class ResourceInterface
- Returns true if the resource has not been updated since the given timestamp.
- Command::ignoreValidationErrors() — Method in class Command
- Ignores validation errors.
- OutputFormatter::isDecorated() — Method in class OutputFormatter
- Gets the decorated flag.
- OutputFormatterInterface::isDecorated() — Method in class OutputFormatterInterface
- Gets the decorated flag.
- Input — Class in namespace Symfony\Component\Console\Input
- Input is the base class for all concrete Input classes.
- Input::isInteractive() — Method in class Input
- Is this input means interactive?
- InputArgument — Class in namespace Symfony\Component\Console\Input
- Represents a command line argument.
- InputArgument::isRequired() — Method in class InputArgument
- Returns true if the argument is required.
- InputArgument::isArray() — Method in class InputArgument
- Returns true if the argument can take multiple values.
- InputDefinition — Class in namespace Symfony\Component\Console\Input
- A InputDefinition represents a set of valid command line arguments and options.
- InputInterface — Class in namespace Symfony\Component\Console\Input
- InputInterface is the interface implemented by all input classes.
- InputInterface::isInteractive() — Method in class InputInterface
- Is this input means interactive?
- InputOption — Class in namespace Symfony\Component\Console\Input
- Represents a command line option.
- InputOption::isValueRequired() — Method in class InputOption
- Returns true if the option requires a value.
- InputOption::isValueOptional() — Method in class InputOption
- Returns true if the option takes an optional value.
- InputOption::isArray() — Method in class InputOption
- Returns true if the option can take multiple values.
- Output::isDecorated() — Method in class Output
- Gets the decorated flag.
- OutputInterface::isDecorated() — Method in class OutputInterface
- Gets the decorated flag.
- Token::isType() — Method in class Token
- Answers whether this token's type equals to $type.
- Alias::isPublic() — Method in class Alias
- Checks if this DI Alias should be public or not.
- InlineServiceDefinitionsPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Inline service definitions where this is possible.
- ServiceReferenceGraphNode::isAlias() — Method in class ServiceReferenceGraphNode
- Checks if the value of this node is an Alias.
- ServiceReferenceGraphNode::isDefinition() — Method in class ServiceReferenceGraphNode
- Checks if the value of this node is a Definition.
- Container::isFrozen() — Method in class Container
- Returns true if the container parameter bag are frozen.
- Container::isScopeActive() — Method in class Container
- Determines whether the given scope is currently active.
- ContainerInterface::isScopeActive() — Method in class ContainerInterface
- Determines whether the given scope is currently active.
- Definition::isPublic() — Method in class Definition
- Whether this service is public facing
- Definition::isSynthetic() — Method in class Definition
- Whether this definition is synthetic, that is not constructed by the container, but dynamically injected.
- Definition::isAbstract() — Method in class Definition
- Whether this definition is abstract, that means it merely serves as a template for other definitions.
- InactiveScopeException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when you try to create a service of an inactive scope.
- InvalidArgumentException — Class in namespace Symfony\Component\DependencyInjection\Exception
- InvalidArgumentException
- IniFileLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- IniFileLoader loads parameters from INI files.
- ParameterBag::isResolved() — Method in class ParameterBag
- Reference::isStrict() — Method in class Reference
- Returns true when this Reference is strict
- ChoiceFormField::isDisabled() — Method in class ChoiceFormField
- Check if the current selected option is disabled
- ChoiceFormField::isMultiple() — Method in class ChoiceFormField
- Returns true if the field accepts multiple values.
- FormField::isDisabled() — Method in class FormField
- InputFormField — Class in namespace Symfony\Component\DomCrawler\Field
- InputFormField represents an input form field (an HTML input tag).
- Event::isPropagationStopped() — Method in class Event
- Returns whether further event listeners should be triggered.
- Finder::ignoreDotFiles() — Method in class Finder
- Excludes "hidden" directories and files (starting with a dot).
- Finder::ignoreVCS() — Method in class Finder
- Forces the finder to ignore version control directories.
- Finder::in() — Method in class Finder
- Searches files and directories which match defined rules.
- InvalidConfigurationException — Class in namespace Symfony\Component\Form\Exception
- InvalidOptionsException — Class in namespace Symfony\Component\Form\Exception
- InvalidPropertyException — Class in namespace Symfony\Component\Form\Exception
- InvalidPropertyPathException — Class in namespace Symfony\Component\Form\Exception
- IntegerToLocalizedStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between an integer and a localized number with grouping (each thousand) and comma separators.
- IntegerType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- CsrfProviderInterface::isCsrfTokenValid() — Method in class CsrfProviderInterface
- Validates a CSRF token.
- DefaultCsrfProvider::isCsrfTokenValid() — Method in class DefaultCsrfProvider
- Validates a CSRF token.
- Form::isRequired() — Method in class Form
- Returns whether the form is required to be filled out.
- Form::isReadOnly() — Method in class Form
- Returns whether this form can be read only.
- Form::isRoot() — Method in class Form
- Returns whether the field is the root of the form tree.
- Form::isBound() — Method in class Form
- Returns whether the field is bound.
- Form::isSynchronized() — Method in class Form
- Returns whether the data in the different formats is synchronized.
- Form::isEmpty() — Method in class Form
- Returns whether the form is empty.
- Form::isValid() — Method in class Form
- Returns whether the form is valid.
- FormInterface::isBound() — Method in class FormInterface
- Returns whether the field is bound.
- FormInterface::isValid() — Method in class FormInterface
- Returns whether the form is valid.
- FormInterface::isRequired() — Method in class FormInterface
- Returns whether the form is required to be filled out.
- FormInterface::isReadOnly() — Method in class FormInterface
- Returns whether this form can be read only.
- FormInterface::isEmpty() — Method in class FormInterface
- Returns whether the form is empty.
- FormInterface::isSynchronized() — Method in class FormInterface
- Returns whether the data in the different formats is synchronized.
- FormInterface::isRoot() — Method in class FormInterface
- Returns whether the field is the root of the form tree.
- FormView::isRendered() — Method in class FormView
- Returns whether the attached form is rendered.
- FormUtil::isChoiceGroup() — Method in class FormUtil
- Returns whether the given choice is a group.
- FormUtil::isChoiceSelected() — Method in class FormUtil
- Returns whether the given choice is selected.
- PropertyPath::isProperty() — Method in class PropertyPath
- Returns whether the element at the given index is a property
- PropertyPath::isIndex() — Method in class PropertyPath
- Returns whether the element at the given index is an array index
- PropertyPathIterator::isIndex() — Method in class PropertyPathIterator
- Returns whether the current element in the property path is an array index
- PropertyPathIterator::isProperty() — Method in class PropertyPathIterator
- Returns whether the current element in the property path is a property names
- Cookie::isSecure() — Method in class Cookie
- Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client.
- Cookie::isHttpOnly() — Method in class Cookie
- Checks whether the cookie will be made accessible only through the HTTP protocol.
- Cookie::isCleared() — Method in class Cookie
- Whether this cookie is about to be cleared
- ContentTypeMimeTypeGuesser::isSupported() — Method in class ContentTypeMimeTypeGuesser
- Returns whether this guesser is supported on the current OS/PHP setup
- FileBinaryMimeTypeGuesser::isSupported() — Method in class FileBinaryMimeTypeGuesser
- Returns whether this guesser is supported on the current OS
- FileinfoMimeTypeGuesser::isSupported() — Method in class FileinfoMimeTypeGuesser
- Returns whether this guesser is supported on the current OS/PHP setup
- UploadedFile::isValid() — Method in class UploadedFile
- Returns whether the file was uploaded successfully.
- Request::initialize() — Method in class Request
- Sets the parameters for this request.
- Request::isSecure() — Method in class Request
- Checks whether the request is secure or not.
- Request::isMethodSafe() — Method in class Request
- Checks whether the method is safe or not.
- Request::isNoCache() — Method in class Request
- Request::isXmlHttpRequest() — Method in class Request
- Returns true if the request is a XMLHttpRequest.
- Response::isCacheable() — Method in class Response
- Returns true if the response is worth caching under any circumstance.
- Response::isFresh() — Method in class Response
- Returns true if the response is "fresh".
- Response::isValidateable() — Method in class Response
- Returns true if the response includes headers that can be used to validate the response with the origin server using a conditional GET request.
- Response::isNotModified() — Method in class Response
- Determines if the Response validators (ETag, Last-Modified) match a conditional value specified in the Request.
- Response::isInvalid() — Method in class Response
- Response::isInformational() — Method in class Response
- Response::isSuccessful() — Method in class Response
- Response::isRedirection() — Method in class Response
- Response::isClientError() — Method in class Response
- Response::isServerError() — Method in class Response
- Response::isOk() — Method in class Response
- Response::isForbidden() — Method in class Response
- Response::isNotFound() — Method in class Response
- Response::isRedirect() — Method in class Response
- Response::isEmpty() — Method in class Response
- Session::invalidate() — Method in class Session
- Invalidates the current session.
- CacheWarmerAggregate::isOptional() — Method in class CacheWarmerAggregate
- Checks whether this warmer is optional or not.
- CacheWarmerInterface::isOptional() — Method in class CacheWarmerInterface
- Checks whether this warmer is optional or not.
- ConfigDataCollector::isDebug() — Method in class ConfigDataCollector
- Returns true if the debug is enabled.
- Store::invalidate() — Method in class Store
- Invalidates all cache entries that match the request.
- StoreInterface::invalidate() — Method in class StoreInterface
- Invalidates all cache entries that match the request.
- Kernel::init() — Method in class Kernel
- Kernel::isClassInActiveBundle() — Method in class Kernel
- Checks if a given class name belongs to an active bundle.
- Kernel::isDebug() — Method in class Kernel
- Checks if debug mode is enabled.
- KernelInterface::isClassInActiveBundle() — Method in class KernelInterface
- Checks if a given class name belongs to an active bundle.
- KernelInterface::isDebug() — Method in class KernelInterface
- Checks if debug mode is enabled.
- LoggerInterface::info() — Method in class LoggerInterface
- NullLogger::info() — Method in class NullLogger
- Profiler::import() — Method in class Profiler
- Imports data into the profiler storage.
- Filesystem::isAbsolutePath() — Method in class Filesystem
- Returns whether the file path is an absolute path.
- FullTransformer::isQuoteMatch() — Method in class FullTransformer
- Check if the first char of a string is a single quote
- StubIntl::isFailure() — Method in class StubIntl
- Returns whether the error code indicates a failure
- StubIntlDateFormatter::isLenient() — Method in class StubIntlDateFormatter
- Returns whether the formatter is lenient
- Process::isSuccessful() — Method in class Process
- Checks if the process ended successfully.
- InvalidParameterException — Class in namespace Symfony\Component\Routing\Exception
- Exception thrown when a parameter is not valid
- Acl::insertClassAce() — Method in class Acl
- {@inheritDoc}
- Acl::insertClassFieldAce() — Method in class Acl
- {@inheritDoc}
- Acl::insertObjectAce() — Method in class Acl
- {@inheritDoc}
- Acl::insertObjectFieldAce() — Method in class Acl
- {@inheritDoc}
- Acl::isEntriesInheriting() — Method in class Acl
- {@inheritDoc}
- Acl::isFieldGranted() — Method in class Acl
- {@inheritDoc}
- Acl::isGranted() — Method in class Acl
- {@inheritDoc}
- Acl::isSidLoaded() — Method in class Acl
- {@inheritDoc}
- Entry::isAuditFailure() — Method in class Entry
- Whether auditing for successful grants is turned on
- Entry::isAuditSuccess() — Method in class Entry
- Whether auditing for successful denies is turned on
- Entry::isGranting() — Method in class Entry
- {@inheritDoc}
- PermissionGrantingStrategy::isGranted() — Method in class PermissionGrantingStrategy
- Determines whether access to a domain object is to be granted
- PermissionGrantingStrategy::isFieldGranted() — Method in class PermissionGrantingStrategy
- Determines whether access to a domain object's field is to be granted
- InvalidDomainObjectException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when ObjectIdentity fails to construct an object identity from the passed domain object.
- AclInterface::isEntriesInheriting() — Method in class AclInterface
- Whether this ACL is inheriting ACEs from a parent ACL.
- AclInterface::isFieldGranted() — Method in class AclInterface
- Determines whether field access is granted
- AclInterface::isGranted() — Method in class AclInterface
- Determines whether access is granted
- AclInterface::isSidLoaded() — Method in class AclInterface
- Whether the ACL has loaded ACEs for all of the passed security identities
- AuditableEntryInterface::isAuditFailure() — Method in class AuditableEntryInterface
- Whether auditing for successful grants is turned on
- AuditableEntryInterface::isAuditSuccess() — Method in class AuditableEntryInterface
- Whether auditing for successful denies is turned on
- EntryInterface::isGranting() — Method in class EntryInterface
- Returns whether this ACE is granting, or denying
- MutableAclInterface::insertClassAce() — Method in class MutableAclInterface
- Inserts a class-based ACE
- MutableAclInterface::insertClassFieldAce() — Method in class MutableAclInterface
- Inserts a class-field-based ACE
- MutableAclInterface::insertObjectAce() — Method in class MutableAclInterface
- Inserts an object-based ACE
- MutableAclInterface::insertObjectFieldAce() — Method in class MutableAclInterface
- Inserts an object-field-based ACE
- PermissionGrantingStrategyInterface::isGranted() — Method in class PermissionGrantingStrategyInterface
- Determines whether access to a domain object is to be granted
- PermissionGrantingStrategyInterface::isFieldGranted() — Method in class PermissionGrantingStrategyInterface
- Determines whether access to a domain object's field is to be granted
- AuthenticationTrustResolver::isAnonymous() — Method in class AuthenticationTrustResolver
- Resolves whether the passed token implementation is authenticated anonymously.
- AuthenticationTrustResolver::isRememberMe() — Method in class AuthenticationTrustResolver
- Resolves whether the passed token implementation is authenticated using remember-me capabilities.
- AuthenticationTrustResolver::isFullFledged() — Method in class AuthenticationTrustResolver
- Resolves whether the passed token implementation is fully authenticated.
- AuthenticationTrustResolverInterface::isAnonymous() — Method in class AuthenticationTrustResolverInterface
- Resolves whether the passed token implementation is authenticated anonymously.
- AuthenticationTrustResolverInterface::isRememberMe() — Method in class AuthenticationTrustResolverInterface
- Resolves whether the passed token implementation is authenticated using remember-me capabilities.
- AuthenticationTrustResolverInterface::isFullFledged() — Method in class AuthenticationTrustResolverInterface
- Resolves whether the passed token implementation is fully authenticated.
- InMemoryTokenProvider — Class in namespace Symfony\Component\Security\Core\Authentication\RememberMe
- This class is used for testing purposes, and is not really suited for production.
- AbstractToken::isAuthenticated() — Method in class AbstractToken
- Returns whether the user is authenticated or not.
- TokenInterface::isAuthenticated() — Method in class TokenInterface
- Returns whether the user is authenticated or not.
- MessageDigestPasswordEncoder::isPasswordValid() — Method in class MessageDigestPasswordEncoder
- {@inheritdoc}
- PasswordEncoderInterface::isPasswordValid() — Method in class PasswordEncoderInterface
- Checks a raw password against an encoded password.
- PlaintextPasswordEncoder::isPasswordValid() — Method in class PlaintextPasswordEncoder
- {@inheritdoc}
- InsufficientAuthenticationException — Class in namespace Symfony\Component\Security\Core\Exception
- InsufficientAuthenticationException is thrown if the user credentials are not sufficiently trusted.
- InvalidCsrfTokenException — Class in namespace Symfony\Component\Security\Core\Exception
- This exception is thrown when the csrf token is invalid.
- SecurityContext::isGranted() — Method in class SecurityContext
- Checks if the attributes are granted against the current authentication token and optionally supplied object.
- SecurityContextInterface::isGranted() — Method in class SecurityContextInterface
- Checks if the attributes are granted against the current authentication token and optionally supplied object.
- AdvancedUserInterface::isAccountNonExpired() — Method in class AdvancedUserInterface
- Checks whether the user's account has expired.
- AdvancedUserInterface::isAccountNonLocked() — Method in class AdvancedUserInterface
- Checks whether the user is locked.
- AdvancedUserInterface::isCredentialsNonExpired() — Method in class AdvancedUserInterface
- Checks whether the user's credentials (password) has expired.
- AdvancedUserInterface::isEnabled() — Method in class AdvancedUserInterface
- Checks whether the user is enabled.
- InMemoryUserProvider — Class in namespace Symfony\Component\Security\Core\User
- InMemoryUserProvider is a simple non persistent user provider.
- User::isAccountNonExpired() — Method in class User
- Checks whether the user's account has expired.
- User::isAccountNonLocked() — Method in class User
- Checks whether the user is locked.
- User::isCredentialsNonExpired() — Method in class User
- Checks whether the user's credentials (password) has expired.
- User::isEnabled() — Method in class User
- Checks whether the user is enabled.
- InteractiveLoginEvent — Class in namespace Symfony\Component\Security\Http\Event
- DigestData::isNonceExpired() — Method in class DigestData
- InvalidArgumentException — Class in namespace Symfony\Component\Serializer\Exception
- InvalidArgumentException
- CacheLoader::isFresh() — Method in class CacheLoader
- Returns true if the template is still fresh.
- ChainLoader::isFresh() — Method in class ChainLoader
- Returns true if the template is still fresh.
- FilesystemLoader::isFresh() — Method in class FilesystemLoader
- Returns true if the template is still fresh.
- LoaderInterface::isFresh() — Method in class LoaderInterface
- Returns true if the template is still fresh.
- IdentityTranslator — Class in namespace Symfony\Component\Translation
- IdentityTranslator does not translate anything.
- Interval — Class in namespace Symfony\Component\Translation
- Tests if a given number belongs to a given math interval.
- ConstraintValidator::initialize() — Method in class ConstraintValidator
- Initializes the constraint validator.
- ConstraintValidatorInterface::initialize() — Method in class ConstraintValidatorInterface
- Initializes the constraint validator.
- ConstraintValidatorInterface::isValid() — Method in class ConstraintValidatorInterface
- Checks if the passed value is valid.
- AllValidator::isValid() — Method in class AllValidator
- Checks if the passed value is valid.
- BlankValidator::isValid() — Method in class BlankValidator
- Checks if the passed value is valid.
- CallbackValidator::isValid() — Method in class CallbackValidator
- Checks if the passed value is valid.
- ChoiceValidator::isValid() — Method in class ChoiceValidator
- Checks if the passed value is valid.
- CollectionValidator::isValid() — Method in class CollectionValidator
- Checks if the passed value is valid.
- CountryValidator::isValid() — Method in class CountryValidator
- Checks if the passed value is valid.
- DateValidator::isValid() — Method in class DateValidator
- Checks if the passed value is valid.
- EmailValidator::isValid() — Method in class EmailValidator
- Checks if the passed value is valid.
- FalseValidator::isValid() — Method in class FalseValidator
- Checks if the passed value is valid.
- FileValidator::isValid() — Method in class FileValidator
- Checks if the passed value is valid.
- Image — Class in namespace Symfony\Component\Validator\Constraints
- Ip — Class in namespace Symfony\Component\Validator\Constraints
- Validates that a value is a valid IP address
- IpValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value is a valid IP address
- IpValidator::isValid() — Method in class IpValidator
- Checks if the passed value is valid.
- LanguageValidator::isValid() — Method in class LanguageValidator
- Checks if the passed value is valid.
- LocaleValidator::isValid() — Method in class LocaleValidator
- Checks if the passed value is valid.
- $Max — Property in class Max
- MaxLengthValidator::isValid() — Method in class MaxLengthValidator
- Checks if the passed value is valid.
- MaxValidator::isValid() — Method in class MaxValidator
- Checks if the passed value is valid.
- $Min — Property in class Min
- MinLengthValidator::isValid() — Method in class MinLengthValidator
- Checks if the passed value is valid.
- MinValidator::isValid() — Method in class MinValidator
- Checks if the passed value is valid.
- NotBlankValidator::isValid() — Method in class NotBlankValidator
- Checks if the passed value is valid.
- NotNullValidator::isValid() — Method in class NotNullValidator
- Checks if the passed value is valid.
- NullValidator::isValid() — Method in class NullValidator
- Checks if the passed value is valid.
- RegexValidator::isValid() — Method in class RegexValidator
- Checks if the passed value is valid.
- TimeValidator::isValid() — Method in class TimeValidator
- Checks if the passed value is valid.
- TrueValidator::isValid() — Method in class TrueValidator
- Checks if the passed value is valid.
- TypeValidator::isValid() — Method in class TypeValidator
- Checks if the passed value is valid.
- UrlValidator::isValid() — Method in class UrlValidator
- Checks if the passed value is valid.
- InvalidOptionsException — Class in namespace Symfony\Component\Validator\Exception
- MemberMetadata::isPublic() — Method in class MemberMetadata
- Returns whether this member is public
- MemberMetadata::isProtected() — Method in class MemberMetadata
- Returns whether this member is protected
- MemberMetadata::isPrivate() — Method in class MemberMetadata
- Returns whether this member is private
- MemberMetadata::isCascaded() — Method in class MemberMetadata
- Returns whether objects stored in this member should be validated
- MemberMetadata::isCollectionCascaded() — Method in class MemberMetadata
- Returns whether arrays or traversable objects stored in this member should be traversed and validated in each entry
- ObjectInitializerInterface::initialize() — Method in class ObjectInitializerInterface
- Initializes an object just before validation.
- Inline — Class in namespace Symfony\Component\Yaml
- Inline implements a YAML parser/dumper for the YAML inline syntax.
J
- XPathExpr::join() — Method in class XPathExpr
- Joins this XPath expression with $other (another XPath expression) using $combiner to join them.
- JsonEncoder — Class in namespace Symfony\Component\Serializer\Encoder
- Encodes JSON data
K
- HeaderBag::keys() — Method in class HeaderBag
- Returns the parameter keys.
- ParameterBag::keys() — Method in class ParameterBag
- Returns the parameter keys.
- KernelEvent — Class in namespace Symfony\Component\HttpKernel\Event
- Base class for events thrown in the HttpKernel component
- Kernel — Class in namespace Symfony\Component\HttpKernel
- The Kernel is the heart of the Symfony system.
- KernelEvents — Class in namespace Symfony\Component\HttpKernel
- Contains all events thrown in the HttpKernel component
- KernelInterface — Class in namespace Symfony\Component\HttpKernel
- The Kernel is the heart of the Symfony system.
L
- DbalLogger::log() — Method in class DbalLogger
- Logs a message.
- EntityUserProvider::loadUserByUsername() — Method in class EntityUserProvider
- Loads the user for the given username.
- Logger — Class in namespace Symfony\Bridge\Monolog
- Logger.
- DoctrineExtension::load() — Method in class DoctrineExtension
- FrameworkExtension::load() — Method in class FrameworkExtension
- Responds to the app.config configuration parameter.
- DelegatingLoader::load() — Method in class DelegatingLoader
- Loads a resource.
- Debugger::log() — Method in class Debugger
- Logs a message.
- FormHelper::label() — Method in class FormHelper
- Renders the label of the given view.
- FilesystemLoader::load() — Method in class FilesystemLoader
- Loads a template.
- TemplateLocator::locate() — Method in class TemplateLocator
- Returns a full path for a given file name.
- LoggerChannelPass — Class in namespace Symfony\Bundle\MonologBundle\DependencyInjection\Compiler
- Replaces the default logger by another one with its own channel for tagged services.
- MonologExtension::load() — Method in class MonologExtension
- Loads the Monolog configuration.
- SecurityExtension::load() — Method in class SecurityExtension
- SwiftmailerExtension::load() — Method in class SwiftmailerExtension
- Loads the Swift Mailer configuration.
- TwigExtension::load() — Method in class TwigExtension
- Responds to the twig configuration parameter.
- WebProfilerExtension::load() — Method in class WebProfilerExtension
- Loads the web profiler configuration.
- ClassCollectionLoader::load() — Method in class ClassCollectionLoader
- Loads a list of classes and caches them in one big file.
- DebugUniversalClassLoader::loadClass() — Method in class DebugUniversalClassLoader
- Loads the given class or interface.
- MapClassLoader::loadClass() — Method in class MapClassLoader
- Loads the given class or interface.
- UniversalClassLoader::loadClass() — Method in class UniversalClassLoader
- Loads the given class or interface.
- FileLocator::locate() — Method in class FileLocator
- Returns a full path for a given file name.
- FileLocatorInterface::locate() — Method in class FileLocatorInterface
- Returns a full path for a given file name.
- DelegatingLoader::load() — Method in class DelegatingLoader
- Loads a resource.
- Loader — Class in namespace Symfony\Component\Config\Loader
- Loader is the abstract class used by all built-in loaders.
- LoaderInterface — Class in namespace Symfony\Component\Config\Loader
- LoaderInterface is the interface implemented by all loader classes.
- LoaderInterface::load() — Method in class LoaderInterface
- Loads a resource.
- LoaderResolver — Class in namespace Symfony\Component\Config\Loader
- LoaderResolver selects a loader for a given resource.
- LoaderResolverInterface — Class in namespace Symfony\Component\Config\Loader
- LoaderResolverInterface selects a loader for a given resource.
- ListCommand — Class in namespace Symfony\Component\Console\Command
- ListCommand displays the list of all available commands for the application.
- LoggingFormatter — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Used to format logging messages during the compilation.
- Container::leaveScope() — Method in class Container
- Leaves the current scope, and re-enters the parent scope
- ContainerBuilder::loadFromExtension() — Method in class ContainerBuilder
- Loads the configuration for an extension.
- ContainerInterface::leaveScope() — Method in class ContainerInterface
- Leaves the current scope, and re-enters the parent scope
- ExtensionInterface::load() — Method in class ExtensionInterface
- Loads a specific configuration.
- ClosureLoader::load() — Method in class ClosureLoader
- Loads a Closure.
- IniFileLoader::load() — Method in class IniFileLoader
- Loads a resource.
- PhpFileLoader::load() — Method in class PhpFileLoader
- Loads a PHP file.
- XmlFileLoader::load() — Method in class XmlFileLoader
- Loads an XML file.
- YamlFileLoader::load() — Method in class YamlFileLoader
- Loads a Yaml file.
- Crawler::last() — Method in class Crawler
- Returns the last node of the current selection
- Crawler::link() — Method in class Crawler
- Returns a Link object for the first node in the list.
- Crawler::links() — Method in class Crawler
- Returns an array of Link objects for the nodes in the list.
- Link — Class in namespace Symfony\Component\DomCrawler
- Link represents an HTML link (an HTML a tag).
- LanguageType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- LocaleType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- ValidatorExtension::loadTypeGuesser() — Method in class ValidatorExtension
- FileLocator::locate() — Method in class FileLocator
- Returns a full path for a given file name.
- LoggerDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- LogDataCollector.
- Store::lock() — Method in class Store
- Locks the cache for a given Request.
- Store::lookup() — Method in class Store
- Locates a cached Response for the Request provided.
- StoreInterface::lookup() — Method in class StoreInterface
- Locates a cached Response for the Request provided.
- StoreInterface::lock() — Method in class StoreInterface
- Locks the cache for a given Request.
- Kernel::locateResource() — Method in class Kernel
- Returns the file path for a given resource.
- Kernel::loadClassCache() — Method in class Kernel
- Loads the PHP class cache.
- KernelInterface::locateResource() — Method in class KernelInterface
- Returns the file path for a given resource.
- LoggerInterface — Class in namespace Symfony\Component\HttpKernel\Log
- LoggerInterface.
- Profiler::loadProfileFromResponse() — Method in class Profiler
- Loads the Profile for the given Response.
- Profiler::loadProfile() — Method in class Profiler
- Loads the Profile for the given token.
- Locale — Class in namespace Symfony\Component\Locale
- StubIntlDateFormatter::localtime() — Method in class StubIntlDateFormatter
- Parse string to a field-based time value
- StubLocale::lookup() — Method in class StubLocale
- Returns the closest language tag for the locale
- AnnotationClassLoader::load() — Method in class AnnotationClassLoader
- Loads a resource.
- AnnotationDirectoryLoader::load() — Method in class AnnotationDirectoryLoader
- Loads from annotations from a file.
- AnnotationFileLoader::load() — Method in class AnnotationFileLoader
- Loads from annotations from a file.
- ClosureLoader::load() — Method in class ClosureLoader
- Loads a Closure.
- PhpFileLoader::load() — Method in class PhpFileLoader
- Loads a PHP file.
- XmlFileLoader::load() — Method in class XmlFileLoader
- Loads an XML file.
- YamlFileLoader::load() — Method in class YamlFileLoader
- Loads a Yaml file.
- AuditLogger::logIfNeeded() — Method in class AuditLogger
- This method is called whenever access is granted, or denied, and administrative mode is turned off.
- AuditLoggerInterface::logIfNeeded() — Method in class AuditLoggerInterface
- This method is called whenever access is granted, or denied, and administrative mode is turned off.
- InMemoryTokenProvider::loadTokenBySeries() — Method in class InMemoryTokenProvider
- Loads the active token for the given series.
- TokenProviderInterface::loadTokenBySeries() — Method in class TokenProviderInterface
- Loads the active token for the given series.
- LockedException — Class in namespace Symfony\Component\Security\Core\Exception
- LockedException is thrown if the user account is locked.
- ChainUserProvider::loadUserByUsername() — Method in class ChainUserProvider
- Loads the user for the given username.
- InMemoryUserProvider::loadUserByUsername() — Method in class InMemoryUserProvider
- Loads the user for the given username.
- UserProviderInterface::loadUserByUsername() — Method in class UserProviderInterface
- Loads the user for the given username.
- ListenerInterface — Class in namespace Symfony\Component\Security\Http\Firewall
- Interface that must be implemented by firewall listeners
- LogoutListener — Class in namespace Symfony\Component\Security\Http\Firewall
- LogoutListener logout users.
- CookieClearingLogoutHandler::logout() — Method in class CookieClearingLogoutHandler
- This method is called by the LogoutListener when a user has requested to be logged out.
- LogoutHandlerInterface — Class in namespace Symfony\Component\Security\Http\Logout
- Interface that needs to be implemented by LogoutHandlers.
- LogoutHandlerInterface::logout() — Method in class LogoutHandlerInterface
- This method is called by the LogoutListener when a user has requested to be logged out.
- LogoutSuccessHandlerInterface — Class in namespace Symfony\Component\Security\Http\Logout
- LogoutSuccesshandlerInterface.
- SessionLogoutHandler::logout() — Method in class SessionLogoutHandler
- This method is called by the LogoutListener when a user has requested to be logged out.
- AbstractRememberMeServices::logout() — Method in class AbstractRememberMeServices
- This method is called by the LogoutListener when a user has requested to be logged out.
- AbstractRememberMeServices::loginFail() — Method in class AbstractRememberMeServices
- Called whenever an interactive authentication attempt was made, but the credentials supplied by the user were missing or otherwise invalid.
- AbstractRememberMeServices::loginSuccess() — Method in class AbstractRememberMeServices
- Called whenever an interactive authentication attempt is successful (e.g.
- PersistentTokenBasedRememberMeServices::logout() — Method in class PersistentTokenBasedRememberMeServices
- This method is called by the LogoutListener when a user has requested to be logged out.
- RememberMeServicesInterface::loginFail() — Method in class RememberMeServicesInterface
- Called whenever an interactive authentication attempt was made, but the credentials supplied by the user were missing or otherwise invalid.
- RememberMeServicesInterface::loginSuccess() — Method in class RememberMeServicesInterface
- Called whenever an interactive authentication attempt is successful (e.g.
- LogicException — Class in namespace Symfony\Component\Serializer\Exception
- LogicException
- DebuggerInterface::log() — Method in class DebuggerInterface
- Logs a message.
- CacheLoader::load() — Method in class CacheLoader
- Loads a template.
- ChainLoader::load() — Method in class ChainLoader
- Loads a template.
- FilesystemLoader::load() — Method in class FilesystemLoader
- Loads a template.
- Loader — Class in namespace Symfony\Component\Templating\Loader
- Loader is the base class for all template loader classes.
- LoaderInterface — Class in namespace Symfony\Component\Templating\Loader
- LoaderInterface is the interface all loaders must implement.
- LoaderInterface::load() — Method in class LoaderInterface
- Loads a template.
- ArrayLoader::load() — Method in class ArrayLoader
- Loads a locale.
- CsvFileLoader::load() — Method in class CsvFileLoader
- Loads a locale.
- LoaderInterface — Class in namespace Symfony\Component\Translation\Loader
- LoaderInterface is the interface implemented by all translation loaders.
- LoaderInterface::load() — Method in class LoaderInterface
- Loads a locale.
- PhpFileLoader::load() — Method in class PhpFileLoader
- Loads a locale.
- XliffFileLoader::load() — Method in class XliffFileLoader
- Loads a locale.
- YamlFileLoader::load() — Method in class YamlFileLoader
- Loads a locale.
- Language — Class in namespace Symfony\Component\Validator\Constraints
- LanguageValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value is a valid language code
- Locale — Class in namespace Symfony\Component\Validator\Constraints
- LocaleValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value is a valid locale code
- $Max — Property in class Max
- $MaxLength — Property in class MaxLength
- $Min — Property in class Min
- $MinLength — Property in class MinLength
- AnnotationLoader::loadClassMetadata() — Method in class AnnotationLoader
- Load a Class Metadata.
- LoaderChain — Class in namespace Symfony\Component\Validator\Mapping\Loader
- Calls multiple LoaderInterface instances in a chain
- LoaderChain::loadClassMetadata() — Method in class LoaderChain
- Load a Class Metadata.
- LoaderInterface — Class in namespace Symfony\Component\Validator\Mapping\Loader
- LoaderInterface::loadClassMetadata() — Method in class LoaderInterface
- Load a Class Metadata.
- StaticMethodLoader::loadClassMetadata() — Method in class StaticMethodLoader
- Load a Class Metadata.
- XmlFileLoader::loadClassMetadata() — Method in class XmlFileLoader
- {@inheritDoc}
- YamlFileLoader::loadClassMetadata() — Method in class YamlFileLoader
- {@inheritDoc}
M
- MergeCollectionListener — Class in namespace Symfony\Bridge\Doctrine\Form\EventListener
- Merge changes from the request to a Doctrine\Common\Collections\Collection instance.
- $UniqueEntity — Property in class UniqueEntity
- MessageDataCollector — Class in namespace Symfony\Bridge\Swiftmailer\DataCollector
- MessageDataCollector.
- MetadataFactory — Class in namespace Symfony\Bundle\DoctrineBundle\Mapping
- This class provides methods to access Doctrine entity class metadata for a given bundle, namespace or entity class.
- MonologExtension — Class in namespace Symfony\Bundle\MonologBundle\DependencyInjection
- MonologExtension is an extension for the Monolog library.
- MonologBundle — Class in namespace Symfony\Bundle\MonologBundle
- Bundle.
- MainConfiguration — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection
- This class contains the configuration information for the following tags:
- MessageDataCollector — Class in namespace Symfony\Bundle\SwiftmailerBundle\DataCollector
- MessageDataCollector.
- MessageLogger — Class in namespace Symfony\Bundle\SwiftmailerBundle\Logger
- MessageLogger.
- MapClassLoader — Class in namespace Symfony\Component\ClassLoader
- A class loader that uses a mapping file to look up paths.
- BaseNode::merge() — Method in class BaseNode
- Merges two values together.
- MergeBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This class builds merge conditions.
- NodeInterface::merge() — Method in class NodeInterface
- Merges two values together.
- MergeExtensionConfigurationPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Merges extension configs into the container builder
- ContainerBuilder::merge() — Method in class ContainerBuilder
- Merges a ContainerBuilder with the current ContainerBuilder configuration.
- DataMapperInterface::mapDataToForms() — Method in class DataMapperInterface
- DataMapperInterface::mapDataToForm() — Method in class DataMapperInterface
- DataMapperInterface::mapFormsToData() — Method in class DataMapperInterface
- DataMapperInterface::mapFormToData() — Method in class DataMapperInterface
- MissingOptionsException — Class in namespace Symfony\Component\Form\Exception
- MonthChoiceList — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- PropertyPathMapper::mapDataToForms() — Method in class PropertyPathMapper
- PropertyPathMapper::mapDataToForm() — Method in class PropertyPathMapper
- PropertyPathMapper::mapFormsToData() — Method in class PropertyPathMapper
- PropertyPathMapper::mapFormToData() — Method in class PropertyPathMapper
- MoneyToLocalizedStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a normalized format and a localized money string.
- MoneyType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- File::move() — Method in class File
- Moves the file to a new location.
- MimeTypeGuesser — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- A singleton mime type guesser.
- MimeTypeGuesserInterface — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- Guesses the mime type of a file
- UploadedFile::move() — Method in class UploadedFile
- Moves the file to a new location.
- RequestMatcher::matchHost() — Method in class RequestMatcher
- Adds a check for the URL host name.
- RequestMatcher::matchPath() — Method in class RequestMatcher
- Adds a check for the URL path info.
- RequestMatcher::matchIp() — Method in class RequestMatcher
- Adds a check for the client IP.
- RequestMatcher::matchMethod() — Method in class RequestMatcher
- Adds a check for the HTTP method.
- RequestMatcher::matchAttribute() — Method in class RequestMatcher
- Adds a check for request attribute.
- RequestMatcher::matches() — Method in class RequestMatcher
- Decides whether the rule(s) implemented by the strategy matches the supplied request.
- RequestMatcherInterface::matches() — Method in class RequestMatcherInterface
- Decides whether the rule(s) implemented by the strategy matches the supplied request.
- Response::mustRevalidate() — Method in class Response
- Returns true if the response must be revalidated by caches.
- Session::migrate() — Method in class Session
- Migrates the current session to a new session id while maintaining all session attributes.
- MemoryDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- MemoryDataCollector.
- MergeExtensionConfigurationPass — Class in namespace Symfony\Component\HttpKernel\DependencyInjection
- Ensures certain extensions are always loaded.
- MethodNotAllowedHttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- MethodNotAllowedHttpException.
- MysqlProfilerStorage — Class in namespace Symfony\Component\HttpKernel\Profiler
- A ProfilerStorage for Mysql
- Filesystem::mkdir() — Method in class Filesystem
- Creates a directory recursively.
- Filesystem::mirror() — Method in class Filesystem
- Mirrors a directory to another.
- MethodArgumentNotImplementedException — Class in namespace Symfony\Component\Locale\Exception
- MethodArgumentValueNotImplementedException — Class in namespace Symfony\Component\Locale\Exception
- MethodNotImplementedException — Class in namespace Symfony\Component\Locale\Exception
- MinuteTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for minute format
- MonthTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for month format
- MethodNotAllowedException — Class in namespace Symfony\Component\Routing\Exception
- The resource was found but the request method is not allowed.
- MissingMandatoryParametersException — Class in namespace Symfony\Component\Routing\Exception
- Exception thrown when a route cannot be generated because of missing mandatory parameters.
- ApacheUrlMatcher::match() — Method in class ApacheUrlMatcher
- Tries to match a URL with a set of routes.
- MatcherDumper — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- MatcherDumper is the abstract class for all built-in matcher dumpers.
- MatcherDumperInterface — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- MatcherDumperInterface is the interface that all matcher dumper classes must implement.
- RedirectableUrlMatcher::match() — Method in class RedirectableUrlMatcher
- Tries to match a URL with a set of routes.
- UrlMatcher::match() — Method in class UrlMatcher
- Tries to match a URL with a set of routes.
- UrlMatcherInterface::match() — Method in class UrlMatcherInterface
- Tries to match a URL with a set of routes.
- Router::match() — Method in class Router
- Tries to match a URL with a set of routes.
- MutableAclProvider — Class in namespace Symfony\Component\Security\Acl\Dbal
- An implementation of the MutableAclProviderInterface using Doctrine DBAL.
- MutableAclInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This interface adds mutators for the AclInterface.
- MutableAclProviderInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Provides support for creating and storing ACL instances.
- MaskBuilder — Class in namespace Symfony\Component\Security\Acl\Permission
- This class allows you to build cumulative permissions easily, or convert masks to a human-readable format.
- MessageDigestPasswordEncoder — Class in namespace Symfony\Component\Security\Core\Encoder
- MessageDigestPasswordEncoder uses a message digest algorithm.
- MessageCatalogue — Class in namespace Symfony\Component\Translation
- MessageCatalogue.
- MessageCatalogueInterface — Class in namespace Symfony\Component\Translation
- MessageCatalogueInterface.
- MessageSelector — Class in namespace Symfony\Component\Translation
- MessageSelector.
- $Blank — Property in class Blank
- $Callback — Property in class Callback
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Choice — Property in class Choice
- $Collection — Property in class Collection
- $Country — Property in class Country
- $Date — Property in class Date
- $DateTime — Property in class DateTime
- $Email — Property in class Email
- $False — Property in class False
- $File — Property in class File
- $File — Property in class File
- $File — Property in class File
- $File — Property in class File
- $Image — Property in class Image
- $Image — Property in class Image
- $Ip — Property in class Ip
- $Language — Property in class Language
- $Locale — Property in class Locale
- Max — Class in namespace Symfony\Component\Validator\Constraints
- $Max — Property in class Max
- MaxLength — Class in namespace Symfony\Component\Validator\Constraints
- $MaxLength — Property in class MaxLength
- MaxLengthValidator — Class in namespace Symfony\Component\Validator\Constraints
- MaxValidator — Class in namespace Symfony\Component\Validator\Constraints
- Min — Class in namespace Symfony\Component\Validator\Constraints
- $Min — Property in class Min
- MinLength — Class in namespace Symfony\Component\Validator\Constraints
- $MinLength — Property in class MinLength
- MinLengthValidator — Class in namespace Symfony\Component\Validator\Constraints
- MinValidator — Class in namespace Symfony\Component\Validator\Constraints
- $NotBlank — Property in class NotBlank
- $NotNull — Property in class NotNull
- $Null — Property in class Null
- $Regex — Property in class Regex
- $Regex — Property in class Regex
- $Time — Property in class Time
- $True — Property in class True
- $Type — Property in class Type
- $Url — Property in class Url
- MappingException — Class in namespace Symfony\Component\Validator\Exception
- MissingOptionsException — Class in namespace Symfony\Component\Validator\Exception
- $ClassMetadata — Property in class ClassMetadata
- ClassMetadata::mergeConstraints() — Method in class ClassMetadata
- Merges the constraints of the given metadata into this object.
- MemberMetadata — Class in namespace Symfony\Component\Validator\Mapping
N
- BaseNode::normalize() — Method in class BaseNode
- Normalizes the supplied value.
- NodeBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for building a node.
- NodeBuilder::node() — Method in class NodeBuilder
- Creates a child node.
- NodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining a node.
- NodeParentInterface — Class in namespace Symfony\Component\Config\Definition\Builder
- An interface that must be implemented by all node parents
- NormalizationBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This class builds normalization conditions.
- NodeInterface — Class in namespace Symfony\Component\Config\Definition
- Common Interface among all nodes.
- NodeInterface::normalize() — Method in class NodeInterface
- Normalizes the supplied value.
- Processor::normalizeKeys() — Method in class Processor
- This method normalizes keys between the different configuration formats
- Processor::normalizeConfig() — Method in class Processor
- Normalizes a configuration entry.
- NullOutput — Class in namespace Symfony\Component\Console\Output
- NullOutput suppresses all output.
- NodeInterface — Class in namespace Symfony\Component\CssSelector\Node
- ClassNode represents a "selector.className" node.
- TokenStream::next() — Method in class TokenStream
- Gets the next token in the stream or null if there is none.
- Crawler::nextAll() — Method in class Crawler
- Returns the next siblings nodes of the current selection
- NumberComparator — Class in namespace Symfony\Component\Finder\Comparator
- NumberComparator compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.
- Finder::name() — Method in class Finder
- Adds rules that files must match.
- Finder::notName() — Method in class Finder
- Adds rules that files must not match.
- NotInitializedException — Class in namespace Symfony\Component\Form\Exception
- NotValidException — Class in namespace Symfony\Component\Form\Exception
- NumberToLocalizedStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a number type and a localized number with grouping (each thousand) and comma separators.
- NumberType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- NativeSessionStorage — Class in namespace Symfony\Component\HttpFoundation\SessionStorage
- NativeSessionStorage.
- NotFoundHttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- NotFoundHttpException.
- Esi::needsEsiParsing() — Method in class Esi
- Checks that the Response needs to be parsed for ESI tags.
- LoggerInterface::notice() — Method in class LoggerInterface
- NullLogger — Class in namespace Symfony\Component\HttpKernel\Log
- NullLogger.
- NullLogger::notice() — Method in class NullLogger
- NotImplementedException — Class in namespace Symfony\Component\Locale\Exception
- Base exception class for not implemented behaviors of the intl extension in the Locale component.
- Hour1200Transformer::normalizeHour() — Method in class Hour1200Transformer
- Returns a normalized hour value suitable for the hour transformer type
- Hour1201Transformer::normalizeHour() — Method in class Hour1201Transformer
- Returns a normalized hour value suitable for the hour transformer type
- Hour2400Transformer::normalizeHour() — Method in class Hour2400Transformer
- Returns a normalized hour value suitable for the hour transformer type
- Hour2401Transformer::normalizeHour() — Method in class Hour2401Transformer
- Returns a normalized hour value suitable for the hour transformer type
- HourTransformer::normalizeHour() — Method in class HourTransformer
- Returns a normalized hour value suitable for the hour transformer type
- NoAceFoundException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when we cannot locate an ACE that matches the combination of permission masks and security identities.
- NotAllAclsFoundException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when you have requested ACLs for multiple object identities, but the AclProvider implementation failed to find ACLs for all identities.
- NonceExpiredException — Class in namespace Symfony\Component\Security\Core\Exception
- NonceExpiredException is thrown when an authentication is rejected because the digest nonce has expired.
- NormalizationAwareInterface — Class in namespace Symfony\Component\Serializer\Encoder
- Defines the interface of encoders that will normalize data themselves
- CustomNormalizer::normalize() — Method in class CustomNormalizer
- {@inheritdoc}
- GetSetMethodNormalizer::normalize() — Method in class GetSetMethodNormalizer
- {@inheritdoc}
- NormalizableInterface — Class in namespace Symfony\Component\Serializer\Normalizer
- Defines the most basic interface a class must implement to be normalizable
- NormalizableInterface::normalize() — Method in class NormalizableInterface
- Normalizes the object into an array of scalars|arrays.
- NormalizerInterface — Class in namespace Symfony\Component\Serializer\Normalizer
- Defines the interface of normalizers.
- NormalizerInterface::normalize() — Method in class NormalizerInterface
- Normalizes an object into a set of arrays/scalars
- Serializer::normalize() — Method in class Serializer
- Normalizes any data into a set of arrays/scalars
- SerializerInterface::normalize() — Method in class SerializerInterface
- Normalizes any data into a set of arrays/scalars
- $File — Property in class File
- $File — Property in class File
- NotBlank — Class in namespace Symfony\Component\Validator\Constraints
- NotBlankValidator — Class in namespace Symfony\Component\Validator\Constraints
- NotNull — Class in namespace Symfony\Component\Validator\Constraints
- NotNullValidator — Class in namespace Symfony\Component\Validator\Constraints
- Null — Class in namespace Symfony\Component\Validator\Constraints
- NullValidator — Class in namespace Symfony\Component\Validator\Constraints
- $ClassMetadata — Property in class ClassMetadata
- $MemberMetadata — Property in class MemberMetadata
O
- MergeCollectionListener::onBindNormData() — Method in class MergeCollectionListener
- FirePHPHandler::onKernelResponse() — Method in class FirePHPHandler
- Adds the headers to the response once it's created
- RequestDataCollector::onKernelController() — Method in class RequestDataCollector
- RouterListener::onEarlyKernelRequest() — Method in class RouterListener
- RouterListener::onKernelRequest() — Method in class RouterListener
- SessionListener::onKernelRequest() — Method in class SessionListener
- TestSessionListener::onKernelRequest() — Method in class TestSessionListener
- TestSessionListener::onKernelResponse() — Method in class TestSessionListener
- Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment
- ResponseListener::onKernelResponse() — Method in class ResponseListener
- WebDebugToolbarListener::onKernelResponse() — Method in class WebDebugToolbarListener
- OutputFormatter — Class in namespace Symfony\Component\Console\Formatter
- Formatter class for console output.
- OutputFormatterInterface — Class in namespace Symfony\Component\Console\Formatter
- Formatter interface for console output.
- OutputFormatterStyle — Class in namespace Symfony\Component\Console\Formatter
- Formatter style class for defining styles.
- OutputFormatterStyleInterface — Class in namespace Symfony\Component\Console\Formatter
- Formatter style interface for defining styles.
- Output — Class in namespace Symfony\Component\Console\Output
- Base class for output classes.
- OutputInterface — Class in namespace Symfony\Component\Console\Output
- OutputInterface is the interface implemented by all Output classes.
- OrNode — Class in namespace Symfony\Component\CssSelector\Node
- OrNode represents a "Or" node.
- Form::offsetExists() — Method in class Form
- Returns true if the named field exists.
- Form::offsetGet() — Method in class Form
- Gets the value of a field.
- Form::offsetSet() — Method in class Form
- Sets the value of a field.
- Form::offsetUnset() — Method in class Form
- Removes a field from the form.
- FixRadioInputListener::onBindClientData() — Method in class FixRadioInputListener
- FixUrlProtocolListener::onBindNormData() — Method in class FixUrlProtocolListener
- ResizeFormListener::onBindNormData() — Method in class ResizeFormListener
- TrimListener::onBindClientData() — Method in class TrimListener
- Form::offsetExists() — Method in class Form
- Returns true if the child exists (implements the \ArrayAccess interface).
- Form::offsetGet() — Method in class Form
- Returns the form child associated with the name (implements the \ArrayAccess interface).
- Form::offsetSet() — Method in class Form
- Adds a child to the form (implements the \ArrayAccess interface).
- Form::offsetUnset() — Method in class Form
- Removes the child with the given name from the form (implements the \ArrayAccess interface).
- FormView::offsetGet() — Method in class FormView
- Returns a child by name (implements \ArrayAccess).
- FormView::offsetExists() — Method in class FormView
- Returns whether the given child exists (implements \ArrayAccess).
- FormView::offsetSet() — Method in class FormView
- Implements \ArrayAccess.
- FormView::offsetUnset() — Method in class FormView
- Removes a child (implements \ArrayAccess).
- Request::overrideGlobals() — Method in class Request
- Overrides the PHP global variables according to this request instance.
- EsiListener::onKernelResponse() — Method in class EsiListener
- Filters the Response.
- ExceptionListener::onKernelException() — Method in class ExceptionListener
- ProfilerListener::onKernelException() — Method in class ProfilerListener
- Handles the onKernelException event.
- ProfilerListener::onKernelRequest() — Method in class ProfilerListener
- ProfilerListener::onKernelResponse() — Method in class ProfilerListener
- Handles the onKernelResponse event.
- ResponseListener::onKernelResponse() — Method in class ResponseListener
- Filters the Response.
- ObjectIdentity — Class in namespace Symfony\Component\Security\Acl\Domain
- ObjectIdentity implementation
- ObjectIdentityRetrievalStrategy — Class in namespace Symfony\Component\Security\Acl\Domain
- Strategy to be used for retrieving object identities from domain objects
- ObjectIdentityInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Represents the identity of an individual domain object instance.
- ObjectIdentityRetrievalStrategyInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Retrieves the object identity for a given domain object
- AuthenticationFailureHandlerInterface::onAuthenticationFailure() — Method in class AuthenticationFailureHandlerInterface
- This is called when an interactive authentication attempt fails.
- AuthenticationSuccessHandlerInterface::onAuthenticationSuccess() — Method in class AuthenticationSuccessHandlerInterface
- This is called when an interactive authentication attempt succeeds.
- Firewall::onKernelRequest() — Method in class Firewall
- Handles security.
- ContextListener::onKernelResponse() — Method in class ContextListener
- Writes the SecurityContext to the session.
- ExceptionListener::onKernelException() — Method in class ExceptionListener
- Handles security related exceptions.
- LogoutSuccessHandlerInterface::onLogoutSuccess() — Method in class LogoutSuccessHandlerInterface
- Creates a Response object to send upon a successful logout.
- SessionAuthenticationStrategy::onAuthentication() — Method in class SessionAuthenticationStrategy
- This performs any necessary changes to the session.
- SessionAuthenticationStrategyInterface::onAuthentication() — Method in class SessionAuthenticationStrategyInterface
- This performs any necessary changes to the session.
- SlotsHelper::output() — Method in class SlotsHelper
- Outputs a slot.
- PhpEngine::offsetGet() — Method in class PhpEngine
- Gets a helper value.
- PhpEngine::offsetExists() — Method in class PhpEngine
- Returns true if the helper is defined.
- PhpEngine::offsetSet() — Method in class PhpEngine
- Sets a helper.
- PhpEngine::offsetUnset() — Method in class PhpEngine
- Removes a helper.
- ConstraintViolationList::offsetExists() — Method in class ConstraintViolationList
- ConstraintViolationList::offsetGet() — Method in class ConstraintViolationList
- ConstraintViolationList::offsetSet() — Method in class ConstraintViolationList
- ConstraintViolationList::offsetUnset() — Method in class ConstraintViolationList
- ObjectInitializerInterface — Class in namespace Symfony\Component\Validator
- Interface for object initializers.
P
- ProxyCacheWarmer — Class in namespace Symfony\Bridge\Doctrine\CacheWarmer
- The proxy generator cache warmer generates all entity proxies.
- FormThemeTokenParser::parse() — Method in class FormThemeTokenParser
- Parses a token and returns a node.
- TransChoiceTokenParser::parse() — Method in class TransChoiceTokenParser
- Parses a token and returns a node.
- TransTokenParser::parse() — Method in class TransTokenParser
- Parses a token and returns a node.
- RegisterEventListenersAndSubscribersPass::process() — Method in class RegisterEventListenersAndSubscribersPass
- You can modify the container here before it is dumped to PHP code.
- ControllerNameParser::parse() — Method in class ControllerNameParser
- Converts a short notation a:b:c to a class::method.
- AddCacheWarmerPass::process() — Method in class AddCacheWarmerPass
- You can modify the container here before it is dumped to PHP code.
- AddConstraintValidatorsPass::process() — Method in class AddConstraintValidatorsPass
- You can modify the container here before it is dumped to PHP code.
- AddValidatorInitializersPass::process() — Method in class AddValidatorInitializersPass
- You can modify the container here before it is dumped to PHP code.
- CompilerDebugDumpPass::process() — Method in class CompilerDebugDumpPass
- You can modify the container here before it is dumped to PHP code.
- ContainerBuilderDebugDumpPass::process() — Method in class ContainerBuilderDebugDumpPass
- You can modify the container here before it is dumped to PHP code.
- FormPass::process() — Method in class FormPass
- You can modify the container here before it is dumped to PHP code.
- ProfilerPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Adds tagged data_collector services to profiler service
- ProfilerPass::process() — Method in class ProfilerPass
- You can modify the container here before it is dumped to PHP code.
- RegisterKernelListenersPass::process() — Method in class RegisterKernelListenersPass
- You can modify the container here before it is dumped to PHP code.
- RoutingResolverPass::process() — Method in class RoutingResolverPass
- You can modify the container here before it is dumped to PHP code.
- TemplatingPass::process() — Method in class TemplatingPass
- You can modify the container here before it is dumped to PHP code.
- TranslatorPass::process() — Method in class TranslatorPass
- You can modify the container here before it is dumped to PHP code.
- PackageFactory — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Asset
- Creates packages based on whether the current request is secure.
- PathPackage — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Asset
- The path packages adds a version and a base path to asset URLs.
- PhpEngine — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- This engine knows how to render Symfony templates.
- TemplateNameParser::parse() — Method in class TemplateNameParser
- Convert a template name to a TemplateReferenceInterface instance.
- TemplateNameParser::parseFromFilename() — Method in class TemplateNameParser
- Convert a filename to a template.
- AddProcessorsPass::process() — Method in class AddProcessorsPass
- You can modify the container here before it is dumped to PHP code.
- DebugHandlerPass::process() — Method in class DebugHandlerPass
- You can modify the container here before it is dumped to PHP code.
- LoggerChannelPass::process() — Method in class LoggerChannelPass
- You can modify the container here before it is dumped to PHP code.
- AddSecurityVotersPass::process() — Method in class AddSecurityVotersPass
- You can modify the container here before it is dumped to PHP code.
- RegisterPluginsPass::process() — Method in class RegisterPluginsPass
- You can modify the container here before it is dumped to PHP code.
- ExceptionListenerPass::process() — Method in class ExceptionListenerPass
- You can modify the container here before it is dumped to PHP code.
- TwigEnvironmentPass::process() — Method in class TwigEnvironmentPass
- You can modify the container here before it is dumped to PHP code.
- RenderTokenParser::parse() — Method in class RenderTokenParser
- Parses a token and returns a node.
- ProfilerController — Class in namespace Symfony\Bundle\WebProfilerBundle\Controller
- ProfilerController.
- ProfilerController::panelAction() — Method in class ProfilerController
- Renders a profiler panel for the given token.
- ProfilerController::purgeAction() — Method in class ProfilerController
- Purges all tokens.
- ArrayNodeDefinition::prototype() — Method in class ArrayNodeDefinition
- Sets a prototype for child nodes.
- ArrayNodeDefinition::performNoDeepMerging() — Method in class ArrayNodeDefinition
- Disables the deep merging of the node.
- ParentNodeDefinitionInterface — Class in namespace Symfony\Component\Config\Definition\Builder
- An interface that must be implemented by nodes which can have children
- Processor — Class in namespace Symfony\Component\Config\Definition
- This class is the entry point for config normalization/merging/finalization.
- Processor::process() — Method in class Processor
- Processes an array of configurations.
- Processor::processConfiguration() — Method in class Processor
- Processes an array of configurations.
- PrototypeNodeInterface — Class in namespace Symfony\Component\Config\Definition
- This interface must be implemented by nodes which can be used as prototypes.
- PrototypedArrayNode — Class in namespace Symfony\Component\Config\Definition
- Represents a prototyped Array node in the config tree.
- CssSelector::parse() — Method in class CssSelector
- Parses an expression and returns the Node object that represents the parsed expression.
- ParseException — Class in namespace Symfony\Component\CssSelector\Exception
- ParseException is thrown when a CSS selector syntax is not valid.
- PseudoNode — Class in namespace Symfony\Component\CssSelector\Node
- PseudoNode represents a "selector:ident" node.
- TokenStream::peek() — Method in class TokenStream
- Peeks for the next token in this stream.
- AnalyzeServiceReferencesPass::process() — Method in class AnalyzeServiceReferencesPass
- Processes a ContainerBuilder object to populate the service reference graph.
- CheckCircularReferencesPass::process() — Method in class CheckCircularReferencesPass
- You can modify the container here before it is dumped to PHP code.
- CheckDefinitionValidityPass::process() — Method in class CheckDefinitionValidityPass
- You can modify the container here before it is dumped to PHP code.
- CheckExceptionOnInvalidReferenceBehaviorPass::process() — Method in class CheckExceptionOnInvalidReferenceBehaviorPass
- You can modify the container here before it is dumped to PHP code.
- CheckReferenceValidityPass::process() — Method in class CheckReferenceValidityPass
- You can modify the container here before it is dumped to PHP code.
- CompilerPassInterface::process() — Method in class CompilerPassInterface
- You can modify the container here before it is dumped to PHP code.
- InlineServiceDefinitionsPass::process() — Method in class InlineServiceDefinitionsPass
- Processes the ContainerBuilder for inline service definitions.
- MergeExtensionConfigurationPass::process() — Method in class MergeExtensionConfigurationPass
- You can modify the container here before it is dumped to PHP code.
- PassConfig — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Compiler Pass Configuration
- RemoveAbstractDefinitionsPass::process() — Method in class RemoveAbstractDefinitionsPass
- You can modify the container here before it is dumped to PHP code.
- RemovePrivateAliasesPass::process() — Method in class RemovePrivateAliasesPass
- You can modify the container here before it is dumped to PHP code.
- RemoveUnusedDefinitionsPass::process() — Method in class RemoveUnusedDefinitionsPass
- Processes the ContainerBuilder to remove unused definitions.
- RepeatedPass::process() — Method in class RepeatedPass
- You can modify the container here before it is dumped to PHP code.
- ReplaceAliasByActualDefinitionPass::process() — Method in class ReplaceAliasByActualDefinitionPass
- You can modify the container here before it is dumped to PHP code.
- ResolveDefinitionTemplatesPass::process() — Method in class ResolveDefinitionTemplatesPass
- You can modify the container here before it is dumped to PHP code.
- ResolveInvalidReferencesPass::process() — Method in class ResolveInvalidReferencesPass
- You can modify the container here before it is dumped to PHP code.
- ResolveParameterPlaceHoldersPass::process() — Method in class ResolveParameterPlaceHoldersPass
- You can modify the container here before it is dumped to PHP code.
- ResolveReferencesToAliasesPass::process() — Method in class ResolveReferencesToAliasesPass
- You can modify the container here before it is dumped to PHP code.
- PhpDumper — Class in namespace Symfony\Component\DependencyInjection\Dumper
- PhpDumper dumps a service container as a PHP class.
- XmlDumper::phpToXml() — Method in class XmlDumper
- Converts php types to xml types.
- ParameterCircularReferenceException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when a circular reference in a parameter is detected.
- ParameterNotFoundException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when a non-existent parameter is used.
- PhpFileLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- PhpFileLoader loads service definitions from a PHP file.
- Parameter — Class in namespace Symfony\Component\DependencyInjection
- Parameter represents a parameter reference.
- ParameterBag — Class in namespace Symfony\Component\DependencyInjection\ParameterBag
- Holds parameters.
- ParameterBagInterface — Class in namespace Symfony\Component\DependencyInjection\ParameterBag
- ParameterBagInterface.
- SimpleXMLElement::phpize() — Method in class SimpleXMLElement
- Converts an xml value to a php type.
- Crawler::previousAll() — Method in class Crawler
- Returns the previous sibling nodes of the current selection
- Crawler::parents() — Method in class Crawler
- Returns the parents nodes of the current selection
- PropertyAccessDeniedException — Class in namespace Symfony\Component\Form\Exception
- PaddedChoiceList — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- PropertyPathMapper — Class in namespace Symfony\Component\Form\Extension\Core\DataMapper
- PercentToLocalizedStringTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- Transforms between a normalized format (integer or float) and a percentage value.
- ResizeFormListener::preSetData() — Method in class ResizeFormListener
- ResizeFormListener::preBind() — Method in class ResizeFormListener
- PasswordType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- PercentType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- FormBuilder::prependNormTransformer() — Method in class FormBuilder
- Prepends a transformer to the client transformer chain
- FormBuilder::prependClientTransformer() — Method in class FormBuilder
- Prepends a transformer to the client transformer chain
- PropertyPath — Class in namespace Symfony\Component\Form\Util
- Allows easy traversing of a property path
- PropertyPathIterator — Class in namespace Symfony\Component\Form\Util
- Traverses a property path and provides additional methods to find out information about the current element
- ParameterBag — Class in namespace Symfony\Component\HttpFoundation
- ParameterBag is a container for key/value pairs.
- Response::prepare() — Method in class Response
- Prepares the Response before it is sent to the client.
- PdoSessionStorage — Class in namespace Symfony\Component\HttpFoundation\SessionStorage
- PdoSessionStorage.
- AddClassesToCachePass::process() — Method in class AddClassesToCachePass
- You can modify the container here before it is dumped to PHP code.
- MergeExtensionConfigurationPass::process() — Method in class MergeExtensionConfigurationPass
- You can modify the container here before it is dumped to PHP code.
- ProfilerListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- ProfilerListener collects data for the current request by listening to the onKernelResponse event.
- Esi::process() — Method in class Esi
- Replaces a Response ESI tags with the included resource content.
- Store::purge() — Method in class Store
- Purges data for the given URL.
- StoreInterface::purge() — Method in class StoreInterface
- Purges data for the given URL.
- PdoProfilerStorage — Class in namespace Symfony\Component\HttpKernel\Profiler
- Base PDO storage for profiling information in a PDO database.
- PdoProfilerStorage::purge() — Method in class PdoProfilerStorage
- Purges all data from the database.
- Profile — Class in namespace Symfony\Component\HttpKernel\Profiler
- Profile.
- Profiler — Class in namespace Symfony\Component\HttpKernel\Profiler
- Profiler.
- Profiler::purge() — Method in class Profiler
- Purges all data from the storage.
- ProfilerStorageInterface — Class in namespace Symfony\Component\HttpKernel\Profiler
- ProfilerStorageInterface.
- ProfilerStorageInterface::purge() — Method in class ProfilerStorageInterface
- Purges all data from the database.
- FullTransformer::parse() — Method in class FullTransformer
- Parse a pattern based string to a timestamp value
- StubIntlDateFormatter::parse() — Method in class StubIntlDateFormatter
- Parse string to a timestamp value
- StubLocale::parseLocale() — Method in class StubLocale
- Returns an associative array of locale identifier subtags
- StubNumberFormatter::parseCurrency() — Method in class StubNumberFormatter
- Parse a currency number
- StubNumberFormatter::parse() — Method in class StubNumberFormatter
- Parse a number
- PhpExecutableFinder — Class in namespace Symfony\Component\Process
- An executable finder specifically designed for the PHP executable.
- PhpProcess — Class in namespace Symfony\Component\Process
- PhpProcess runs a PHP script in an independent process.
- Process — Class in namespace Symfony\Component\Process
- Process is a thin wrapper around proc_* functions to ease start independent PHP processes.
- PhpGeneratorDumper — Class in namespace Symfony\Component\Routing\Generator\Dumper
- PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.
- PhpFileLoader — Class in namespace Symfony\Component\Routing\Loader
- PhpFileLoader loads routes from a PHP file.
- PhpMatcherDumper — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.
- MutableAclProvider::propertyChanged() — Method in class MutableAclProvider
- Implementation of PropertyChangedListener
- DoctrineAclCache::putInCache() — Method in class DoctrineAclCache
- Stores a new ACL in the cache
- PermissionGrantingStrategy — Class in namespace Symfony\Component\Security\Acl\Domain
- The permission granting strategy to apply to the access control list.
- AclCacheInterface::putInCache() — Method in class AclCacheInterface
- Stores a new ACL in the cache
- PermissionGrantingStrategyInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Interface used by permission granting implementations.
- PermissionMapInterface — Class in namespace Symfony\Component\Security\Acl\Permission
- This is the interface that must be implemented by permission maps.
- PreAuthenticatedAuthenticationProvider — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- Processes a pre-authenticated authentication request.
- PersistentToken — Class in namespace Symfony\Component\Security\Core\Authentication\RememberMe
- This class is only used by PersistentTokenRememberMeServices internally.
- PersistentTokenInterface — Class in namespace Symfony\Component\Security\Core\Authentication\RememberMe
- Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token)
- PreAuthenticatedToken — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- PreAuthenticatedToken implements a pre-authenticated token.
- PasswordEncoderInterface — Class in namespace Symfony\Component\Security\Core\Encoder
- PasswordEncoderInterface is the interface for all encoders.
- PlaintextPasswordEncoder — Class in namespace Symfony\Component\Security\Core\Encoder
- PlaintextPasswordEncoder does not do any encoding.
- ProviderNotFoundException — Class in namespace Symfony\Component\Security\Core\Exception
- ProviderNotFoundException is thrown when no AuthenticationProviderInterface instance supports an authentication Token.
- PersistentTokenBasedRememberMeServices — Class in namespace Symfony\Component\Security\Http\RememberMe
- Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities.
- Package — Class in namespace Symfony\Component\Templating\Asset
- The basic package will add a version to asset URLs.
- PackageInterface — Class in namespace Symfony\Component\Templating\Asset
- Asset package interface.
- PathPackage — Class in namespace Symfony\Component\Templating\Asset
- The path packages adds a version and a base path to asset URLs.
- PhpEngine — Class in namespace Symfony\Component\Templating
- PhpEngine is an engine able to render PHP templates.
- TemplateNameParser::parse() — Method in class TemplateNameParser
- Convert a template name to a TemplateReferenceInterface instance.
- TemplateNameParserInterface::parse() — Method in class TemplateNameParserInterface
- Convert a template name to a TemplateReferenceInterface instance.
- PhpFileLoader — Class in namespace Symfony\Component\Translation\Loader
- PhpFileLoader loads translations from PHP files returning an array of translations.
- PluralizationRules — Class in namespace Symfony\Component\Translation
- Returns the plural rules for a given locale.
- $Regex — Property in class Regex
- $Url — Property in class Url
- $ClassMetadata — Property in class ClassMetadata
- $MemberMetadata — Property in class MemberMetadata
- PropertyMetadata — Class in namespace Symfony\Component\Validator\Mapping
- ParseException — Class in namespace Symfony\Component\Yaml\Exception
- Exception class thrown when an error occurs during parsing.
- Inline::parse() — Method in class Inline
- Converts a YAML string to a PHP array.
- Inline::parseScalar() — Method in class Inline
- Parses a scalar to a YAML string.
- Parser — Class in namespace Symfony\Component\Yaml
- Parser parses YAML strings to convert them to PHP arrays.
- Parser::parse() — Method in class Parser
- Parses a YAML string to a PHP value.
- Yaml::parse() — Method in class Yaml
- Parses YAML into a PHP array.
Q
- $Request — Property in class Request
- QuarterTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for quarter format
R
- EntitiesToArrayTransformer::reverseTransform() — Method in class EntitiesToArrayTransformer
- Transforms a value from the transformed representation to its original representation.
- EntityToIdTransformer::reverseTransform() — Method in class EntityToIdTransformer
- Transforms a value from the transformed representation to its original representation.
- RegistryInterface — Class in namespace Symfony\Bridge\Doctrine
- References Doctrine connections and entity managers.
- RegistryInterface::resetEntityManager() — Method in class RegistryInterface
- Resets a named entity manager.
- EntityUserProvider::refreshUser() — Method in class EntityUserProvider
- Refreshes the user for the account interface.
- FormExtension::renderEnctype() — Method in class FormExtension
- Renders the HTML enctype in the form tag, if necessary
- FormExtension::renderRow() — Method in class FormExtension
- Renders a row for the view.
- FormExtension::renderRest() — Method in class FormExtension
- Renders views which have not already been rendered.
- FormExtension::renderWidget() — Method in class FormExtension
- Renders the HTML for a given view
- FormExtension::renderErrors() — Method in class FormExtension
- Renders the errors of the given view
- FormExtension::renderLabel() — Method in class FormExtension
- Renders the label of the given view
- RoutingExtension — Class in namespace Symfony\Bridge\Twig\Extension
- Provides integration of the Routing component with Twig.
- RunDqlDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Execute a Doctrine DQL query and output the results.
- RunSqlDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Execute a SQL query and output the results.
- RegisterEventListenersAndSubscribersPass — Class in namespace Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler
- Registry — Class in namespace Symfony\Bundle\DoctrineBundle
- References all Doctrine connections and entity managers in a given Container.
- Registry::resetEntityManager() — Method in class Registry
- Resets a named entity manager.
- RouterCacheWarmer — Class in namespace Symfony\Bundle\FrameworkBundle\CacheWarmer
- Generates the router matcher and generator classes.
- RouterApacheDumperCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- RouterApacheDumperCommand.
- RouterDebugCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- A console command for retrieving information about routes
- Controller::redirect() — Method in class Controller
- Returns a RedirectResponse to the given URL.
- Controller::renderView() — Method in class Controller
- Returns a rendered view.
- Controller::render() — Method in class Controller
- Renders a view.
- RedirectController — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- Redirects a request to another URL.
- RedirectController::redirectAction() — Method in class RedirectController
- Redirects to another route.
- RequestDataCollector — Class in namespace Symfony\Bundle\FrameworkBundle\DataCollector
- RequestDataCollector.
- RegisterKernelListenersPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- RoutingResolverPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Adds tagged routing.loader services to routing.resolver service
- RouterListener — Class in namespace Symfony\Bundle\FrameworkBundle\EventListener
- Initializes request attributes based on a matching route.
- HttpKernel::render() — Method in class HttpKernel
- Renders a Controller and returns the Response content.
- RedirectableUrlMatcher — Class in namespace Symfony\Bundle\FrameworkBundle\Routing
- RedirectableUrlMatcher::redirect() — Method in class RedirectableUrlMatcher
- Redirects the user to another URL.
- Router — Class in namespace Symfony\Bundle\FrameworkBundle\Routing
- This Router only creates the Loader only when the cache is empty.
- DelegatingEngine::renderResponse() — Method in class DelegatingEngine
- Renders a view and returns a Response.
- EngineInterface::renderResponse() — Method in class EngineInterface
- Renders a view and returns a Response.
- ActionsHelper::render() — Method in class ActionsHelper
- Returns the Response content for a given controller or URI.
- FormHelper::row() — Method in class FormHelper
- Renders the entire form field "row".
- FormHelper::rest() — Method in class FormHelper
- Renders views which have not already been rendered.
- FormHelper::renderBlock() — Method in class FormHelper
- Render a block from a form element.
- RequestHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- RequestHelper provides access to the current request parameters.
- RouterHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- RouterHelper manages links between pages in a template context.
- PhpEngine::renderResponse() — Method in class PhpEngine
- Renders a view and returns a Response.
- RememberMeFactory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- ResponseListener — Class in namespace Symfony\Bundle\SecurityBundle\EventListener
- Adds remember-me cookies to the Response.
- RegisterPluginsPass — Class in namespace Symfony\Bundle\SwiftmailerBundle\DependencyInjection\Compiler
- RegisterPluginsPass registers Swiftmailer plugins.
- ActionsExtension::renderAction() — Method in class ActionsExtension
- Returns the Response content for a given controller or URI.
- RenderNode — Class in namespace Symfony\Bundle\TwigBundle\Node
- Represents a render node.
- RenderTokenParser — Class in namespace Symfony\Bundle\TwigBundle\TokenParser
- Token Parser for the render tag.
- TwigEngine::render() — Method in class TwigEngine
- Renders a template.
- TwigEngine::renderResponse() — Method in class TwigEngine
- Renders a view and returns a Response.
- Client::request() — Method in class Client
- Calls a URI.
- Client::reload() — Method in class Client
- Reloads the current browser.
- Client::restart() — Method in class Client
- Restarts the client.
- Request — Class in namespace Symfony\Component\BrowserKit
- Request object.
- Response — Class in namespace Symfony\Component\BrowserKit
- Response object.
- MapClassLoader::register() — Method in class MapClassLoader
- Registers this instance as an autoloader.
- UniversalClassLoader::registerNamespaceFallbacks() — Method in class UniversalClassLoader
- Registers the directory to use as a fallback for namespaces.
- UniversalClassLoader::registerPrefixFallbacks() — Method in class UniversalClassLoader
- Registers the directory to use as a fallback for class prefixes.
- UniversalClassLoader::registerNamespaces() — Method in class UniversalClassLoader
- Registers an array of namespaces
- UniversalClassLoader::registerNamespace() — Method in class UniversalClassLoader
- Registers a namespace.
- UniversalClassLoader::registerPrefixes() — Method in class UniversalClassLoader
- Registers an array of classes using the PEAR naming convention.
- UniversalClassLoader::registerPrefix() — Method in class UniversalClassLoader
- Registers a set of classes using the PEAR naming convention.
- UniversalClassLoader::register() — Method in class UniversalClassLoader
- Registers this instance as an autoloader.
- ArrayNodeDefinition::requiresAtLeastOneElement() — Method in class ArrayNodeDefinition
- Requires the node to have at least one element.
- $NormalizationBuilder — Property in class NormalizationBuilder
- NormalizationBuilder::remap() — Method in class NormalizationBuilder
- Registers a key to remap to its plural form.
- TreeBuilder::root() — Method in class TreeBuilder
- Creates the root node.
- $ValidationBuilder — Property in class ValidationBuilder
- ValidationBuilder::rule() — Method in class ValidationBuilder
- Registers a closure to run as normalization or an expression builder to build it if null is provided.
- Loader::resolve() — Method in class Loader
- Finds a loader able to load an imported resource.
- LoaderResolver::resolve() — Method in class LoaderResolver
- Returns a loader able to load the resource.
- LoaderResolverInterface::resolve() — Method in class LoaderResolverInterface
- Returns a loader able to load the resource.
- ResourceInterface — Class in namespace Symfony\Component\Config\Resource
- ResourceInterface is the interface that must be implemented by all Resource classes.
- Application::run() — Method in class Application
- Runs the current application.
- Application::register() — Method in class Application
- Registers a new command.
- Application::renderException() — Method in class Application
- Renders a catched exception.
- Command::run() — Method in class Command
- Runs the command.
- Shell::run() — Method in class Shell
- Runs the shell.
- ApplicationTester::run() — Method in class ApplicationTester
- Executes the application.
- RemoveAbstractDefinitionsPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Removes abstract Definitions
- RemovePrivateAliasesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Remove private aliases from the container.
- RemoveUnusedDefinitionsPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Removes unused service definitions from the container.
- RepeatablePassInterface — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Interface that must be implemented by passes that are run as part of an RepeatedPass.
- RepeatedPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- A pass that might be run repeatedly.
- ReplaceAliasByActualDefinitionPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Replaces aliases with actual service definitions, effectively removing these aliases.
- ResolveDefinitionTemplatesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- This replaces all DefinitionDecorator instances with their equivalent fully merged Definition instance.
- ResolveInvalidReferencesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Emulates the invalid behavior if the reference is not found within the container.
- ResolveParameterPlaceHoldersPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Resolves all parameter placeholders "%somevalue%" to their real values.
- ResolveReferencesToAliasesPass — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Replaces all references to aliases with references to the actual service.
- ContainerBuilder::registerExtension() — Method in class ContainerBuilder
- Registers an extension.
- ContainerBuilder::removeDefinition() — Method in class ContainerBuilder
- Removes a service definition.
- ContainerBuilder::removeAlias() — Method in class ContainerBuilder
- Removes an alias.
- ContainerBuilder::register() — Method in class ContainerBuilder
- Registers a service definition.
- ContainerBuilder::resolveServices() — Method in class ContainerBuilder
- Replaces service references by the real service instance.
- Definition::replaceArgument() — Method in class Definition
- Sets a specific argument
- Definition::removeMethodCall() — Method in class Definition
- Removes a method to call after service initialization.
- DefinitionDecorator::replaceArgument() — Method in class DefinitionDecorator
- Sets a specific argument
- RuntimeException — Class in namespace Symfony\Component\DependencyInjection\Exception
- Base RuntimeException for Dependency Injection Component.
- ParameterBag::resolve() — Method in class ParameterBag
- Replaces parameter placeholders (%name%) by their values for all parameters.
- ParameterBag::resolveValue() — Method in class ParameterBag
- Replaces parameter placeholders (%name%) by their values.
- ParameterBag::resolveString() — Method in class ParameterBag
- Resolves parameters inside a string
- ParameterBagInterface::resolve() — Method in class ParameterBagInterface
- Replaces parameter placeholders (%name%) by their values for all parameters.
- ParameterBagInterface::resolveValue() — Method in class ParameterBagInterface
- Replaces parameter placeholders (%name%) by their values.
- Reference — Class in namespace Symfony\Component\DependencyInjection
- Reference represents a service reference.
- Crawler::reduce() — Method in class Crawler
- Reduces the list of nodes by calling an anonymous function.
- Form::remove() — Method in class Form
- Removes a field from the form.
- EventDispatcher::removeListener() — Method in class EventDispatcher
- EventDispatcher::removeSubscriber() — Method in class EventDispatcher
- EventDispatcherInterface::removeListener() — Method in class EventDispatcherInterface
- Removes an event listener from the specified events.
- EventDispatcherInterface::removeSubscriber() — Method in class EventDispatcherInterface
- Removes an event subscriber.
- RecursiveDirectoryIterator — Class in namespace Symfony\Component\Finder\Iterator
- Extends the \RecursiveDirectoryIterator to support relative paths
- CallbackTransformer::reverseTransform() — Method in class CallbackTransformer
- Transforms a value from the transformed representation to its original representation.
- DataTransformerInterface::reverseTransform() — Method in class DataTransformerInterface
- Transforms a value from the transformed representation to its original representation.
- ArrayToBooleanChoicesTransformer::reverseTransform() — Method in class ArrayToBooleanChoicesTransformer
- Transforms a value from the transformed representation to its original representation.
- ArrayToChoicesTransformer::reverseTransform() — Method in class ArrayToChoicesTransformer
- Transforms a value from the transformed representation to its original representation.
- ArrayToPartsTransformer::reverseTransform() — Method in class ArrayToPartsTransformer
- Transforms a value from the transformed representation to its original representation.
- BooleanToStringTransformer::reverseTransform() — Method in class BooleanToStringTransformer
- Transforms a value from the transformed representation to its original representation.
- DataTransformerChain::reverseTransform() — Method in class DataTransformerChain
- Transforms a value from the transformed representation to its original representation.
- DateTimeToArrayTransformer::reverseTransform() — Method in class DateTimeToArrayTransformer
- Transforms a localized date into a normalized date.
- DateTimeToLocalizedStringTransformer::reverseTransform() — Method in class DateTimeToLocalizedStringTransformer
- Transforms a localized date string/array into a normalized date.
- DateTimeToStringTransformer::reverseTransform() — Method in class DateTimeToStringTransformer
- Transforms a date string in the configured timezone into a DateTime object.
- DateTimeToTimestampTransformer::reverseTransform() — Method in class DateTimeToTimestampTransformer
- Transforms a timestamp in the configured timezone into a DateTime object
- IntegerToLocalizedStringTransformer::reverseTransform() — Method in class IntegerToLocalizedStringTransformer
- Transforms a value from the transformed representation to its original representation.
- MoneyToLocalizedStringTransformer::reverseTransform() — Method in class MoneyToLocalizedStringTransformer
- Transforms a value from the transformed representation to its original representation.
- NumberToLocalizedStringTransformer::reverseTransform() — Method in class NumberToLocalizedStringTransformer
- Transforms a value from the transformed representation to its original representation.
- PercentToLocalizedStringTransformer::reverseTransform() — Method in class PercentToLocalizedStringTransformer
- Transforms a value from the transformed representation to its original representation.
- ScalarToBooleanChoicesTransformer::reverseTransform() — Method in class ScalarToBooleanChoicesTransformer
- Transforms a value from the transformed representation to its original representation.
- ScalarToChoiceTransformer::reverseTransform() — Method in class ScalarToChoiceTransformer
- Transforms a value from the transformed representation to its original representation.
- ValueToDuplicatesTransformer::reverseTransform() — Method in class ValueToDuplicatesTransformer
- Transforms a value from the transformed representation to its original representation.
- ResizeFormListener — Class in namespace Symfony\Component\Form\Extension\Core\EventListener
- Resize a collection form element based on the data sent from the client.
- RadioType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- RepeatedType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- RepeatedTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- Form::remove() — Method in class Form
- Removes a child from the form.
- FormBuilder::resetNormTransformers() — Method in class FormBuilder
- Clears the normalization transformers.
- FormBuilder::resetClientTransformers() — Method in class FormBuilder
- Clears the client transformers.
- FormBuilder::remove() — Method in class FormBuilder
- Removes the field with the given name.
- FormInterface::remove() — Method in class FormInterface
- Removes a child from the form.
- ReversedTransformer — Class in namespace Symfony\Component\Form
- Reverses a transformer
- ReversedTransformer::reverseTransform() — Method in class ReversedTransformer
- Transforms a value from the transformed representation to its original representation.
- FileBag::replace() — Method in class FileBag
- Replaces the current parameters by a new set.
- MimeTypeGuesser::register() — Method in class MimeTypeGuesser
- Registers a new mime type guesser
- HeaderBag::replace() — Method in class HeaderBag
- Replaces the current HTTP headers by a new set.
- HeaderBag::remove() — Method in class HeaderBag
- Removes a header.
- HeaderBag::removeCacheControlDirective() — Method in class HeaderBag
- ParameterBag::replace() — Method in class ParameterBag
- Replaces the current parameters by a new set.
- ParameterBag::remove() — Method in class ParameterBag
- Removes a parameter.
- RedirectResponse — Class in namespace Symfony\Component\HttpFoundation
- RedirectResponse represents an HTTP response doing a redirect.
- Request — Class in namespace Symfony\Component\HttpFoundation
- Request represents an HTTP request.
- $Request — Property in class Request
- RequestMatcher — Class in namespace Symfony\Component\HttpFoundation
- RequestMatcher compares a pre-defined set of checks against a Request instance.
- RequestMatcherInterface — Class in namespace Symfony\Component\HttpFoundation
- RequestMatcherInterface is an interface for strategies to match a Request.
- Response — Class in namespace Symfony\Component\HttpFoundation
- Response represents an HTTP response.
- ResponseHeaderBag — Class in namespace Symfony\Component\HttpFoundation
- ResponseHeaderBag is a container for Response HTTP headers.
- ResponseHeaderBag::replace() — Method in class ResponseHeaderBag
- Replaces the current HTTP headers by a new set.
- ResponseHeaderBag::remove() — Method in class ResponseHeaderBag
- Removes a header.
- ResponseHeaderBag::removeCookie() — Method in class ResponseHeaderBag
- Removes a cookie from the array, but does not unset it in the browser
- Session::replace() — Method in class Session
- Sets attributes.
- Session::remove() — Method in class Session
- Removes an attribute.
- Session::removeFlash() — Method in class Session
- Removes a flash message.
- ArraySessionStorage::read() — Method in class ArraySessionStorage
- Reads data from this storage.
- ArraySessionStorage::regenerate() — Method in class ArraySessionStorage
- Regenerates id that represents this storage.
- ArraySessionStorage::remove() — Method in class ArraySessionStorage
- Removes data from this storage.
- FilesystemSessionStorage::read() — Method in class FilesystemSessionStorage
- Reads data from this storage.
- FilesystemSessionStorage::remove() — Method in class FilesystemSessionStorage
- Removes data from this storage.
- FilesystemSessionStorage::regenerate() — Method in class FilesystemSessionStorage
- Regenerates id that represents this storage.
- NativeSessionStorage::read() — Method in class NativeSessionStorage
- Reads data from this storage.
- NativeSessionStorage::remove() — Method in class NativeSessionStorage
- Removes data from this storage.
- NativeSessionStorage::regenerate() — Method in class NativeSessionStorage
- Regenerates id that represents this storage.
- SessionStorageInterface::read() — Method in class SessionStorageInterface
- Reads data from this storage.
- SessionStorageInterface::remove() — Method in class SessionStorageInterface
- Removes data from this storage.
- SessionStorageInterface::regenerate() — Method in class SessionStorageInterface
- Regenerates id that represents this storage.
- Bundle::registerCommands() — Method in class Bundle
- Finds and registers Commands.
- RequestDataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- RequestDataCollector.
- ErrorHandler::register() — Method in class ErrorHandler
- Register the error handler.
- ExceptionHandler::register() — Method in class ExceptionHandler
- Register the exception handler.
- ResponseListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- ResponseListener fixes the Response headers based on the Request.
- Esi::renderIncludeTag() — Method in class Esi
- Renders an ESI tag.
- KernelInterface::registerBundles() — Method in class KernelInterface
- Returns an array of bundles to registers.
- KernelInterface::registerContainerConfiguration() — Method in class KernelInterface
- Loads the container configuration
- PdoProfilerStorage::read() — Method in class PdoProfilerStorage
- Reads data associated with the given token.
- ProfilerStorageInterface::read() — Method in class ProfilerStorageInterface
- Reads data associated with the given token.
- Filesystem::remove() — Method in class Filesystem
- Removes files or directories.
- Filesystem::rename() — Method in class Filesystem
- Renames a file.
- FullTransformer::replaceQuoteMatch() — Method in class FullTransformer
- Replaces single quotes at the start or end of a string with two single quotes
- PhpProcess::run() — Method in class PhpProcess
- Runs the process.
- Process::run() — Method in class Process
- Runs the process.
- Route — Class in namespace Symfony\Component\Routing\Annotation
- Annotation class for @Route().
- ResourceNotFoundException — Class in namespace Symfony\Component\Routing\Exception
- The resource was not found.
- RouteNotFoundException — Class in namespace Symfony\Component\Routing\Exception
- Exception thrown when a route does not exists
- RedirectableUrlMatcher — Class in namespace Symfony\Component\Routing\Matcher
- RedirectableUrlMatcherInterface — Class in namespace Symfony\Component\Routing\Matcher
- RedirectableUrlMatcherInterface knows how to redirect the user.
- RedirectableUrlMatcherInterface::redirect() — Method in class RedirectableUrlMatcherInterface
- Redirects the user to another URL.
- RequestContext — Class in namespace Symfony\Component\Routing
- Holds information about the current request.
- RequestContextAwareInterface — Class in namespace Symfony\Component\Routing
- Route — Class in namespace Symfony\Component\Routing
- A Route describes a route and its parameters.
- RouteCollection — Class in namespace Symfony\Component\Routing
- A RouteCollection represents a set of Route instances.
- RouteCollection::remove() — Method in class RouteCollection
- Removes a route by name.
- RouteCompiler — Class in namespace Symfony\Component\Routing
- RouteCompiler compiles Route instances to CompiledRoute instances.
- RouteCompilerInterface — Class in namespace Symfony\Component\Routing
- RouteCompilerInterface is the interface that all RouteCompiler classes must implements.
- Router — Class in namespace Symfony\Component\Routing
- The Router class is an example of the integration of all pieces of the routing system for easier use.
- RouterInterface — Class in namespace Symfony\Component\Routing
- RouterInterface is the interface that all Router classes must implements.
- RoleSecurityIdentity — Class in namespace Symfony\Component\Security\Acl\Domain
- A SecurityIdentity implementation for roles
- MaskBuilder::remove() — Method in class MaskBuilder
- Removes a mask from the permission
- MaskBuilder::reset() — Method in class MaskBuilder
- Resets the PermissionBuilder
- RememberMeAuthenticationProvider — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- RememberMeToken — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- Authentication Token for "Remember-Me".
- RoleHierarchyVoter — Class in namespace Symfony\Component\Security\Core\Authorization\Voter
- RoleHierarchyVoter uses a RoleHierarchy to determine the roles granted to the user before voting.
- RoleVoter — Class in namespace Symfony\Component\Security\Core\Authorization\Voter
- RoleVoter votes if any attribute starts with a given prefix.
- Role — Class in namespace Symfony\Component\Security\Core\Role
- Role is a simple implementation of a RoleInterface where the role is a string.
- RoleHierarchy — Class in namespace Symfony\Component\Security\Core\Role
- RoleHierarchy defines a role hierarchy.
- RoleHierarchyInterface — Class in namespace Symfony\Component\Security\Core\Role
- RoleHierarchyInterface is the interface for a role hierarchy.
- RoleInterface — Class in namespace Symfony\Component\Security\Core\Role
- RoleInterface represents a role granted to a user.
- ChainUserProvider::refreshUser() — Method in class ChainUserProvider
- Refreshes the user for the account interface.
- InMemoryUserProvider::refreshUser() — Method in class InMemoryUserProvider
- Refreshes the user for the account interface.
- UserProviderInterface::refreshUser() — Method in class UserProviderInterface
- Refreshes the user for the account interface.
- RetryAuthenticationEntryPoint — Class in namespace Symfony\Component\Security\Http\EntryPoint
- RetryAuthenticationEntryPoint redirects URL based on the configured scheme.
- ExceptionListener::register() — Method in class ExceptionListener
- Registers a onKernelException listener to take care of security exceptions.
- RememberMeListener — Class in namespace Symfony\Component\Security\Http\Firewall
- RememberMeListener implements authentication capabilities via a cookie
- RememberMeServicesInterface — Class in namespace Symfony\Component\Security\Http\RememberMe
- Interface that needs to be implemented by classes which provide remember-me capabilities.
- RuntimeException — Class in namespace Symfony\Component\Serializer\Exception
- RuntimeException
- DelegatingEngine::render() — Method in class DelegatingEngine
- Renders a template.
- EngineInterface::render() — Method in class EngineInterface
- Renders a template.
- PhpEngine::render() — Method in class PhpEngine
- Renders a template.
- MessageCatalogue::replace() — Method in class MessageCatalogue
- Sets translations for a given domain.
- MessageCatalogueInterface::replace() — Method in class MessageCatalogueInterface
- Sets translations for a given domain.
- Regex — Class in namespace Symfony\Component\Validator\Constraints
- RegexValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value match or not given regexp pattern
- ApcCache::read() — Method in class ApcCache
- Returns the metadata for the given class from the cache
- CacheInterface::read() — Method in class CacheInterface
- Returns the metadata for the given class from the cache
- Escaper::requiresDoubleQuoting() — Method in class Escaper
- Determines if a PHP value would require double quoting in YAML.
- Escaper::requiresSingleQuoting() — Method in class Escaper
- Determines if a PHP value would require single quoting in YAML.
S
- DbalLogger::startQuery() — Method in class DbalLogger
- {@inheritdoc}
- XmlDriver::setGlobalBasename() — Method in class XmlDriver
- XmlDriver::setNamespacePrefixes() — Method in class XmlDriver
- YamlDriver::setGlobalBasename() — Method in class YamlDriver
- YamlDriver::setNamespacePrefixes() — Method in class YamlDriver
- EntityUserProvider::supportsClass() — Method in class EntityUserProvider
- Whether this provider supports the given user class
- FormExtension::setTheme() — Method in class FormExtension
- Sets a theme for a given view.
- DoctrineCommandHelper::setApplicationEntityManager() — Method in class DoctrineCommandHelper
- Convenience method to push the helper sets of a given entity manager into the application.
- DoctrineCommandHelper::setApplicationConnection() — Method in class DoctrineCommandHelper
- ClassMetadataCollection::setPath() — Method in class ClassMetadataCollection
- ClassMetadataCollection::setNamespace() — Method in class ClassMetadataCollection
- ContainerAwareCommand::setContainer() — Method in class ContainerAwareCommand
- Sets the Container.
- Shell — Class in namespace Symfony\Bundle\FrameworkBundle\Console
- Shell.
- SessionListener — Class in namespace Symfony\Bundle\FrameworkBundle\EventListener
- Sets the session on the request.
- DelegatingEngine::supports() — Method in class DelegatingEngine
- Returns true if this class is able to render the given template.
- FormHelper::setTheme() — Method in class FormHelper
- Sets a theme for a given view.
- SessionHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- SessionHelper provides read-only access to the session attributes.
- PhpEngine::setHelpers() — Method in class PhpEngine
- Sets the helpers.
- SecurityDataCollector — Class in namespace Symfony\Bundle\SecurityBundle\DataCollector
- SecurityDataCollector.
- SecurityExtension — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection
- SecurityExtension.
- SecurityFactoryInterface — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- SecurityFactoryInterface is the interface for all security authentication listener.
- SecurityBundle — Class in namespace Symfony\Bundle\SecurityBundle
- Bundle.
- SecurityHelper — Class in namespace Symfony\Bundle\SecurityBundle\Templating\Helper
- SecurityHelper provides read-only access to the security context.
- SecurityExtension — Class in namespace Symfony\Bundle\SecurityBundle\Twig\Extension
- SecurityExtension exposes security context features.
- SendEmailCommand — Class in namespace Symfony\Bundle\SwiftmailerBundle\Command
- Send Emails from the spool.
- SwiftmailerExtension — Class in namespace Symfony\Bundle\SwiftmailerBundle\DependencyInjection
- SwiftmailerExtension is an extension for the SwiftMailer library.
- MessageLogger::sendPerformed() — Method in class MessageLogger
- Invoked immediately after the Message is sent.
- SwiftmailerBundle — Class in namespace Symfony\Bundle\SwiftmailerBundle
- Bundle.
- ExceptionController::showAction() — Method in class ExceptionController
- Converts an Exception to a Response.
- TwigEngine::supports() — Method in class TwigEngine
- Returns true if this class is able to render the given template.
- ExceptionController::showAction() — Method in class ExceptionController
- Converts an Exception to a Response.
- ProfilerController::searchBarAction() — Method in class ProfilerController
- Renders the profiler search bar.
- ProfilerController::searchResultsAction() — Method in class ProfilerController
- Search results.
- ProfilerController::searchAction() — Method in class ProfilerController
- Narrow the search bar.
- Client::setServerParameters() — Method in class Client
- Sets server parameters.
- Client::setServerParameter() — Method in class Client
- Sets single server parameter.
- Client::submit() — Method in class Client
- Submits a form.
- CookieJar::set() — Method in class CookieJar
- Sets a cookie.
- ArrayNode::setXmlRemappings() — Method in class ArrayNode
- Sets the xml remappings that should be performed.
- ArrayNode::setAddIfNotSet() — Method in class ArrayNode
- Sets whether to add default values for this array if it has not been defined in any of the configuration files.
- ArrayNode::setAllowFalse() — Method in class ArrayNode
- Sets whether false is allowed as value indicating that the array should be unset.
- ArrayNode::setAllowNewKeys() — Method in class ArrayNode
- Sets whether new keys can be defined in subsequent configurations.
- ArrayNode::setPerformDeepMerging() — Method in class ArrayNode
- Sets if deep merging should occur.
- ArrayNode::setIgnoreExtraKeys() — Method in class ArrayNode
- Whether extra keys should just be ignore without an exception.
- ArrayNode::setName() — Method in class ArrayNode
- Sets the node Name.
- BaseNode::setRequired() — Method in class BaseNode
- Set this node as required.
- BaseNode::setAllowOverwrite() — Method in class BaseNode
- Sets if this node can be overridden.
- BaseNode::setNormalizationClosures() — Method in class BaseNode
- Sets the closures used for normalization.
- BaseNode::setFinalValidationClosures() — Method in class BaseNode
- Sets the closures used for final validation.
- ArrayNodeDefinition::setBuilder() — Method in class ArrayNodeDefinition
- NodeBuilder::setParent() — Method in class NodeBuilder
- Set the parent node
- NodeBuilder::scalarNode() — Method in class NodeBuilder
- Creates a child scalar node.
- NodeBuilder::setNodeClass() — Method in class NodeBuilder
- Add or override a node Type
- NodeDefinition::setParent() — Method in class NodeDefinition
- Sets the parent node
- ParentNodeDefinitionInterface::setBuilder() — Method in class ParentNodeDefinitionInterface
- ScalarNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining a node.
- InvalidConfigurationException::setPath() — Method in class InvalidConfigurationException
- PrototypeNodeInterface::setName() — Method in class PrototypeNodeInterface
- Sets the name of the node.
- PrototypedArrayNode::setMinNumberOfElements() — Method in class PrototypedArrayNode
- Sets the minimum number of elements that a prototype based node must contain.
- PrototypedArrayNode::setKeyAttribute() — Method in class PrototypedArrayNode
- The name of the attribute which value should be used as key.
- PrototypedArrayNode::setDefaultValue() — Method in class PrototypedArrayNode
- Sets the default value of this node.
- PrototypedArrayNode::setPrototype() — Method in class PrototypedArrayNode
- Sets the node prototype.
- ScalarNode — Class in namespace Symfony\Component\Config\Definition
- This node represents a scalar value in the config tree.
- VariableNode::setDefaultValue() — Method in class VariableNode
- {@inheritDoc}
- VariableNode::setAllowEmptyValue() — Method in class VariableNode
- Sets if this node is allowed to have an empty value.
- VariableNode::setName() — Method in class VariableNode
- Sets the name of the node.
- DelegatingLoader::supports() — Method in class DelegatingLoader
- Returns true if this class supports the given resource.
- FileLoader::setCurrentDir() — Method in class FileLoader
- Loader::setResolver() — Method in class Loader
- Sets the loader resolver.
- LoaderInterface::supports() — Method in class LoaderInterface
- Returns true if this class supports the given resource.
- LoaderInterface::setResolver() — Method in class LoaderInterface
- Sets the loader resolver.
- Application::setHelperSet() — Method in class Application
- Set a helper set to be used with the command.
- Application::setCatchExceptions() — Method in class Application
- Sets whether to catch exceptions or not during commands execution.
- Application::setAutoExit() — Method in class Application
- Sets whether to automatically exit after a command execution or not.
- Application::setName() — Method in class Application
- Sets the application name.
- Application::setVersion() — Method in class Application
- Sets the application version.
- Command::setApplication() — Method in class Command
- Sets the application instance for this command.
- Command::setHelperSet() — Method in class Command
- Sets the helper set.
- Command::setCode() — Method in class Command
- Sets the code to execute when running this command.
- Command::setDefinition() — Method in class Command
- Sets an array of argument and option instances.
- Command::setName() — Method in class Command
- Sets the name of the command.
- Command::setDescription() — Method in class Command
- Sets the description for the command.
- Command::setHelp() — Method in class Command
- Sets the help for the command.
- Command::setAliases() — Method in class Command
- Sets the aliases for the command.
- HelpCommand::setCommand() — Method in class HelpCommand
- Sets the command
- OutputFormatter::setDecorated() — Method in class OutputFormatter
- Sets the decorated flag.
- OutputFormatter::setStyle() — Method in class OutputFormatter
- Sets a new style.
- OutputFormatterInterface::setDecorated() — Method in class OutputFormatterInterface
- Sets the decorated flag.
- OutputFormatterInterface::setStyle() — Method in class OutputFormatterInterface
- Sets a new style.
- OutputFormatterStyle::setForeground() — Method in class OutputFormatterStyle
- Sets style foreground color.
- OutputFormatterStyle::setBackground() — Method in class OutputFormatterStyle
- Sets style background color.
- OutputFormatterStyle::setOption() — Method in class OutputFormatterStyle
- Sets some specific style option.
- OutputFormatterStyle::setOptions() — Method in class OutputFormatterStyle
- Sets multiple style options at once.
- OutputFormatterStyleInterface::setForeground() — Method in class OutputFormatterStyleInterface
- Sets style foreground color.
- OutputFormatterStyleInterface::setBackground() — Method in class OutputFormatterStyleInterface
- Sets style background color.
- OutputFormatterStyleInterface::setOption() — Method in class OutputFormatterStyleInterface
- Sets some specific style option.
- OutputFormatterStyleInterface::setOptions() — Method in class OutputFormatterStyleInterface
- Sets multiple style options at once.
- DialogHelper::setInputStream() — Method in class DialogHelper
- Sets the input stream to read from when interacting with the user.
- Helper::setHelperSet() — Method in class Helper
- Sets the helper set associated with this helper.
- HelperInterface::setHelperSet() — Method in class HelperInterface
- Sets the helper set associated with this helper.
- HelperSet::set() — Method in class HelperSet
- Sets a helper.
- HelperSet::setCommand() — Method in class HelperSet
- Sets the command associated with this helper set.
- Input::setInteractive() — Method in class Input
- Sets the input interactivity.
- Input::setArgument() — Method in class Input
- Sets an argument value by name.
- Input::setOption() — Method in class Input
- Sets an option value by name.
- InputArgument::setDefault() — Method in class InputArgument
- Sets the default value.
- InputDefinition::setDefinition() — Method in class InputDefinition
- Sets the definition of the input.
- InputDefinition::setArguments() — Method in class InputDefinition
- Sets the InputArgument objects.
- InputDefinition::setOptions() — Method in class InputDefinition
- Sets the InputOption objects.
- InputOption::setDefault() — Method in class InputOption
- Sets the default value.
- StringInput — Class in namespace Symfony\Component\Console\Input
- StringInput represents an input provided as a string.
- Output::setFormatter() — Method in class Output
- Sets output formatter.
- Output::setDecorated() — Method in class Output
- Sets the decorated flag.
- Output::setVerbosity() — Method in class Output
- Sets the verbosity of the output.
- OutputInterface::setVerbosity() — Method in class OutputInterface
- Sets the verbosity of the output.
- OutputInterface::setDecorated() — Method in class OutputInterface
- Sets the decorated flag.
- OutputInterface::setFormatter() — Method in class OutputInterface
- Sets output formatter.
- StreamOutput — Class in namespace Symfony\Component\Console\Output
- StreamOutput writes the output to a given stream.
- Shell — Class in namespace Symfony\Component\Console
- A Shell wraps an Application to add shell capabilities to it.
- Alias::setPublic() — Method in class Alias
- Sets if this Alias is public.
- AnalyzeServiceReferencesPass::setRepeatedPass() — Method in class AnalyzeServiceReferencesPass
- Sets the RepeatedPass interface.
- InlineServiceDefinitionsPass::setRepeatedPass() — Method in class InlineServiceDefinitionsPass
- Sets the RepeatedPass interface.
- PassConfig::setMergePass() — Method in class PassConfig
- Sets the Merge Pass.
- PassConfig::setAfterRemovingPasses() — Method in class PassConfig
- Sets the AfterRemoving passes.
- PassConfig::setBeforeOptimizationPasses() — Method in class PassConfig
- Sets the BeforeOptimization passes.
- PassConfig::setBeforeRemovingPasses() — Method in class PassConfig
- Sets the BeforeRemoving passes.
- PassConfig::setOptimizationPasses() — Method in class PassConfig
- Sets the Optimization passes.
- PassConfig::setRemovingPasses() — Method in class PassConfig
- Sets the Removing passes.
- RemoveUnusedDefinitionsPass::setRepeatedPass() — Method in class RemoveUnusedDefinitionsPass
- Sets the RepeatedPass interface.
- RepeatablePassInterface::setRepeatedPass() — Method in class RepeatablePassInterface
- Sets the RepeatedPass interface.
- RepeatedPass::setRepeat() — Method in class RepeatedPass
- Sets if the pass should repeat
- ServiceReferenceGraph — Class in namespace Symfony\Component\DependencyInjection\Compiler
- This is a directed graph of your services.
- ServiceReferenceGraphEdge — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Represents an edge in your service graph.
- ServiceReferenceGraphNode — Class in namespace Symfony\Component\DependencyInjection\Compiler
- Represents a node in your service graph.
- Container::setParameter() — Method in class Container
- Sets a parameter.
- Container::set() — Method in class Container
- Sets a service.
- ContainerAware::setContainer() — Method in class ContainerAware
- Sets the Container.
- ContainerAwareInterface::setContainer() — Method in class ContainerAwareInterface
- Sets the Container.
- ContainerBuilder::set() — Method in class ContainerBuilder
- Sets a service.
- ContainerBuilder::setAliases() — Method in class ContainerBuilder
- Sets the service aliases.
- ContainerBuilder::setAlias() — Method in class ContainerBuilder
- Sets an alias for an existing service.
- ContainerBuilder::setDefinitions() — Method in class ContainerBuilder
- Sets the service definitions.
- ContainerBuilder::setDefinition() — Method in class ContainerBuilder
- Sets a service definition.
- ContainerInterface::set() — Method in class ContainerInterface
- Sets a service.
- ContainerInterface::setParameter() — Method in class ContainerInterface
- Sets a parameter.
- Definition::setFactoryClass() — Method in class Definition
- Sets the name of the class that acts as a factory using the factory method, which will be invoked statically.
- Definition::setFactoryMethod() — Method in class Definition
- Sets the factory method able to create an instance of this class.
- Definition::setFactoryService() — Method in class Definition
- Sets the name of the service that acts as a factory using the factory method.
- Definition::setClass() — Method in class Definition
- Sets the service class.
- Definition::setArguments() — Method in class Definition
- Sets the arguments to pass to the service constructor/factory method.
- Definition::setProperties() — Method in class Definition
- Definition::setProperty() — Method in class Definition
- Definition::setMethodCalls() — Method in class Definition
- Sets the methods to call after service initialization.
- Definition::setTags() — Method in class Definition
- Sets tags for this definition
- Definition::setFile() — Method in class Definition
- Sets a file to require before creating the service.
- Definition::setScope() — Method in class Definition
- Sets the scope of the service
- Definition::setPublic() — Method in class Definition
- Sets the visibility of this service.
- Definition::setSynthetic() — Method in class Definition
- Sets whether this definition is synthetic, that is not constructed by the container, but dynamically injected.
- Definition::setAbstract() — Method in class Definition
- Whether this definition is abstract, that means it merely serves as a template for other definitions.
- Definition::setConfigurator() — Method in class Definition
- Sets a configurator to call after the service is fully initialized.
- DefinitionDecorator::setClass() — Method in class DefinitionDecorator
- Sets the service class.
- DefinitionDecorator::setFactoryClass() — Method in class DefinitionDecorator
- Sets the name of the class that acts as a factory using the factory method, which will be invoked statically.
- DefinitionDecorator::setFactoryMethod() — Method in class DefinitionDecorator
- Sets the factory method able to create an instance of this class.
- DefinitionDecorator::setFactoryService() — Method in class DefinitionDecorator
- Sets the name of the service that acts as a factory using the factory method.
- DefinitionDecorator::setConfigurator() — Method in class DefinitionDecorator
- Sets a configurator to call after the service is fully initialized.
- DefinitionDecorator::setFile() — Method in class DefinitionDecorator
- Sets a file to require before creating the service.
- DefinitionDecorator::setPublic() — Method in class DefinitionDecorator
- Sets the visibility of this service.
- ParameterNotFoundException::setSourceId() — Method in class ParameterNotFoundException
- ParameterNotFoundException::setSourceKey() — Method in class ParameterNotFoundException
- ScopeCrossingInjectionException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when the a scope crossing injection is detected.
- ScopeWideningInjectionException — Class in namespace Symfony\Component\DependencyInjection\Exception
- Thrown when a scope widening injection is detected.
- ServiceCircularReferenceException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when a circular reference is detected.
- ServiceNotFoundException — Class in namespace Symfony\Component\DependencyInjection\Exception
- This exception is thrown when a non-existent service is requested.
- ClosureLoader::supports() — Method in class ClosureLoader
- Returns true if this class supports the given resource.
- IniFileLoader::supports() — Method in class IniFileLoader
- Returns true if this class supports the given resource.
- PhpFileLoader::supports() — Method in class PhpFileLoader
- Returns true if this class supports the given resource.
- XmlFileLoader::supports() — Method in class XmlFileLoader
- Returns true if this class supports the given resource.
- YamlFileLoader::supports() — Method in class YamlFileLoader
- Returns true if this class supports the given resource.
- FrozenParameterBag::set() — Method in class FrozenParameterBag
- Sets a service container parameter.
- ParameterBag::set() — Method in class ParameterBag
- Sets a service container parameter.
- ParameterBagInterface::set() — Method in class ParameterBagInterface
- Sets a service container parameter.
- Scope — Class in namespace Symfony\Component\DependencyInjection
- Scope class.
- ScopeInterface — Class in namespace Symfony\Component\DependencyInjection
- Scope Interface.
- SimpleXMLElement — Class in namespace Symfony\Component\DependencyInjection
- SimpleXMLElement class.
- Crawler::siblings() — Method in class Crawler
- Returns the siblings nodes of the current selection
- Crawler::selectLink() — Method in class Crawler
- Selects links by name or alt value for clickable images.
- Crawler::selectButton() — Method in class Crawler
- Selects a button by name or alt value for images.
- ChoiceFormField::select() — Method in class ChoiceFormField
- Sets the value of the field.
- ChoiceFormField::setValue() — Method in class ChoiceFormField
- Sets the value of the field.
- FileFormField::setErrorCode() — Method in class FileFormField
- Sets the PHP error code associated with the field.
- FileFormField::setValue() — Method in class FileFormField
- Sets the value of the field.
- FormField::setValue() — Method in class FormField
- Sets the value of the field.
- Form::setValues() — Method in class Form
- Sets the value of the fields.
- Form::set() — Method in class Form
- Sets a named field.
- Event::stopPropagation() — Method in class Event
- Stops the propagation of the event to further event listeners.
- Comparator::setTarget() — Method in class Comparator
- Sets the target value.
- Comparator::setOperator() — Method in class Comparator
- Sets the comparison operator.
- Finder::size() — Method in class Finder
- Adds tests for file sizes.
- Finder::sort() — Method in class Finder
- Sorts files and directories by an anonymous function.
- Finder::sortByName() — Method in class Finder
- Sorts files and directories by name.
- Finder::sortByType() — Method in class Finder
- Sorts files and directories by type (directories before files), then by name.
- SizeRangeFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- SizeRangeFilterIterator filters out files that are not in the given size range.
- SortableIterator — Class in namespace Symfony\Component\Finder\Iterator
- SortableIterator applies a sort on a given Iterator.
- SplFileInfo — Class in namespace Symfony\Component\Finder
- Extends \SplFileInfo to support relative paths
- AbstractType::setExtensions() — Method in class AbstractType
- Adds extensions for this type.
- FilterDataEvent::setData() — Method in class FilterDataEvent
- Allows updating with some filtered data
- ScalarToBooleanChoicesTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- ScalarToChoiceTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- SearchType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- SessionCsrfProvider — Class in namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider
- This provider uses a Symfony2 Session object to retrieve the user's session ID
- Form::setParent() — Method in class Form
- Sets the parent form.
- Form::setData() — Method in class Form
- Updates the field with default data.
- FormBuilder::setData() — Method in class FormBuilder
- Updates the field with default data.
- FormBuilder::setReadOnly() — Method in class FormBuilder
- Set whether the form is read only
- FormBuilder::setRequired() — Method in class FormBuilder
- Sets whether this field is required to be filled out when bound.
- FormBuilder::setErrorBubbling() — Method in class FormBuilder
- Sets whether errors bubble up to the parent.
- FormBuilder::setAttribute() — Method in class FormBuilder
- Sets the value for an attribute.
- FormBuilder::setDataMapper() — Method in class FormBuilder
- Sets the data mapper used by the form.
- FormBuilder::setTypes() — Method in class FormBuilder
- Set the types.
- FormBuilder::setEmptyData() — Method in class FormBuilder
- Sets the data used for the client data when no value is bound.
- FormBuilder::setCurrentLoadingType() — Method in class FormBuilder
- FormInterface::setParent() — Method in class FormInterface
- Sets the parent form.
- FormInterface::setData() — Method in class FormInterface
- Updates the field with default data.
- FormTypeInterface::setExtensions() — Method in class FormTypeInterface
- Adds extensions for this type.
- FormView::set() — Method in class FormView
- FormView::setAttribute() — Method in class FormView
- Sets the value for an attribute.
- FormView::setRendered() — Method in class FormView
- Marks the attached form as rendered
- FormView::setParent() — Method in class FormView
- Sets the parent view.
- FormView::setChildren() — Method in class FormView
- Sets the children view.
- PropertyPath::setValue() — Method in class PropertyPath
- Sets the value at the end of the property path of the object
- FileBag::set() — Method in class FileBag
- Sets a parameter by name.
- HeaderBag::set() — Method in class HeaderBag
- Sets a header by name.
- ParameterBag::set() — Method in class ParameterBag
- Sets a parameter by name.
- $Request — Property in class Request
- Request::setSession() — Method in class Request
- Sets the Session.
- Request::setMethod() — Method in class Request
- Sets the request method.
- Request::setFormat() — Method in class Request
- Associates a format with mime types.
- Request::setRequestFormat() — Method in class Request
- Sets the request format.
- Request::setLocale() — Method in class Request
- Request::splitHttpAcceptHeader() — Method in class Request
- Splits an Accept-* HTTP header.
- $Response — Property in class Response
- Response::sendHeaders() — Method in class Response
- Sends HTTP headers.
- Response::sendContent() — Method in class Response
- Sends content for the current web response.
- Response::send() — Method in class Response
- Sends HTTP headers and content.
- Response::setContent() — Method in class Response
- Sets the response content.
- Response::setProtocolVersion() — Method in class Response
- Sets the HTTP protocol version (1.0 or 1.1).
- Response::setStatusCode() — Method in class Response
- Sets the response status code.
- Response::setCharset() — Method in class Response
- Sets the response charset.
- Response::setPrivate() — Method in class Response
- Marks the response as "private".
- Response::setPublic() — Method in class Response
- Marks the response as "public".
- Response::setDate() — Method in class Response
- Sets the Date header.
- Response::setExpires() — Method in class Response
- Sets the Expires HTTP header with a DateTime instance.
- Response::setMaxAge() — Method in class Response
- Sets the number of seconds after which the response should no longer be considered fresh.
- Response::setSharedMaxAge() — Method in class Response
- Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
- Response::setTtl() — Method in class Response
- Sets the response's time-to-live for shared caches.
- Response::setClientTtl() — Method in class Response
- Sets the response's time-to-live for private/client caches.
- Response::setLastModified() — Method in class Response
- Sets the Last-Modified HTTP header with a DateTime instance.
- Response::setEtag() — Method in class Response
- Sets the ETag value.
- Response::setCache() — Method in class Response
- Sets the response's cache headers (validation and/or expiration).
- Response::setNotModified() — Method in class Response
- Modifies the response so that it conforms to the rules defined for a 304 status code.
- Response::setVary() — Method in class Response
- Sets the Vary header.
- ResponseHeaderBag::set() — Method in class ResponseHeaderBag
- Sets a header by name.
- ResponseHeaderBag::setCookie() — Method in class ResponseHeaderBag
- Sets a cookie.
- ServerBag — Class in namespace Symfony\Component\HttpFoundation
- ServerBag is a container for HTTP headers from the $_SERVER variable.
- Session — Class in namespace Symfony\Component\HttpFoundation
- Session.
- Session::start() — Method in class Session
- Starts the session storage.
- Session::set() — Method in class Session
- Sets an attribute.
- Session::setLocale() — Method in class Session
- Sets the locale.
- Session::setFlashes() — Method in class Session
- Sets the flash messages.
- Session::setFlash() — Method in class Session
- Sets a flash message.
- Session::save() — Method in class Session
- Session::serialize() — Method in class Session
- ArraySessionStorage::start() — Method in class ArraySessionStorage
- Starts the session.
- FilesystemSessionStorage::start() — Method in class FilesystemSessionStorage
- Starts the session.
- NativeSessionStorage::start() — Method in class NativeSessionStorage
- Starts the session.
- PdoSessionStorage::start() — Method in class PdoSessionStorage
- Starts the session.
- PdoSessionStorage::sessionOpen() — Method in class PdoSessionStorage
- Opens a session.
- PdoSessionStorage::sessionClose() — Method in class PdoSessionStorage
- Closes a session.
- PdoSessionStorage::sessionDestroy() — Method in class PdoSessionStorage
- Destroys a session.
- PdoSessionStorage::sessionGC() — Method in class PdoSessionStorage
- Cleans up old sessions.
- PdoSessionStorage::sessionRead() — Method in class PdoSessionStorage
- Reads a session.
- PdoSessionStorage::sessionWrite() — Method in class PdoSessionStorage
- Writes session data.
- SessionStorageInterface — Class in namespace Symfony\Component\HttpFoundation\SessionStorage
- SessionStorageInterface.
- SessionStorageInterface::start() — Method in class SessionStorageInterface
- Starts the session.
- Bundle::shutdown() — Method in class Bundle
- Shutdowns the Bundle.
- BundleInterface::shutdown() — Method in class BundleInterface
- Shutdowns the Bundle.
- CacheWarmerAggregate::setWarmers() — Method in class CacheWarmerAggregate
- DataCollector::serialize() — Method in class DataCollector
- EventDataCollector::setEventDispatcher() — Method in class EventDataCollector
- ErrorHandler::setLevel() — Method in class ErrorHandler
- FilterControllerEvent::setController() — Method in class FilterControllerEvent
- Sets a new controller
- FilterResponseEvent::setResponse() — Method in class FilterResponseEvent
- Sets a new response object
- GetResponseEvent::setResponse() — Method in class GetResponseEvent
- Sets a response and stops event propagation
- GetResponseForExceptionEvent::setException() — Method in class GetResponseForExceptionEvent
- Replaces the thrown exception
- FlattenException::setStatusCode() — Method in class FlattenException
- FlattenException::setHeaders() — Method in class FlattenException
- FlattenException::setClass() — Method in class FlattenException
- FlattenException::setMessage() — Method in class FlattenException
- FlattenException::setCode() — Method in class FlattenException
- FlattenException::setPrevious() — Method in class FlattenException
- FlattenException::setTrace() — Method in class FlattenException
- Store — Class in namespace Symfony\Component\HttpKernel\HttpCache
- Store implements all the logic for storing cache metadata (Request and Response headers).
- StoreInterface — Class in namespace Symfony\Component\HttpKernel\HttpCache
- Interface implemented by HTTP cache stores.
- Kernel::shutdown() — Method in class Kernel
- Shutdowns the kernel.
- Kernel::setClassCache() — Method in class Kernel
- Used internally.
- Kernel::stripComments() — Method in class Kernel
- Removes comments from a PHP source string.
- Kernel::serialize() — Method in class Kernel
- KernelInterface::shutdown() — Method in class KernelInterface
- Shutdowns the kernel.
- Profile::setToken() — Method in class Profile
- Sets the token.
- Profile::setParent() — Method in class Profile
- Sets the parent token
- Profile::setIp() — Method in class Profile
- Profile::setUrl() — Method in class Profile
- Profile::setTime() — Method in class Profile
- Profile::setChildren() — Method in class Profile
- Profile::setCollectors() — Method in class Profile
- Profile::serialize() — Method in class Profile
- Profiler::saveProfile() — Method in class Profiler
- Saves a Profile.
- Profiler::set() — Method in class Profiler
- Sets the Collectors associated with this profiler.
- SqliteProfilerStorage — Class in namespace Symfony\Component\HttpKernel\Profiler
- SqliteProfilerStorage stores profiling information in a SQLite database.
- Filesystem::symlink() — Method in class Filesystem
- Creates a symbolic link or copy a directory.
- SecondTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for the second format
- StubCollator — Class in namespace Symfony\Component\Locale\Stub
- Provides a stub Collator for the 'en' locale.
- StubCollator::setAttribute() — Method in class StubCollator
- Set a collator's attribute
- StubCollator::setStrength() — Method in class StubCollator
- Set the collator's strength
- StubCollator::sortWithSortKeys() — Method in class StubCollator
- Sort array using specified collator and sort keys
- StubCollator::sort() — Method in class StubCollator
- Sort array using specified collator
- StubIntl — Class in namespace Symfony\Component\Locale\Stub
- Provides fake static versions of the global functions in the intl extension
- StubIntl::setErrorCode() — Method in class StubIntl
- Sets the current error code
- StubIntlDateFormatter — Class in namespace Symfony\Component\Locale\Stub
- Provides a stub IntlDateFormatter for the 'en' locale.
- StubIntlDateFormatter::setCalendar() — Method in class StubIntlDateFormatter
- Set the formatter's calendar
- StubIntlDateFormatter::setLenient() — Method in class StubIntlDateFormatter
- Set the leniency of the parser
- StubIntlDateFormatter::setPattern() — Method in class StubIntlDateFormatter
- Set the formatter's pattern
- StubIntlDateFormatter::setTimeZoneId() — Method in class StubIntlDateFormatter
- Set the formatter's timezone identifier
- StubLocale — Class in namespace Symfony\Component\Locale\Stub
- Provides a stub Locale for the 'en' locale.
- StubLocale::setDefault() — Method in class StubLocale
- Sets the default runtime locale
- StubNumberFormatter — Class in namespace Symfony\Component\Locale\Stub
- Provides a stub NumberFormatter for the 'en' locale.
- StubNumberFormatter::setAttribute() — Method in class StubNumberFormatter
- Set an attribute
- StubNumberFormatter::setPattern() — Method in class StubNumberFormatter
- Set the formatter's pattern
- StubNumberFormatter::setSymbol() — Method in class StubNumberFormatter
- Set the formatter's symbol
- StubNumberFormatter::setTextAttribute() — Method in class StubNumberFormatter
- Set a text attribute
- ExecutableFinder::setSuffixes() — Method in class ExecutableFinder
- PhpProcess::setPhpBinary() — Method in class PhpProcess
- Sets the path to the PHP binary to use.
- Process::setCommandLine() — Method in class Process
- Process::setTimeout() — Method in class Process
- Process::setWorkingDirectory() — Method in class Process
- Process::setEnv() — Method in class Process
- Process::setStdin() — Method in class Process
- Process::setOptions() — Method in class Process
- Route::setPattern() — Method in class Route
- Route::setName() — Method in class Route
- Route::setRequirements() — Method in class Route
- Route::setOptions() — Method in class Route
- Route::setDefaults() — Method in class Route
- UrlGenerator::setContext() — Method in class UrlGenerator
- Sets the request context.
- AnnotationClassLoader::setRouteAnnotationClass() — Method in class AnnotationClassLoader
- Sets the annotation class to read route properties from.
- AnnotationClassLoader::supports() — Method in class AnnotationClassLoader
- Returns true if this class supports the given resource.
- AnnotationClassLoader::setResolver() — Method in class AnnotationClassLoader
- Sets the loader resolver.
- AnnotationDirectoryLoader::supports() — Method in class AnnotationDirectoryLoader
- Returns true if this class supports the given resource.
- AnnotationFileLoader::supports() — Method in class AnnotationFileLoader
- Returns true if this class supports the given resource.
- ClosureLoader::supports() — Method in class ClosureLoader
- Returns true if this class supports the given resource.
- PhpFileLoader::supports() — Method in class PhpFileLoader
- Returns true if this class supports the given resource.
- XmlFileLoader::supports() — Method in class XmlFileLoader
- Returns true if this class supports the given resource.
- YamlFileLoader::supports() — Method in class YamlFileLoader
- Returns true if this class supports the given resource.
- UrlMatcher::setContext() — Method in class UrlMatcher
- Sets the request context.
- RequestContext::setBaseUrl() — Method in class RequestContext
- Sets the base URL.
- RequestContext::setMethod() — Method in class RequestContext
- Sets the HTTP method.
- RequestContext::setHost() — Method in class RequestContext
- Sets the HTTP host.
- RequestContext::setScheme() — Method in class RequestContext
- Sets the HTTP scheme.
- RequestContext::setHttpPort() — Method in class RequestContext
- Sets the HTTP port.
- RequestContext::setHttpsPort() — Method in class RequestContext
- Sets the HTTPS port.
- RequestContext::setParameters() — Method in class RequestContext
- Sets the parameters.
- RequestContext::setParameter() — Method in class RequestContext
- Sets a parameter value.
- RequestContextAwareInterface::setContext() — Method in class RequestContextAwareInterface
- Sets the request context.
- Route::setPattern() — Method in class Route
- Sets the pattern.
- Route::setOptions() — Method in class Route
- Sets the options.
- Route::setOption() — Method in class Route
- Sets an option value.
- Route::setDefaults() — Method in class Route
- Sets the defaults.
- Route::setDefault() — Method in class Route
- Sets a default value.
- Route::setRequirements() — Method in class Route
- Sets the requirements.
- Route::setRequirement() — Method in class Route
- Sets a requirement for the given key.
- RouteCollection::setParent() — Method in class RouteCollection
- Sets the parent RouteCollection.
- Router::setOptions() — Method in class Router
- Sets options.
- Router::setOption() — Method in class Router
- Sets an option.
- Router::setContext() — Method in class Router
- Sets the request context.
- Schema — Class in namespace Symfony\Component\Security\Acl\Dbal
- The schema used for the ACL system.
- Acl::serialize() — Method in class Acl
- Implementation for the \Serializable interface
- Acl::setEntriesInheriting() — Method in class Acl
- {@inheritDoc}
- Acl::setParentAcl() — Method in class Acl
- {@inheritDoc}
- Entry::setAuditFailure() — Method in class Entry
- Turns on/off auditing on permissions denials.
- Entry::setAuditSuccess() — Method in class Entry
- Turns on/off auditing on permission grants.
- Entry::setMask() — Method in class Entry
- Sets the permission mask
- Entry::setStrategy() — Method in class Entry
- Sets the mask comparison strategy
- Entry::serialize() — Method in class Entry
- Implementation of \Serializable
- FieldEntry::serialize() — Method in class FieldEntry
- Implementation of \Serializable
- PermissionGrantingStrategy::setAuditLogger() — Method in class PermissionGrantingStrategy
- Sets the audit logger
- SecurityIdentityRetrievalStrategy — Class in namespace Symfony\Component\Security\Acl\Domain
- Strategy for retrieving security identities
- NotAllAclsFoundException::setPartialResult() — Method in class NotAllAclsFoundException
- Sets the partial result
- SidNotLoadedException — Class in namespace Symfony\Component\Security\Acl\Exception
- This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.
- MutableAclInterface::setEntriesInheriting() — Method in class MutableAclInterface
- Sets whether entries are inherited
- MutableAclInterface::setParentAcl() — Method in class MutableAclInterface
- Sets the parent ACL
- SecurityIdentityInterface — Class in namespace Symfony\Component\Security\Acl\Model
- This interface provides an additional level of indirection, so that we can work with abstracted versions of security objects and do not have to save the entire objects.
- SecurityIdentityRetrievalStrategyInterface — Class in namespace Symfony\Component\Security\Acl\Model
- Interface for retrieving security identities from tokens
- AclVoter::supportsAttribute() — Method in class AclVoter
- Checks if the voter supports the given attribute.
- AclVoter::supportsClass() — Method in class AclVoter
- Checks if the voter supports the given class.
- AnonymousAuthenticationProvider::supports() — Method in class AnonymousAuthenticationProvider
- Checks whether this provider supports the given token.
- AuthenticationProviderInterface::supports() — Method in class AuthenticationProviderInterface
- Checks whether this provider supports the given token.
- PreAuthenticatedAuthenticationProvider::supports() — Method in class PreAuthenticatedAuthenticationProvider
- Checks whether this provider supports the given token.
- RememberMeAuthenticationProvider::supports() — Method in class RememberMeAuthenticationProvider
- Checks whether this provider supports the given token.
- UserAuthenticationProvider::supports() — Method in class UserAuthenticationProvider
- Checks whether this provider supports the given token.
- AbstractToken::setUser() — Method in class AbstractToken
- Sets a user.
- AbstractToken::setAuthenticated() — Method in class AbstractToken
- Sets the authenticated flag.
- AbstractToken::serialize() — Method in class AbstractToken
- {@inheritdoc}
- AbstractToken::setAttributes() — Method in class AbstractToken
- Sets the token attributes.
- AbstractToken::setAttribute() — Method in class AbstractToken
- Sets an attribute.
- AnonymousToken::serialize() — Method in class AnonymousToken
- {@inheritdoc}
- PreAuthenticatedToken::serialize() — Method in class PreAuthenticatedToken
- {@inheritdoc}
- RememberMeToken::setAuthenticated() — Method in class RememberMeToken
- Sets the authenticated flag.
- RememberMeToken::serialize() — Method in class RememberMeToken
- {@inheritdoc}
- TokenInterface::setUser() — Method in class TokenInterface
- Sets a user.
- TokenInterface::setAuthenticated() — Method in class TokenInterface
- Sets the authenticated flag.
- TokenInterface::setAttributes() — Method in class TokenInterface
- Sets the token attributes.
- TokenInterface::setAttribute() — Method in class TokenInterface
- Sets an attribute.
- UsernamePasswordToken::setAuthenticated() — Method in class UsernamePasswordToken
- Sets the authenticated flag.
- UsernamePasswordToken::serialize() — Method in class UsernamePasswordToken
- {@inheritdoc}
- AccessDecisionManager::supportsAttribute() — Method in class AccessDecisionManager
- Checks if the access decision manager supports the given attribute.
- AccessDecisionManager::supportsClass() — Method in class AccessDecisionManager
- Checks if the access decision manager supports the given class.
- AccessDecisionManagerInterface::supportsAttribute() — Method in class AccessDecisionManagerInterface
- Checks if the access decision manager supports the given attribute.
- AccessDecisionManagerInterface::supportsClass() — Method in class AccessDecisionManagerInterface
- Checks if the access decision manager supports the given class.
- AuthenticatedVoter::supportsAttribute() — Method in class AuthenticatedVoter
- Checks if the voter supports the given attribute.
- AuthenticatedVoter::supportsClass() — Method in class AuthenticatedVoter
- Checks if the voter supports the given class.
- RoleVoter::supportsAttribute() — Method in class RoleVoter
- Checks if the voter supports the given attribute.
- RoleVoter::supportsClass() — Method in class RoleVoter
- Checks if the voter supports the given class.
- VoterInterface::supportsAttribute() — Method in class VoterInterface
- Checks if the voter supports the given attribute.
- VoterInterface::supportsClass() — Method in class VoterInterface
- Checks if the voter supports the given class.
- AuthenticationException::setExtraInformation() — Method in class AuthenticationException
- AuthenticationException::serialize() — Method in class AuthenticationException
- SessionUnavailableException — Class in namespace Symfony\Component\Security\Core\Exception
- This exception is thrown when no session is available.
- SwitchUserRole — Class in namespace Symfony\Component\Security\Core\Role
- SwitchUserRole is used when the current user temporarily impersonates another one.
- SecurityContext — Class in namespace Symfony\Component\Security\Core
- SecurityContext is the main entry point of the Security component.
- SecurityContext::setToken() — Method in class SecurityContext
- Sets the authentication token.
- SecurityContextInterface — Class in namespace Symfony\Component\Security\Core
- The SecurityContextInterface.
- SecurityContextInterface::setToken() — Method in class SecurityContextInterface
- Sets the authentication token.
- ChainUserProvider::supportsClass() — Method in class ChainUserProvider
- Whether this provider supports the given user class
- InMemoryUserProvider::supportsClass() — Method in class InMemoryUserProvider
- Whether this provider supports the given user class
- UserProviderInterface::supportsClass() — Method in class UserProviderInterface
- Whether this provider supports the given user class
- AuthenticationEntryPointInterface::start() — Method in class AuthenticationEntryPointInterface
- Starts the authentication scheme.
- BasicAuthenticationEntryPoint::start() — Method in class BasicAuthenticationEntryPoint
- Starts the authentication scheme.
- DigestAuthenticationEntryPoint::start() — Method in class DigestAuthenticationEntryPoint
- Starts the authentication scheme.
- FormAuthenticationEntryPoint::start() — Method in class FormAuthenticationEntryPoint
- Starts the authentication scheme.
- RetryAuthenticationEntryPoint::start() — Method in class RetryAuthenticationEntryPoint
- Starts the authentication scheme.
- SwitchUserEvent — Class in namespace Symfony\Component\Security\Http\Event
- AbstractAuthenticationListener::setRememberMeServices() — Method in class AbstractAuthenticationListener
- Sets the RememberMeServices implementation to use
- SwitchUserListener — Class in namespace Symfony\Component\Security\Http\Firewall
- SwitchUserListener allows a user to impersonate another one temporarily (like the Unix su command).
- SessionLogoutHandler — Class in namespace Symfony\Component\Security\Http\Logout
- Handler for clearing invalidating the current session.
- PersistentTokenBasedRememberMeServices::setTokenProvider() — Method in class PersistentTokenBasedRememberMeServices
- Sets the token provider
- SecurityEvents — Class in namespace Symfony\Component\Security\Http
- SessionAuthenticationStrategy — Class in namespace Symfony\Component\Security\Http\Session
- The default session strategy implementation.
- SessionAuthenticationStrategyInterface — Class in namespace Symfony\Component\Security\Http\Session
- SessionAuthenticationStrategyInterface
- SerializerAwareEncoder — Class in namespace Symfony\Component\Serializer\Encoder
- SerializerAware Encoder implementation
- SerializerAwareEncoder::setSerializer() — Method in class SerializerAwareEncoder
- Sets the owning Serializer object
- XmlEncoder::setRootNodeName() — Method in class XmlEncoder
- Sets the root node name
- CustomNormalizer::supportsNormalization() — Method in class CustomNormalizer
- Checks if the given class implements the NormalizableInterface.
- CustomNormalizer::supportsDenormalization() — Method in class CustomNormalizer
- Checks if the given class implements the NormalizableInterface.
- GetSetMethodNormalizer::supportsNormalization() — Method in class GetSetMethodNormalizer
- {@inheritDoc}
- GetSetMethodNormalizer::supportsDenormalization() — Method in class GetSetMethodNormalizer
- {@inheritDoc}
- NormalizerInterface::supportsNormalization() — Method in class NormalizerInterface
- Checks whether the given class is supported for normalization by this normalizer
- NormalizerInterface::supportsDenormalization() — Method in class NormalizerInterface
- Checks whether the given class is supported for denormalization by this normalizer
- SerializerAwareNormalizer — Class in namespace Symfony\Component\Serializer\Normalizer
- SerializerAware Normalizer implementation
- SerializerAwareNormalizer::setSerializer() — Method in class SerializerAwareNormalizer
- Sets the owning Serializer object
- Serializer — Class in namespace Symfony\Component\Serializer
- Serializer serializes and deserializes data
- Serializer::serialize() — Method in class Serializer
- Serializes data in the appropriate format
- Serializer::supportsSerialization() — Method in class Serializer
- Checks whether the serializer can serialize to given format
- Serializer::supportsDeserialization() — Method in class Serializer
- Checks whether the serializer can deserialize from given format
- Serializer::supportsEncoding() — Method in class Serializer
- Checks whether the serializer can encode to given format
- Serializer::supportsDecoding() — Method in class Serializer
- Checks whether the serializer can decode from given format
- SerializerAwareInterface — Class in namespace Symfony\Component\Serializer
- Defines the interface of encoders
- SerializerAwareInterface::setSerializer() — Method in class SerializerAwareInterface
- Sets the owning Serializer object
- SerializerInterface — Class in namespace Symfony\Component\Serializer
- Defines the interface of the Serializer
- SerializerInterface::serialize() — Method in class SerializerInterface
- Serializes data in the appropriate format
- SerializerInterface::supportsSerialization() — Method in class SerializerInterface
- Checks whether the serializer can serialize to given format
- SerializerInterface::supportsDeserialization() — Method in class SerializerInterface
- Checks whether the serializer can deserialize from given format
- SerializerInterface::supportsEncoding() — Method in class SerializerInterface
- Checks whether the serializer can encode to given format
- SerializerInterface::supportsDecoding() — Method in class SerializerInterface
- Checks whether the serializer can decode from given format
- DelegatingEngine::supports() — Method in class DelegatingEngine
- Returns true if this class is able to render the given template.
- EngineInterface::supports() — Method in class EngineInterface
- Returns true if this class is able to render the given template.
- CoreAssetsHelper::setDefaultPackage() — Method in class CoreAssetsHelper
- Sets the default package.
- Helper::setCharset() — Method in class Helper
- Sets the default charset.
- HelperInterface::setCharset() — Method in class HelperInterface
- Sets the default charset.
- SlotsHelper — Class in namespace Symfony\Component\Templating\Helper
- SlotsHelper manages template slots.
- SlotsHelper::start() — Method in class SlotsHelper
- Starts a new slot.
- SlotsHelper::stop() — Method in class SlotsHelper
- Stops a slot.
- SlotsHelper::set() — Method in class SlotsHelper
- Sets a slot value.
- Loader::setDebugger() — Method in class Loader
- Sets the debugger to use for this loader.
- PhpEngine::supports() — Method in class PhpEngine
- Returns true if this class is able to render the given template.
- PhpEngine::setHelpers() — Method in class PhpEngine
- Sets the helpers.
- PhpEngine::set() — Method in class PhpEngine
- Sets a helper.
- PhpEngine::setCharset() — Method in class PhpEngine
- Sets the charset to use.
- PhpEngine::setEscaper() — Method in class PhpEngine
- Adds an escaper for the given context.
- Storage — Class in namespace Symfony\Component\Templating\Storage
- Storage is the base class for all storage classes.
- StringStorage — Class in namespace Symfony\Component\Templating\Storage
- StringStorage represents a template stored in a string.
- TemplateReference::set() — Method in class TemplateReference
- Sets a template parameter.
- TemplateReferenceInterface::set() — Method in class TemplateReferenceInterface
- Sets a template parameter.
- IdentityTranslator::setLocale() — Method in class IdentityTranslator
- Sets the current locale.
- CsvFileLoader::setCsvControl() — Method in class CsvFileLoader
- Sets the delimiter, enclosure, and escape character for CSV.
- MessageCatalogue::set() — Method in class MessageCatalogue
- Sets a message translation.
- MessageCatalogueInterface::set() — Method in class MessageCatalogueInterface
- Sets a message translation.
- PluralizationRules::set() — Method in class PluralizationRules
- Overrides the default plural rule for a given locale.
- Translator::setLocale() — Method in class Translator
- Sets the current locale.
- Translator::setFallbackLocale() — Method in class Translator
- Sets the fallback locale.
- TranslatorInterface::setLocale() — Method in class TranslatorInterface
- Sets the current locale.
- $Choice — Property in class Choice
- ExecutionContext::setPropertyPath() — Method in class ExecutionContext
- ExecutionContext::setCurrentClass() — Method in class ExecutionContext
- ExecutionContext::setCurrentProperty() — Method in class ExecutionContext
- ExecutionContext::setGroup() — Method in class ExecutionContext
- ClassMetadata::setGroupSequence() — Method in class ClassMetadata
- Sets the default group sequence for this class.
- StaticMethodLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- ValidatorContext::setClassMetadataFactory() — Method in class ValidatorContext
- Sets the class metadata factory used in the new validator
- ValidatorContext::setConstraintValidatorFactory() — Method in class ValidatorContext
- Sets the constraint validator factory used in the new validator
- ValidatorContextInterface::setClassMetadataFactory() — Method in class ValidatorContextInterface
- Sets the class metadata factory used in the new validator
- ValidatorContextInterface::setConstraintValidatorFactory() — Method in class ValidatorContextInterface
- Sets the constraint validator factory used in the new validator
- ValidatorFactory::setClassMetadataFactory() — Method in class ValidatorFactory
- Sets the class metadata factory used in the new validator
- ValidatorFactory::setConstraintValidatorFactory() — Method in class ValidatorFactory
- Sets the constraint validator factory used in the new validator
- ParseException::setSnippet() — Method in class ParseException
- Sets the snippet of code near the error.
- ParseException::setParsedFile() — Method in class ParseException
- Sets the filename where the error occurred.
- ParseException::setParsedLine() — Method in class ParseException
- Sets the line where the error occurred.
T
- EntitiesToArrayTransformer::transform() — Method in class EntitiesToArrayTransformer
- Transforms a value from the original representation to a transformed representation.
- EntityToIdTransformer::transform() — Method in class EntityToIdTransformer
- Transforms a value from the original representation to a transformed representation.
- TranslationExtension — Class in namespace Symfony\Bridge\Twig\Extension
- Provides integration of the Translation component with Twig.
- TranslationExtension::trans() — Method in class TranslationExtension
- TranslationExtension::transchoice() — Method in class TranslationExtension
- TransNode — Class in namespace Symfony\Bridge\Twig\Node
- TransChoiceTokenParser — Class in namespace Symfony\Bridge\Twig\TokenParser
- Token Parser for the 'transchoice' tag.
- TransTokenParser — Class in namespace Symfony\Bridge\Twig\TokenParser
- Token Parser for the 'trans' tag.
- TemplateFinder — Class in namespace Symfony\Bundle\FrameworkBundle\CacheWarmer
- Finds all the templates.
- TemplateFinderInterface — Class in namespace Symfony\Bundle\FrameworkBundle\CacheWarmer
- Interface for finding all the templates.
- TemplatePathsCacheWarmer — Class in namespace Symfony\Bundle\FrameworkBundle\CacheWarmer
- Computes the association between template names and their paths on the disk.
- TemplateController — Class in namespace Symfony\Bundle\FrameworkBundle\Controller
- TemplateController.
- TemplateController::templateAction() — Method in class TemplateController
- Renders a template.
- TimerDataCollector — Class in namespace Symfony\Bundle\FrameworkBundle\DataCollector
- TimerDataCollector.
- TraceableEventDispatcher — Class in namespace Symfony\Bundle\FrameworkBundle\Debug
- Extends the ContainerAwareEventDispatcher to add some debugging tools.
- TemplatingPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- TranslatorPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- TestSessionListener — Class in namespace Symfony\Bundle\FrameworkBundle\EventListener
- TestSessionListener.
- TranslatorHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- TranslatorHelper.
- TranslatorHelper::trans() — Method in class TranslatorHelper
- TranslatorHelper::transChoice() — Method in class TranslatorHelper
- TemplateLocator — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Loader
- TemplateLocator locates templates in bundles.
- TemplateNameParser — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- TemplateNameParser converts template names from the short notation "bundle:section:template.format.engine" to TemplateReferenceInterface instances.
- TemplateReference — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- Internal representation of a template.
- Translator — Class in namespace Symfony\Bundle\FrameworkBundle\Translation
- Translator.
- TemplateCacheCacheWarmer — Class in namespace Symfony\Bundle\TwigBundle\CacheWarmer
- Generates the Twig cache for all templates.
- TwigEnvironmentPass — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection\Compiler
- Adds tagged twig.extension services to twig service
- TwigExtension — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection
- TwigExtension.
- TwigBundle — Class in namespace Symfony\Bundle\TwigBundle
- Bundle.
- TwigEngine — Class in namespace Symfony\Bundle\TwigBundle
- This engine knows how to render Twig templates.
- ProfilerController::toolbarAction() — Method in class ProfilerController
- Renders the Web Debug Toolbar.
- $ExprBuilder — Property in class ExprBuilder
- ExprBuilder::then() — Method in class ExprBuilder
- Sets the closure to run if the test pass.
- ExprBuilder::thenEmptyArray() — Method in class ExprBuilder
- Sets a closure returning an empty array.
- ExprBuilder::thenInvalid() — Method in class ExprBuilder
- Sets a closure marking the value as invalid at validation time.
- ExprBuilder::thenUnset() — Method in class ExprBuilder
- Sets a closure unsetting this key of the array at validation time.
- NodeDefinition::treatNullLike() — Method in class NodeDefinition
- Sets the equivalent value used when the node contains null.
- NodeDefinition::treatTrueLike() — Method in class NodeDefinition
- Sets the equivalent value used when the node contains true.
- NodeDefinition::treatFalseLike() — Method in class NodeDefinition
- Sets the equivalent value used when the node contains false.
- TreeBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This is the entry class for building a config tree.
- CssSelector::toXPath() — Method in class CssSelector
- Translates a CSS expression to its XPath equivalent.
- AttribNode::toXpath() — Method in class AttribNode
- ClassNode::toXpath() — Method in class ClassNode
- CombinedSelectorNode::toXpath() — Method in class CombinedSelectorNode
- ElementNode::toXpath() — Method in class ElementNode
- FunctionNode::toXpath() — Method in class FunctionNode
- HashNode::toXpath() — Method in class HashNode
- NodeInterface::toXpath() — Method in class NodeInterface
- OrNode::toXpath() — Method in class OrNode
- PseudoNode::toXpath() — Method in class PseudoNode
- Token — Class in namespace Symfony\Component\CssSelector
- Token represents a CSS Selector token.
- TokenStream — Class in namespace Symfony\Component\CssSelector
- TokenStream represents a stream of CSS Selector tokens.
- Tokenizer — Class in namespace Symfony\Component\CssSelector
- Tokenizer lexes a CSS Selector to tokens.
- Tokenizer::tokenize() — Method in class Tokenizer
- Takes a CSS selector and returns an array holding the Tokens it contains.
- TaggedContainerInterface — Class in namespace Symfony\Component\DependencyInjection
- TaggedContainerInterface is the interface implemented when a container knows how to deals with tags.
- Crawler::text() — Method in class Crawler
- Returns the node value of the first node of the list.
- ChoiceFormField::tick() — Method in class ChoiceFormField
- Ticks a checkbox.
- TextareaFormField — Class in namespace Symfony\Component\DomCrawler\Field
- TextareaFormField represents a textarea form field (an HTML textarea tag).
- Comparator::test() — Method in class Comparator
- Tests against the target.
- Glob::toRegex() — Method in class Glob
- Returns a regexp which is the equivalent of the glob pattern.
- CallbackTransformer::transform() — Method in class CallbackTransformer
- Transforms a value from the original representation to a transformed representation.
- DataTransformerInterface::transform() — Method in class DataTransformerInterface
- Transforms a value from the original representation to a transformed representation.
- TransformationFailedException — Class in namespace Symfony\Component\Form\Exception
- Indicates a value transformation error.
- TypeDefinitionException — Class in namespace Symfony\Component\Form\Exception
- Thrown when a form type is configured incorrectly
- TypeLoaderException — Class in namespace Symfony\Component\Form\Exception
- TimezoneChoiceList — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- Represents a choice list where each timezone is broken down by continent.
- ArrayToBooleanChoicesTransformer::transform() — Method in class ArrayToBooleanChoicesTransformer
- Transforms a value from the original representation to a transformed representation.
- ArrayToChoicesTransformer::transform() — Method in class ArrayToChoicesTransformer
- Transforms a value from the original representation to a transformed representation.
- ArrayToPartsTransformer::transform() — Method in class ArrayToPartsTransformer
- Transforms a value from the original representation to a transformed representation.
- BooleanToStringTransformer::transform() — Method in class BooleanToStringTransformer
- Transforms a value from the original representation to a transformed representation.
- DataTransformerChain::transform() — Method in class DataTransformerChain
- Transforms a value from the original representation to a transformed representation.
- DateTimeToArrayTransformer::transform() — Method in class DateTimeToArrayTransformer
- Transforms a normalized date into a localized date.
- DateTimeToLocalizedStringTransformer::transform() — Method in class DateTimeToLocalizedStringTransformer
- Transforms a normalized date into a localized date string/array.
- DateTimeToStringTransformer::transform() — Method in class DateTimeToStringTransformer
- Transforms a DateTime object into a date string with the configured format and timezone
- DateTimeToTimestampTransformer::transform() — Method in class DateTimeToTimestampTransformer
- Transforms a DateTime object into a timestamp in the configured timezone.
- MoneyToLocalizedStringTransformer::transform() — Method in class MoneyToLocalizedStringTransformer
- Transforms a value from the original representation to a transformed representation.
- NumberToLocalizedStringTransformer::transform() — Method in class NumberToLocalizedStringTransformer
- Transforms a value from the original representation to a transformed representation.
- PercentToLocalizedStringTransformer::transform() — Method in class PercentToLocalizedStringTransformer
- Transforms a value from the original representation to a transformed representation.
- ScalarToBooleanChoicesTransformer::transform() — Method in class ScalarToBooleanChoicesTransformer
- Transforms a value from the original representation to a transformed representation.
- ScalarToChoiceTransformer::transform() — Method in class ScalarToChoiceTransformer
- Transforms a value from the original representation to a transformed representation.
- ValueToDuplicatesTransformer::transform() — Method in class ValueToDuplicatesTransformer
- Transforms a value from the original representation to a transformed representation.
- TrimListener — Class in namespace Symfony\Component\Form\Extension\Core\EventListener
- Trims string data
- TextType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- TextareaType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- TimeType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- TimezoneType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- TimeTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
- TypeGuess — Class in namespace Symfony\Component\Form\Guess
- Contains a guessed class name and a list of options for creating an instance of that class
- ReversedTransformer::transform() — Method in class ReversedTransformer
- Transforms a value from the original representation to a transformed representation.
- FormUtil::toArrayKey() — Method in class FormUtil
- FormUtil::toArrayKeys() — Method in class FormUtil
- Request::trustProxyData() — Method in class Request
- Trusts $_SERVER entries coming from proxies.
- TraceableEventDispatcherInterface — Class in namespace Symfony\Component\HttpKernel\Debug
- FlattenException::toArray() — Method in class FlattenException
- Filesystem::touch() — Method in class Filesystem
- Creates empty files.
- TimeZoneTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for time zone format
- Transformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for date formats
- TokenProviderInterface — Class in namespace Symfony\Component\Security\Core\Authentication\RememberMe
- Interface for TokenProviders
- TokenInterface — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- TokenInterface is the interface for the user authentication information.
- TokenNotFoundException — Class in namespace Symfony\Component\Security\Core\Exception
- TokenNotFoundException is thrown if a Token cannot be found.
- TokenBasedRememberMeServices — Class in namespace Symfony\Component\Security\Http\RememberMe
- Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring a TokenProvider.
- TemplateNameParser — Class in namespace Symfony\Component\Templating
- TemplateNameParser is the default implementation of TemplateNameParserInterface.
- TemplateNameParserInterface — Class in namespace Symfony\Component\Templating
- TemplateNameParserInterface converts template names to TemplateReferenceInterface instances.
- TemplateReference — Class in namespace Symfony\Component\Templating
- Internal representation of a template.
- TemplateReferenceInterface — Class in namespace Symfony\Component\Templating
- Interface to be implemented by all templates.
- IdentityTranslator::trans() — Method in class IdentityTranslator
- Translates the given message.
- IdentityTranslator::transChoice() — Method in class IdentityTranslator
- Translates the given choice message by choosing a translation according to a number.
- Interval::test() — Method in class Interval
- Tests if the given number is in the math interval.
- Translator — Class in namespace Symfony\Component\Translation
- Translator.
- Translator::trans() — Method in class Translator
- Translates the given message.
- Translator::transChoice() — Method in class Translator
- Translates the given choice message by choosing a translation according to a number.
- TranslatorInterface — Class in namespace Symfony\Component\Translation
- TranslatorInterface.
- TranslatorInterface::trans() — Method in class TranslatorInterface
- Translates the given message.
- TranslatorInterface::transChoice() — Method in class TranslatorInterface
- Translates the given choice message by choosing a translation according to a number.
- Time — Class in namespace Symfony\Component\Validator\Constraints
- TimeValidator — Class in namespace Symfony\Component\Validator\Constraints
- True — Class in namespace Symfony\Component\Validator\Constraints
- TrueValidator — Class in namespace Symfony\Component\Validator\Constraints
- Type — Class in namespace Symfony\Component\Validator\Constraints
- $Type — Property in class Type
- TypeValidator — Class in namespace Symfony\Component\Validator\Constraints
- $Valid — Property in class Valid
U
- UniqueEntity — Class in namespace Symfony\Bridge\Doctrine\Validator\Constraints
- Constraint for the Unique Entity validator
- UniqueEntityValidator — Class in namespace Symfony\Bridge\Doctrine\Validator\Constraints
- Unique Entity Validator checks if one or a set of fields contain unique values.
- UpdateSchemaDoctrineCommand — Class in namespace Symfony\Bundle\DoctrineBundle\Command\Proxy
- Command to generate the SQL needed to update the database schema to match the current mapping information.
- RedirectController::urlRedirectAction() — Method in class RedirectController
- Redirects to a URL.
- CookieJar::updateFromResponse() — Method in class CookieJar
- Updates the cookie jar from a Response object.
- UniversalClassLoader — Class in namespace Symfony\Component\ClassLoader
- UniversalClassLoader implements a "universal" autoloader for PHP 5.3.
- ArrayNodeDefinition::useAttributeAsKey() — Method in class ArrayNodeDefinition
- Set the attribute which value is to be used as key.
- UnsetKeyException — Class in namespace Symfony\Component\Config\Definition\Exception
- This exception is usually not encountered by the end-user, but only used internally to signal the parent scope to unset a key.
- OutputFormatterStyle::unsetOption() — Method in class OutputFormatterStyle
- Unsets some specific style option.
- OutputFormatterStyleInterface::unsetOption() — Method in class OutputFormatterStyleInterface
- Unsets some specific style option.
- Container::underscore() — Method in class Container
- A string to underscore.
- ParameterNotFoundException::updateRepr() — Method in class ParameterNotFoundException
- ChoiceFormField::untick() — Method in class ChoiceFormField
- Ticks a checkbox.
- FileFormField::upload() — Method in class FileFormField
- Sets the value of the field.
- UnexpectedTypeException — Class in namespace Symfony\Component\Form\Exception
- UrlType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- UnexpectedTypeException — Class in namespace Symfony\Component\HttpFoundation\File\Exception
- UploadException — Class in namespace Symfony\Component\HttpFoundation\File\Exception
- Thrown when an error occurred during file upload
- UploadedFile — Class in namespace Symfony\Component\HttpFoundation\File
- A file uploaded through a form.
- Session::unserialize() — Method in class Session
- DataCollector::unserialize() — Method in class DataCollector
- EsiResponseCacheStrategy::update() — Method in class EsiResponseCacheStrategy
- Updates the Response HTTP headers based on the embedded Responses.
- EsiResponseCacheStrategyInterface::update() — Method in class EsiResponseCacheStrategyInterface
- Updates the Response HTTP headers based on the embedded Responses.
- Store::unlock() — Method in class Store
- Releases the lock for the given Request.
- StoreInterface::unlock() — Method in class StoreInterface
- Releases the lock for the given Request.
- Kernel::unserialize() — Method in class Kernel
- Profile::unserialize() — Method in class Profile
- UrlGenerator — Class in namespace Symfony\Component\Routing\Generator
- UrlGenerator generates URL based on a set of routes.
- UrlGeneratorInterface — Class in namespace Symfony\Component\Routing\Generator
- UrlGeneratorInterface is the interface that all URL generator classes must implements.
- UrlMatcher — Class in namespace Symfony\Component\Routing\Matcher
- UrlMatcher matches URL based on a set of routes.
- UrlMatcherInterface — Class in namespace Symfony\Component\Routing\Matcher
- UrlMatcherInterface is the interface that all URL matcher classes must implement.
- MutableAclProvider::updateAcl() — Method in class MutableAclProvider
- Persists any changes which were made to the ACL, or any associated access control entries.
- Acl::unserialize() — Method in class Acl
- Implementation for the \Serializable interface
- Acl::updateClassAce() — Method in class Acl
- {@inheritDoc}
- Acl::updateClassFieldAce() — Method in class Acl
- {@inheritDoc}
- Acl::updateObjectAce() — Method in class Acl
- {@inheritDoc}
- Acl::updateObjectFieldAce() — Method in class Acl
- {@inheritDoc}
- Acl::updateClassAuditing() — Method in class Acl
- Updates auditing for class-based ACE
- Acl::updateClassFieldAuditing() — Method in class Acl
- Updates auditing for class-field-based ACE
- Acl::updateObjectAuditing() — Method in class Acl
- Updates auditing for object-based ACE
- Acl::updateObjectFieldAuditing() — Method in class Acl
- Updates auditing for object-field-based ACE
- Entry::unserialize() — Method in class Entry
- Implementation of \Serializable
- FieldEntry::unserialize() — Method in class FieldEntry
- Implementation of \Serializable
- UserSecurityIdentity — Class in namespace Symfony\Component\Security\Acl\Domain
- A SecurityIdentity implementation used for actual users
- AuditableAclInterface::updateClassAuditing() — Method in class AuditableAclInterface
- Updates auditing for class-based ACE
- AuditableAclInterface::updateClassFieldAuditing() — Method in class AuditableAclInterface
- Updates auditing for class-field-based ACE
- AuditableAclInterface::updateObjectAuditing() — Method in class AuditableAclInterface
- Updates auditing for object-based ACE
- AuditableAclInterface::updateObjectFieldAuditing() — Method in class AuditableAclInterface
- Updates auditing for object-field-based ACE
- MutableAclInterface::updateClassAce() — Method in class MutableAclInterface
- Updates a class-based ACE
- MutableAclInterface::updateClassFieldAce() — Method in class MutableAclInterface
- Updates a class-field-based ACE
- MutableAclInterface::updateObjectAce() — Method in class MutableAclInterface
- Updates an object-based ACE
- MutableAclInterface::updateObjectFieldAce() — Method in class MutableAclInterface
- Updates an object-field-based ACE
- MutableAclProviderInterface::updateAcl() — Method in class MutableAclProviderInterface
- Persists any changes which were made to the ACL, or any associated access control entries.
- UserAuthenticationProvider — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- UserProviderInterface retrieves users for UsernamePasswordToken tokens.
- InMemoryTokenProvider::updateToken() — Method in class InMemoryTokenProvider
- Updates the token according to this data.
- TokenProviderInterface::updateToken() — Method in class TokenProviderInterface
- Updates the token according to this data.
- AbstractToken::unserialize() — Method in class AbstractToken
- {@inheritdoc}
- AnonymousToken::unserialize() — Method in class AnonymousToken
- {@inheritdoc}
- PreAuthenticatedToken::unserialize() — Method in class PreAuthenticatedToken
- {@inheritdoc}
- RememberMeToken::unserialize() — Method in class RememberMeToken
- {@inheritdoc}
- UsernamePasswordToken — Class in namespace Symfony\Component\Security\Core\Authentication\Token
- UsernamePasswordToken implements a username and password token.
- UsernamePasswordToken::unserialize() — Method in class UsernamePasswordToken
- {@inheritdoc}
- AuthenticationException::unserialize() — Method in class AuthenticationException
- UnsupportedUserException — Class in namespace Symfony\Component\Security\Core\Exception
- This exception is thrown when an account is reloaded from a provider which doesn't support the passed implementation of UserInterface.
- UsernameNotFoundException — Class in namespace Symfony\Component\Security\Core\Exception
- UsernameNotFoundException is thrown if a User cannot be found by its username.
- User — Class in namespace Symfony\Component\Security\Core\User
- User is the user implementation used by the in-memory user provider.
- UserChecker — Class in namespace Symfony\Component\Security\Core\User
- UserChecker checks the user account flags.
- UserCheckerInterface — Class in namespace Symfony\Component\Security\Core\User
- UserCheckerInterface checks user account when authentication occurs.
- UserInterface — Class in namespace Symfony\Component\Security\Core\User
- Represents the interface that all user classes must implement.
- UserProviderInterface — Class in namespace Symfony\Component\Security\Core\User
- Represents a class that loads UserInterface objects from some source for the authentication system.
- UsernamePasswordFormAuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- UsernamePasswordFormAuthenticationListener is the default implementation of an authentication via a simple form composed of a username and a password.
- UnexpectedValueException — Class in namespace Symfony\Component\Serializer\Exception
- UnexpectedValueException
- UnsupportedException — Class in namespace Symfony\Component\Serializer\Exception
- UnsupportedException
- UrlPackage — Class in namespace Symfony\Component\Templating\Asset
- The URL packages adds a version and a base URL to asset URLs.
- $File — Property in class File
- $File — Property in class File
- $File — Property in class File
- Url — Class in namespace Symfony\Component\Validator\Constraints
- UrlValidator — Class in namespace Symfony\Component\Validator\Constraints
- UnexpectedTypeException — Class in namespace Symfony\Component\Validator\Exception
- Unescaper — Class in namespace Symfony\Component\Yaml
- Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
- Unescaper::unescapeSingleQuotedString() — Method in class Unescaper
- Unescapes a single quoted string.
- Unescaper::unescapeDoubleQuotedString() — Method in class Unescaper
- Unescapes a double quoted string.
- Unescaper::unescapeCharacter() — Method in class Unescaper
- Unescapes a character that was found in a double-quoted string
V
- UniqueEntity::validatedBy() — Method in class UniqueEntity
- Returns the name of the class that validates this constraint
- NodeBuilder::variableNode() — Method in class NodeBuilder
- Creates a child variable node.
- NodeDefinition::validate() — Method in class NodeDefinition
- Sets an expression to run for the validation.
- ValidationBuilder — Class in namespace Symfony\Component\Config\Definition\Builder
- This class builds validation conditions.
- VariableNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining a node.
- VariableNode — Class in namespace Symfony\Component\Config\Definition
- This node represents a value of variable type in the config tree.
- Input::validate() — Method in class Input
- Validates if arguments given are correct.
- InputInterface::validate() — Method in class InputInterface
- Validates if arguments given are correct.
- Variable — Class in namespace Symfony\Component\DependencyInjection
- Represents a variable.
- CallbackValidator::validate() — Method in class CallbackValidator
- ValueToDuplicatesTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
- DefaultValidator::validate() — Method in class DefaultValidator
- ValidatorExtension — Class in namespace Symfony\Component\Form\Extension\Validator
- ValidatorTypeGuesser — Class in namespace Symfony\Component\Form\Extension\Validator
- DelegatingValidator::validate() — Method in class DelegatingValidator
- DelegatingValidator::validateFormData() — Method in class DelegatingValidator
- Validates the data of a form
- FormValidatorInterface::validate() — Method in class FormValidatorInterface
- ValueGuess — Class in namespace Symfony\Component\Form\Guess
- Contains a guessed value
- VirtualFormAwareIterator — Class in namespace Symfony\Component\Form\Util
- Iterator that traverses fields of a field group
- AclVoter::vote() — Method in class AclVoter
- Returns the vote for the given parameters.
- AuthenticatedVoter::vote() — Method in class AuthenticatedVoter
- Returns the vote for the given parameters.
- RoleVoter::vote() — Method in class RoleVoter
- Returns the vote for the given parameters.
- VoterInterface — Class in namespace Symfony\Component\Security\Core\Authorization\Voter
- VoterInterface is the interface implemented by all voters.
- VoterInterface::vote() — Method in class VoterInterface
- Returns the vote for the given parameters.
- DigestData::validateAndDecode() — Method in class DigestData
- Constraint::validatedBy() — Method in class Constraint
- Returns the name of the class that validates this constraint
- Image::validatedBy() — Method in class Image
- $Ip — Property in class Ip
- Valid — Class in namespace Symfony\Component\Validator\Constraints
- ValidatorException — Class in namespace Symfony\Component\Validator\Exception
- Validator — Class in namespace Symfony\Component\Validator
- The default implementation of the ValidatorInterface.
- Validator::validate() — Method in class Validator
- Validate the given object.
- Validator::validateProperty() — Method in class Validator
- Validate a single property of an object against its current value.
- Validator::validatePropertyValue() — Method in class Validator
- Validate a single property of an object against the given value.
- Validator::validateValue() — Method in class Validator
- Validates a given value against a specific Constraint.
- ValidatorContext — Class in namespace Symfony\Component\Validator
- Default implementation of ValidatorContextInterface
- ValidatorContextInterface — Class in namespace Symfony\Component\Validator
- Stores settings for creating a new validator and creates validators
- ValidatorFactory — Class in namespace Symfony\Component\Validator
- Creates and configures new validator objects
- ValidatorInterface — Class in namespace Symfony\Component\Validator
- Validates a given value.
- ValidatorInterface::validate() — Method in class ValidatorInterface
- Validate the given object.
- ValidatorInterface::validateProperty() — Method in class ValidatorInterface
- Validate a single property of an object against its current value.
- ValidatorInterface::validatePropertyValue() — Method in class ValidatorInterface
- Validate a single property of an object against the given value.
- ValidatorInterface::validateValue() — Method in class ValidatorInterface
- Validates a given value against a specific Constraint.
W
- ProxyCacheWarmer::warmUp() — Method in class ProxyCacheWarmer
- Warms up the cache.
- WebProcessor — Class in namespace Symfony\Bridge\Monolog\Processor
- WebProcessor override to read from the HttpFoundation's Request
- RouterCacheWarmer::warmUp() — Method in class RouterCacheWarmer
- Warms up the cache.
- TemplatePathsCacheWarmer::warmUp() — Method in class TemplatePathsCacheWarmer
- Warms up the cache.
- FormHelper::widget() — Method in class FormHelper
- Renders the HTML for a given view.
- WebTestCase — Class in namespace Symfony\Bundle\FrameworkBundle\Test
- WebTestCase is the base class for functional tests.
- TemplateCacheCacheWarmer::warmUp() — Method in class TemplateCacheCacheWarmer
- Warms up the cache.
- WebProfilerExtension — Class in namespace Symfony\Bundle\WebProfilerBundle\DependencyInjection
- WebProfilerExtension.
- WebDebugToolbarListener — Class in namespace Symfony\Bundle\WebProfilerBundle\EventListener
- WebDebugToolbarListener injects the Web Debug Toolbar.
- WebProfilerBundle — Class in namespace Symfony\Bundle\WebProfilerBundle
- Bundle.
- ConfigCache::write() — Method in class ConfigCache
- Writes cache.
- Output::writeln() — Method in class Output
- Writes a message to the output and adds a newline at the end.
- Output::write() — Method in class Output
- Writes a message to the output.
- OutputInterface::write() — Method in class OutputInterface
- Writes a message to the output.
- OutputInterface::writeln() — Method in class OutputInterface
- Writes a message to the output and adds a newline at the end.
- ArraySessionStorage::write() — Method in class ArraySessionStorage
- Writes data to this storage.
- FilesystemSessionStorage::write() — Method in class FilesystemSessionStorage
- Writes data to this storage.
- NativeSessionStorage::write() — Method in class NativeSessionStorage
- Writes data to this storage.
- SessionStorageInterface::write() — Method in class SessionStorageInterface
- Writes data to this storage.
- CacheWarmerAggregate::warmUp() — Method in class CacheWarmerAggregate
- Warms up the cache.
- CacheWarmerInterface::warmUp() — Method in class CacheWarmerInterface
- Warms up the cache.
- Store::write() — Method in class Store
- Writes a cache entry to the store for the given Request and Response.
- StoreInterface::write() — Method in class StoreInterface
- Writes a cache entry to the store for the given Request and Response.
- LoggerInterface::warn() — Method in class LoggerInterface
- NullLogger::warn() — Method in class NullLogger
- PdoProfilerStorage::write() — Method in class PdoProfilerStorage
- Write data associated with the given token.
- ProfilerStorageInterface::write() — Method in class ProfilerStorageInterface
- Write data associated with the given token.
- GraphWalker::walkObject() — Method in class GraphWalker
- Initialize validation on the given object using the given metadata instance and validation group.
- GraphWalker::walkProperty() — Method in class GraphWalker
- GraphWalker::walkPropertyValue() — Method in class GraphWalker
- GraphWalker::walkReference() — Method in class GraphWalker
- GraphWalker::walkConstraint() — Method in class GraphWalker
- ApcCache::write() — Method in class ApcCache
- Stores a class metadata in the cache
- CacheInterface::write() — Method in class CacheInterface
- Stores a class metadata in the cache
X
- XmlDriver — Class in namespace Symfony\Bridge\Doctrine\Mapping\Driver
- XmlDriver that additionally looks for mapping information in a global file.
- X509Factory — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
- X509Factory creates services for X509 certificate authentication.
- XPathExpr — Class in namespace Symfony\Component\CssSelector
- XPathExpr represents an XPath expression.
- XPathExpr::xpathLiteral() — Method in class XPathExpr
- Gets an XPath literal for $s.
- XPathExprOr — Class in namespace Symfony\Component\CssSelector
- XPathExprOr represents XPath |'d expressions.
- XmlDumper — Class in namespace Symfony\Component\DependencyInjection\Dumper
- XmlDumper dumps a service container as an XML string.
- XmlFileLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- XmlFileLoader loads XML files service definitions.
- Crawler::xpathLiteral() — Method in class Crawler
- XmlFileLoader — Class in namespace Symfony\Component\Routing\Loader
- XmlFileLoader loads XML routing files.
- X509AuthenticationListener — Class in namespace Symfony\Component\Security\Http\Firewall
- X509 authentication listener.
- XmlEncoder — Class in namespace Symfony\Component\Serializer\Encoder
- Encodes XML data
- XliffFileLoader — Class in namespace Symfony\Component\Translation\Loader
- XliffFileLoader loads translations from XLIFF files.
- XmlFileLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- XmlFilesLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- Loads multiple xml mapping files
Y
- YamlDriver — Class in namespace Symfony\Bridge\Doctrine\Mapping\Driver
- YamlDriver that additionally looks for mapping information in a global file.
- YamlExtension — Class in namespace Symfony\Bridge\Twig\Extension
- Provides integration of the Yaml component with Twig.
- YamlDumper — Class in namespace Symfony\Component\DependencyInjection\Dumper
- YamlDumper dumps a service container as a YAML string.
- YamlFileLoader — Class in namespace Symfony\Component\DependencyInjection\Loader
- YamlFileLoader loads YAML files service definitions.
- YearTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Parser and formatter for year format
- YamlFileLoader — Class in namespace Symfony\Component\Routing\Loader
- YamlFileLoader loads Yaml routing files.
- YamlFileLoader — Class in namespace Symfony\Component\Translation\Loader
- YamlFileLoader loads translations from Yaml files.
- YamlFileLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- YamlFilesLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
- Loads multiple yaml mapping files
- Yaml — Class in namespace Symfony\Component\Yaml
- Yaml offers convenience methods to load and dump YAML.
_
- IndexedReader::__construct() — Method in class IndexedReader
- ProxyCacheWarmer::__construct() — Method in class ProxyCacheWarmer
- Constructor.
- DoctrineDataCollector::__construct() — Method in class DoctrineDataCollector
- EntityChoiceList::__construct() — Method in class EntityChoiceList
- Constructor.
- EntitiesToArrayTransformer::__construct() — Method in class EntitiesToArrayTransformer
- EntityToIdTransformer::__construct() — Method in class EntityToIdTransformer
- DoctrineOrmExtension::__construct() — Method in class DoctrineOrmExtension
- DoctrineOrmTypeGuesser::__construct() — Method in class DoctrineOrmTypeGuesser
- EntityType::__construct() — Method in class EntityType
- DbalLogger::__construct() — Method in class DbalLogger
- Constructor.
- EntityUserProvider::__construct() — Method in class EntityUserProvider
- UniqueEntityValidator::__construct() — Method in class UniqueEntityValidator
- EntityInitializer::__construct() — Method in class EntityInitializer
- WebProcessor::__construct() — Method in class WebProcessor
- FormExtension::__construct() — Method in class FormExtension
- RoutingExtension::__construct() — Method in class RoutingExtension
- TranslationExtension::__construct() — Method in class TranslationExtension
- FormThemeNode::__construct() — Method in class FormThemeNode
- TransNode::__construct() — Method in class TransNode
- ConnectionFactory::__construct() — Method in class ConnectionFactory
- Construct.
- Configuration::__construct() — Method in class Configuration
- Constructor
- ClassMetadataCollection::__construct() — Method in class ClassMetadataCollection
- MetadataFactory::__construct() — Method in class MetadataFactory
- Constructor.
- Registry::__construct() — Method in class Registry
- RouterCacheWarmer::__construct() — Method in class RouterCacheWarmer
- Constructor.
- TemplateFinder::__construct() — Method in class TemplateFinder
- Constructor.
- TemplatePathsCacheWarmer::__construct() — Method in class TemplatePathsCacheWarmer
- Constructor.
- Application::__construct() — Method in class Application
- Constructor.
- ContainerAwareEventDispatcher::__construct() — Method in class ContainerAwareEventDispatcher
- Constructor.
- ControllerNameParser::__construct() — Method in class ControllerNameParser
- Constructor.
- ControllerResolver::__construct() — Method in class ControllerResolver
- Constructor.
- RequestDataCollector::__construct() — Method in class RequestDataCollector
- TimerDataCollector::__construct() — Method in class TimerDataCollector
- TraceableEventDispatcher::__construct() — Method in class TraceableEventDispatcher
- Constructor.
- Configuration::__construct() — Method in class Configuration
- Constructor
- RouterListener::__construct() — Method in class RouterListener
- SessionListener::__construct() — Method in class SessionListener
- TestSessionListener::__construct() — Method in class TestSessionListener
- HttpCache::__construct() — Method in class HttpCache
- Constructor.
- HttpKernel::__construct() — Method in class HttpKernel
- Constructor
- DelegatingLoader::__construct() — Method in class DelegatingLoader
- Constructor.
- Router::__construct() — Method in class Router
- Constructor.
- PackageFactory::__construct() — Method in class PackageFactory
- PathPackage::__construct() — Method in class PathPackage
- Constructor.
- Debugger::__construct() — Method in class Debugger
- Constructor.
- DelegatingEngine::__construct() — Method in class DelegatingEngine
- Constructor.
- GlobalVariables::__construct() — Method in class GlobalVariables
- ActionsHelper::__construct() — Method in class ActionsHelper
- Constructor.
- CodeHelper::__construct() — Method in class CodeHelper
- Constructor.
- FormHelper::__construct() — Method in class FormHelper
- Constructor;
- RequestHelper::__construct() — Method in class RequestHelper
- Constructor.
- RouterHelper::__construct() — Method in class RouterHelper
- Constructor.
- SessionHelper::__construct() — Method in class SessionHelper
- Constructor.
- TranslatorHelper::__construct() — Method in class TranslatorHelper
- Constructor.
- FilesystemLoader::__construct() — Method in class FilesystemLoader
- Constructor.
- TemplateLocator::__construct() — Method in class TemplateLocator
- Constructor.
- PhpEngine::__construct() — Method in class PhpEngine
- Constructor.
- TemplateNameParser::__construct() — Method in class TemplateNameParser
- Constructor.
- TemplateReference::__construct() — Method in class TemplateReference
- Translator::__construct() — Method in class Translator
- Constructor.
- ConstraintValidatorFactory::__construct() — Method in class ConstraintValidatorFactory
- Constructor.
- SecurityDataCollector::__construct() — Method in class SecurityDataCollector
- MainConfiguration::__construct() — Method in class MainConfiguration
- Constructor.
- FormLoginFactory::__construct() — Method in class FormLoginFactory
- FirewallContext::__construct() — Method in class FirewallContext
- FirewallMap::__construct() — Method in class FirewallMap
- SecurityHelper::__construct() — Method in class SecurityHelper
- Constructor.
- SecurityExtension::__construct() — Method in class SecurityExtension
- MessageDataCollector::__construct() — Method in class MessageDataCollector
- Constructor.
- Configuration::__construct() — Method in class Configuration
- Constructor.
- MessageLogger::__construct() — Method in class MessageLogger
- TemplateCacheCacheWarmer::__construct() — Method in class TemplateCacheCacheWarmer
- Constructor.
- ActionsExtension::__construct() — Method in class ActionsExtension
- Constructor.
- AssetsExtension::__construct() — Method in class AssetsExtension
- CodeExtension::__construct() — Method in class CodeExtension
- Constructor of Twig Extension to provide functions for code formatting
- FilesystemLoader::__construct() — Method in class FilesystemLoader
- Constructor.
- RenderNode::__construct() — Method in class RenderNode
- TwigEngine::__construct() — Method in class TwigEngine
- Constructor.
- WebDebugToolbarListener::__construct() — Method in class WebDebugToolbarListener
- Client::__construct() — Method in class Client
- Constructor.
- Cookie::__construct() — Method in class Cookie
- Sets a cookie.
- Cookie::__toString() — Method in class Cookie
- Returns the HTTP representation of the Cookie.
- History::__construct() — Method in class History
- Constructor.
- Request::__construct() — Method in class Request
- Constructor.
- Response::__construct() — Method in class Response
- Constructor.
- Response::__toString() — Method in class Response
- Converts the response object to string containing all headers and the response content.
- ApcUniversalClassLoader::__construct() — Method in class ApcUniversalClassLoader
- Constructor.
- MapClassLoader::__construct() — Method in class MapClassLoader
- Constructor.
- ConfigCache::__construct() — Method in class ConfigCache
- Constructor.
- ConfigCache::__toString() — Method in class ConfigCache
- Gets the cache file path.
- ArrayNode::__construct() — Method in class ArrayNode
- Constructor.
- BaseNode::__construct() — Method in class BaseNode
- Constructor.
- ArrayNodeDefinition::__construct() — Method in class ArrayNodeDefinition
- Constructor
- BooleanNodeDefinition::__construct() — Method in class BooleanNodeDefinition
- {@inheritDoc}
- ExprBuilder::__construct() — Method in class ExprBuilder
- Constructor
- MergeBuilder::__construct() — Method in class MergeBuilder
- Constructor
- NodeBuilder::__construct() — Method in class NodeBuilder
- Constructor
- NodeDefinition::__construct() — Method in class NodeDefinition
- Constructor
- NormalizationBuilder::__construct() — Method in class NormalizationBuilder
- Constructor
- ValidationBuilder::__construct() — Method in class ValidationBuilder
- Constructor
- PrototypedArrayNode::__construct() — Method in class PrototypedArrayNode
- Constructor.
- FileLoaderImportCircularReferenceException::__construct() — Method in class FileLoaderImportCircularReferenceException
- FileLoaderLoadException::__construct() — Method in class FileLoaderLoadException
- FileLocator::__construct() — Method in class FileLocator
- Constructor.
- DelegatingLoader::__construct() — Method in class DelegatingLoader
- Constructor.
- FileLoader::__construct() — Method in class FileLoader
- Constructor.
- LoaderResolver::__construct() — Method in class LoaderResolver
- Constructor.
- DirectoryResource::__construct() — Method in class DirectoryResource
- Constructor.
- DirectoryResource::__toString() — Method in class DirectoryResource
- Returns a string representation of the Resource.
- FileResource::__construct() — Method in class FileResource
- Constructor.
- FileResource::__toString() — Method in class FileResource
- Returns a string representation of the Resource.
- ResourceInterface::__toString() — Method in class ResourceInterface
- Returns a string representation of the Resource.
- Application::__construct() — Method in class Application
- Constructor.
- Command::__construct() — Method in class Command
- Constructor.
- OutputFormatter::__construct() — Method in class OutputFormatter
- Initializes console output formatter.
- OutputFormatterStyle::__construct() — Method in class OutputFormatterStyle
- Initializes output formatter style.
- HelperSet::__construct() — Method in class HelperSet
- Constructor.
- ArgvInput::__construct() — Method in class ArgvInput
- Constructor.
- ArrayInput::__construct() — Method in class ArrayInput
- Constructor.
- Input::__construct() — Method in class Input
- Constructor.
- InputArgument::__construct() — Method in class InputArgument
- Constructor.
- InputDefinition::__construct() — Method in class InputDefinition
- Constructor.
- InputOption::__construct() — Method in class InputOption
- Constructor.
- StringInput::__construct() — Method in class StringInput
- Constructor.
- ConsoleOutput::__construct() — Method in class ConsoleOutput
- Constructor.
- Output::__construct() — Method in class Output
- Constructor.
- StreamOutput::__construct() — Method in class StreamOutput
- Constructor.
- Shell::__construct() — Method in class Shell
- Constructor.
- ApplicationTester::__construct() — Method in class ApplicationTester
- Constructor.
- CommandTester::__construct() — Method in class CommandTester
- Constructor.
- AttribNode::__construct() — Method in class AttribNode
- Constructor.
- AttribNode::__toString() — Method in class AttribNode
- Returns a string representation of the object.
- ClassNode::__construct() — Method in class ClassNode
- The constructor.
- ClassNode::__toString() — Method in class ClassNode
- Returns a string representation of the object.
- CombinedSelectorNode::__construct() — Method in class CombinedSelectorNode
- The constructor.
- CombinedSelectorNode::__toString() — Method in class CombinedSelectorNode
- Returns a string representation of the object.
- ElementNode::__construct() — Method in class ElementNode
- Constructor.
- ElementNode::__toString() — Method in class ElementNode
- Returns a string representation of the object.
- FunctionNode::__construct() — Method in class FunctionNode
- Constructor.
- FunctionNode::__toString() — Method in class FunctionNode
- Returns a string representation of the object.
- HashNode::__construct() — Method in class HashNode
- Constructor.
- HashNode::__toString() — Method in class HashNode
- Returns a string representation of the object.
- NodeInterface::__toString() — Method in class NodeInterface
- Returns a string representation of the object.
- OrNode::__construct() — Method in class OrNode
- Constructor.
- OrNode::__toString() — Method in class OrNode
- Returns a string representation of the object.
- PseudoNode::__construct() — Method in class PseudoNode
- Constructor.
- PseudoNode::__toString() — Method in class PseudoNode
- Returns a string representation of the object.
- Token::__construct() — Method in class Token
- Constructor.
- Token::__toString() — Method in class Token
- Gets a string representation of this token.
- TokenStream::__construct() — Method in class TokenStream
- Constructor.
- XPathExpr::__construct() — Method in class XPathExpr
- Constructor.
- XPathExpr::__toString() — Method in class XPathExpr
- Gets a string representation for this XPath expression.
- XPathExprOr::__construct() — Method in class XPathExprOr
- Constructor.
- XPathExprOr::__toString() — Method in class XPathExprOr
- Gets a string representation for this XPath expression.
- Alias::__construct() — Method in class Alias
- Constructor.
- Alias::__toString() — Method in class Alias
- Returns the Id of this alias.
- AnalyzeServiceReferencesPass::__construct() — Method in class AnalyzeServiceReferencesPass
- Constructor.
- Compiler::__construct() — Method in class Compiler
- Constructor.
- PassConfig::__construct() — Method in class PassConfig
- Constructor.
- RepeatedPass::__construct() — Method in class RepeatedPass
- Constructor.
- ServiceReferenceGraph::__construct() — Method in class ServiceReferenceGraph
- Constructor.
- ServiceReferenceGraphEdge::__construct() — Method in class ServiceReferenceGraphEdge
- Constructor.
- ServiceReferenceGraphNode::__construct() — Method in class ServiceReferenceGraphNode
- Constructor.
- Container::__construct() — Method in class Container
- Constructor.
- Definition::__construct() — Method in class Definition
- Constructor.
- DefinitionDecorator::__construct() — Method in class DefinitionDecorator
- Constructor.
- Dumper::__construct() — Method in class Dumper
- Constructor.
- PhpDumper::__construct() — Method in class PhpDumper
- Constructor.
- InactiveScopeException::__construct() — Method in class InactiveScopeException
- ParameterCircularReferenceException::__construct() — Method in class ParameterCircularReferenceException
- ParameterNotFoundException::__construct() — Method in class ParameterNotFoundException
- Constructor.
- ScopeCrossingInjectionException::__construct() — Method in class ScopeCrossingInjectionException
- ScopeWideningInjectionException::__construct() — Method in class ScopeWideningInjectionException
- ServiceCircularReferenceException::__construct() — Method in class ServiceCircularReferenceException
- ServiceNotFoundException::__construct() — Method in class ServiceNotFoundException
- ClosureLoader::__construct() — Method in class ClosureLoader
- Constructor.
- FileLoader::__construct() — Method in class FileLoader
- Constructor.
- Parameter::__construct() — Method in class Parameter
- Constructor.
- Parameter::__toString() — Method in class Parameter
- __toString.
- FrozenParameterBag::__construct() — Method in class FrozenParameterBag
- Constructor.
- ParameterBag::__construct() — Method in class ParameterBag
- Constructor.
- Reference::__construct() — Method in class Reference
- Constructor.
- Reference::__toString() — Method in class Reference
- __toString.
- Scope::__construct() — Method in class Scope
- Variable::__construct() — Method in class Variable
- Constructor
- Variable::__toString() — Method in class Variable
- Converts the object to a string
- Crawler::__construct() — Method in class Crawler
- Constructor.
- FormField::__construct() — Method in class FormField
- Constructor.
- Form::__construct() — Method in class Form
- Constructor.
- Link::__construct() — Method in class Link
- Constructor.
- DateComparator::__construct() — Method in class DateComparator
- Constructor.
- NumberComparator::__construct() — Method in class NumberComparator
- Constructor.
- Finder::__construct() — Method in class Finder
- Constructor.
- CustomFilterIterator::__construct() — Method in class CustomFilterIterator
- Constructor.
- DateRangeFilterIterator::__construct() — Method in class DateRangeFilterIterator
- Constructor.
- DepthRangeFilterIterator::__construct() — Method in class DepthRangeFilterIterator
- Constructor.
- ExcludeDirectoryFilterIterator::__construct() — Method in class ExcludeDirectoryFilterIterator
- Constructor.
- FileTypeFilterIterator::__construct() — Method in class FileTypeFilterIterator
- Constructor.
- FilenameFilterIterator::__construct() — Method in class FilenameFilterIterator
- Constructor.
- RecursiveDirectoryIterator::__construct() — Method in class RecursiveDirectoryIterator
- SizeRangeFilterIterator::__construct() — Method in class SizeRangeFilterIterator
- Constructor.
- SortableIterator::__construct() — Method in class SortableIterator
- Constructor.
- SplFileInfo::__construct() — Method in class SplFileInfo
- Constructor
- CallbackTransformer::__construct() — Method in class CallbackTransformer
- Constructor.
- CallbackValidator::__construct() — Method in class CallbackValidator
- DataEvent::__construct() — Method in class DataEvent
- Constructs an event.
- CircularReferenceException::__construct() — Method in class CircularReferenceException
- InvalidOptionsException::__construct() — Method in class InvalidOptionsException
- MissingOptionsException::__construct() — Method in class MissingOptionsException
- UnexpectedTypeException::__construct() — Method in class UnexpectedTypeException
- ArrayChoiceList::__construct() — Method in class ArrayChoiceList
- Constructor.
- MonthChoiceList::__construct() — Method in class MonthChoiceList
- Generates an array of localized month choices.
- PaddedChoiceList::__construct() — Method in class PaddedChoiceList
- Constructor.
- PropertyPathMapper::__construct() — Method in class PropertyPathMapper
- ArrayToBooleanChoicesTransformer::__construct() — Method in class ArrayToBooleanChoicesTransformer
- ArrayToPartsTransformer::__construct() — Method in class ArrayToPartsTransformer
- BaseDateTimeTransformer::__construct() — Method in class BaseDateTimeTransformer
- Constructor.
- DataTransformerChain::__construct() — Method in class DataTransformerChain
- Uses the given value transformers to transform values
- DateTimeToArrayTransformer::__construct() — Method in class DateTimeToArrayTransformer
- Constructor.
- DateTimeToLocalizedStringTransformer::__construct() — Method in class DateTimeToLocalizedStringTransformer
- Constructor.
- DateTimeToStringTransformer::__construct() — Method in class DateTimeToStringTransformer
- Constructor.
- MoneyToLocalizedStringTransformer::__construct() — Method in class MoneyToLocalizedStringTransformer
- NumberToLocalizedStringTransformer::__construct() — Method in class NumberToLocalizedStringTransformer
- PercentToLocalizedStringTransformer::__construct() — Method in class PercentToLocalizedStringTransformer
- Constructor.
- ScalarToBooleanChoicesTransformer::__construct() — Method in class ScalarToBooleanChoicesTransformer
- Constructor.
- ValueToDuplicatesTransformer::__construct() — Method in class ValueToDuplicatesTransformer
- FixUrlProtocolListener::__construct() — Method in class FixUrlProtocolListener
- ResizeFormListener::__construct() — Method in class ResizeFormListener
- CsrfExtension::__construct() — Method in class CsrfExtension
- Constructor.
- DefaultCsrfProvider::__construct() — Method in class DefaultCsrfProvider
- Initializes the provider with a secret value
- SessionCsrfProvider::__construct() — Method in class SessionCsrfProvider
- Initializes the provider with a secret value
- EnsureCsrfFieldListener::__construct() — Method in class EnsureCsrfFieldListener
- Constructor.
- CsrfType::__construct() — Method in class CsrfType
- Constructor.
- FormTypeCsrfExtension::__construct() — Method in class FormTypeCsrfExtension
- DependencyInjectionExtension::__construct() — Method in class DependencyInjectionExtension
- FieldTypeValidatorExtension::__construct() — Method in class FieldTypeValidatorExtension
- ValidatorExtension::__construct() — Method in class ValidatorExtension
- ValidatorTypeGuesser::__construct() — Method in class ValidatorTypeGuesser
- DelegatingValidator::__construct() — Method in class DelegatingValidator
- Form::__construct() — Method in class Form
- Form::__clone() — Method in class Form
- FormBuilder::__construct() — Method in class FormBuilder
- Constructor.
- FormError::__construct() — Method in class FormError
- Constructor
- FormFactory::__construct() — Method in class FormFactory
- Constructor.
- FormTypeGuesserChain::__construct() — Method in class FormTypeGuesserChain
- Constructor.
- Guess::__construct() — Method in class Guess
- Constructor
- TypeGuess::__construct() — Method in class TypeGuess
- Constructor
- ValueGuess::__construct() — Method in class ValueGuess
- Constructor
- ReversedTransformer::__construct() — Method in class ReversedTransformer
- Reverses this transformer
- PropertyPath::__construct() — Method in class PropertyPath
- Parses the given property path
- PropertyPath::__toString() — Method in class PropertyPath
- Returns the string representation of the property path
- PropertyPathIterator::__construct() — Method in class PropertyPathIterator
- Constructor.
- Cookie::__construct() — Method in class Cookie
- Constructor.
- Cookie::__toString() — Method in class Cookie
- FileBag::__construct() — Method in class FileBag
- Constructor.
- AccessDeniedException::__construct() — Method in class AccessDeniedException
- Constructor.
- FileNotFoundException::__construct() — Method in class FileNotFoundException
- Constructor.
- UnexpectedTypeException::__construct() — Method in class UnexpectedTypeException
- File::__construct() — Method in class File
- Constructs a new file from the given path.
- UploadedFile::__construct() — Method in class UploadedFile
- Constructs a new file from the given path.
- HeaderBag::__construct() — Method in class HeaderBag
- Constructor.
- HeaderBag::__toString() — Method in class HeaderBag
- Returns the headers as a string.
- ParameterBag::__construct() — Method in class ParameterBag
- Constructor.
- RedirectResponse::__construct() — Method in class RedirectResponse
- Constructor.
- Request::__construct() — Method in class Request
- Constructor.
- Request::__clone() — Method in class Request
- Clones the current request.
- Request::__toString() — Method in class Request
- Returns the request as a string.
- RequestMatcher::__construct() — Method in class RequestMatcher
- Response::__construct() — Method in class Response
- Constructor.
- Response::__toString() — Method in class Response
- Returns the response content as it will be sent (with the headers).
- Response::__clone() — Method in class Response
- Clones the current Response instance.
- ResponseHeaderBag::__construct() — Method in class ResponseHeaderBag
- Constructor.
- ResponseHeaderBag::__toString() — Method in class ResponseHeaderBag
- Returns the headers as a string.
- Session::__construct() — Method in class Session
- Constructor.
- Session::__destruct() — Method in class Session
- FilesystemSessionStorage::__construct() — Method in class FilesystemSessionStorage
- Available options:
- NativeSessionStorage::__construct() — Method in class NativeSessionStorage
- Available options:
- PdoSessionStorage::__construct() — Method in class PdoSessionStorage
- Constructor.
- CacheWarmerAggregate::__construct() — Method in class CacheWarmerAggregate
- Client::__construct() — Method in class Client
- Constructor.
- FileLocator::__construct() — Method in class FileLocator
- Constructor.
- ControllerResolver::__construct() — Method in class ControllerResolver
- Constructor.
- ConfigDataCollector::__construct() — Method in class ConfigDataCollector
- Constructor.
- LoggerDataCollector::__construct() — Method in class LoggerDataCollector
- ExceptionHandler::__construct() — Method in class ExceptionHandler
- AddClassesToCachePass::__construct() — Method in class AddClassesToCachePass
- MergeExtensionConfigurationPass::__construct() — Method in class MergeExtensionConfigurationPass
- EsiListener::__construct() — Method in class EsiListener
- Constructor.
- ExceptionListener::__construct() — Method in class ExceptionListener
- ProfilerListener::__construct() — Method in class ProfilerListener
- Constructor.
- ResponseListener::__construct() — Method in class ResponseListener
- FilterControllerEvent::__construct() — Method in class FilterControllerEvent
- FilterResponseEvent::__construct() — Method in class FilterResponseEvent
- GetResponseForControllerResultEvent::__construct() — Method in class GetResponseForControllerResultEvent
- GetResponseForExceptionEvent::__construct() — Method in class GetResponseForExceptionEvent
- KernelEvent::__construct() — Method in class KernelEvent
- AccessDeniedHttpException::__construct() — Method in class AccessDeniedHttpException
- HttpException::__construct() — Method in class HttpException
- MethodNotAllowedHttpException::__construct() — Method in class MethodNotAllowedHttpException
- NotFoundHttpException::__construct() — Method in class NotFoundHttpException
- Esi::__construct() — Method in class Esi
- Constructor.
- HttpCache::__construct() — Method in class HttpCache
- Constructor.
- Store::__construct() — Method in class Store
- Constructor.
- HttpKernel::__construct() — Method in class HttpKernel
- Constructor
- Kernel::__construct() — Method in class Kernel
- Constructor.
- Kernel::__clone() — Method in class Kernel
- PdoProfilerStorage::__construct() — Method in class PdoProfilerStorage
- Constructor.
- Profile::__construct() — Method in class Profile
- Profiler::__construct() — Method in class Profiler
- Constructor.
- MethodArgumentNotImplementedException::__construct() — Method in class MethodArgumentNotImplementedException
- Constructor
- MethodArgumentValueNotImplementedException::__construct() — Method in class MethodArgumentValueNotImplementedException
- Constructor
- MethodNotImplementedException::__construct() — Method in class MethodNotImplementedException
- Constructor
- NotImplementedException::__construct() — Method in class NotImplementedException
- Constructor
- FullTransformer::__construct() — Method in class FullTransformer
- Constructor
- MonthTransformer::__construct() — Method in class MonthTransformer
- Constructor
- StubCollator::__construct() — Method in class StubCollator
- Constructor
- StubIntlDateFormatter::__construct() — Method in class StubIntlDateFormatter
- Constructor
- StubNumberFormatter::__construct() — Method in class StubNumberFormatter
- Constructor
- ExecutableFinder::__construct() — Method in class ExecutableFinder
- PhpExecutableFinder::__construct() — Method in class PhpExecutableFinder
- PhpProcess::__construct() — Method in class PhpProcess
- Constructor.
- Process::__construct() — Method in class Process
- Constructor.
- Route::__construct() — Method in class Route
- Constructor.
- CompiledRoute::__construct() — Method in class CompiledRoute
- Constructor.
- MethodNotAllowedException::__construct() — Method in class MethodNotAllowedException
- GeneratorDumper::__construct() — Method in class GeneratorDumper
- Constructor.
- UrlGenerator::__construct() — Method in class UrlGenerator
- Constructor.
- AnnotationClassLoader::__construct() — Method in class AnnotationClassLoader
- Constructor.
- AnnotationFileLoader::__construct() — Method in class AnnotationFileLoader
- Constructor.
- MatcherDumper::__construct() — Method in class MatcherDumper
- Constructor.
- UrlMatcher::__construct() — Method in class UrlMatcher
- Constructor.
- RequestContext::__construct() — Method in class RequestContext
- Constructor.
- Route::__construct() — Method in class Route
- Constructor.
- Route::__clone() — Method in class Route
- RouteCollection::__construct() — Method in class RouteCollection
- Constructor.
- RouteCollection::__clone() — Method in class RouteCollection
- Router::__construct() — Method in class Router
- Constructor.
- AclProvider::__construct() — Method in class AclProvider
- Constructor.
- MutableAclProvider::__construct() — Method in class MutableAclProvider
- Constructor.
- Schema::__construct() — Method in class Schema
- Constructor
- Acl::__construct() — Method in class Acl
- Constructor
- AclCollectionCache::__construct() — Method in class AclCollectionCache
- Constructor.
- DoctrineAclCache::__construct() — Method in class DoctrineAclCache
- Constructor
- Entry::__construct() — Method in class Entry
- Constructor
- FieldEntry::__construct() — Method in class FieldEntry
- Constructor
- ObjectIdentity::__construct() — Method in class ObjectIdentity
- Constructor.
- ObjectIdentity::__toString() — Method in class ObjectIdentity
- Returns a textual representation of this object identity
- RoleSecurityIdentity::__construct() — Method in class RoleSecurityIdentity
- Constructor
- RoleSecurityIdentity::__toString() — Method in class RoleSecurityIdentity
- Returns a textual representation of this security identity.
- SecurityIdentityRetrievalStrategy::__construct() — Method in class SecurityIdentityRetrievalStrategy
- Constructor
- UserSecurityIdentity::__construct() — Method in class UserSecurityIdentity
- Constructor
- UserSecurityIdentity::__toString() — Method in class UserSecurityIdentity
- A textual representation of this security identity.
- NoAceFoundException::__construct() — Method in class NoAceFoundException
- MaskBuilder::__construct() — Method in class MaskBuilder
- Constructor
- AclVoter::__construct() — Method in class AclVoter
- FieldVote::__construct() — Method in class FieldVote
- AuthenticationProviderManager::__construct() — Method in class AuthenticationProviderManager
- Constructor.
- AuthenticationTrustResolver::__construct() — Method in class AuthenticationTrustResolver
- Constructor
- AnonymousAuthenticationProvider::__construct() — Method in class AnonymousAuthenticationProvider
- Constructor.
- DaoAuthenticationProvider::__construct() — Method in class DaoAuthenticationProvider
- Constructor.
- PreAuthenticatedAuthenticationProvider::__construct() — Method in class PreAuthenticatedAuthenticationProvider
- Constructor.
- RememberMeAuthenticationProvider::__construct() — Method in class RememberMeAuthenticationProvider
- UserAuthenticationProvider::__construct() — Method in class UserAuthenticationProvider
- Constructor.
- PersistentToken::__construct() — Method in class PersistentToken
- Constructor
- AbstractToken::__construct() — Method in class AbstractToken
- Constructor.
- AbstractToken::__toString() — Method in class AbstractToken
- Returns a string representation of the Token.
- AnonymousToken::__construct() — Method in class AnonymousToken
- Constructor.
- PreAuthenticatedToken::__construct() — Method in class PreAuthenticatedToken
- Constructor.
- RememberMeToken::__construct() — Method in class RememberMeToken
- Constructor.
- TokenInterface::__toString() — Method in class TokenInterface
- Returns a string representation of the Token.
- UsernamePasswordToken::__construct() — Method in class UsernamePasswordToken
- Constructor.
- AccessDecisionManager::__construct() — Method in class AccessDecisionManager
- Constructor.
- AuthenticatedVoter::__construct() — Method in class AuthenticatedVoter
- Constructor.
- RoleHierarchyVoter::__construct() — Method in class RoleHierarchyVoter
- Constructor.
- RoleVoter::__construct() — Method in class RoleVoter
- Constructor.
- EncoderFactory::__construct() — Method in class EncoderFactory
- MessageDigestPasswordEncoder::__construct() — Method in class MessageDigestPasswordEncoder
- Constructor.
- PlaintextPasswordEncoder::__construct() — Method in class PlaintextPasswordEncoder
- AccessDeniedException::__construct() — Method in class AccessDeniedException
- AuthenticationException::__construct() — Method in class AuthenticationException
- BadCredentialsException::__construct() — Method in class BadCredentialsException
- Role::__construct() — Method in class Role
- Constructor.
- RoleHierarchy::__construct() — Method in class RoleHierarchy
- Constructor.
- SwitchUserRole::__construct() — Method in class SwitchUserRole
- Constructor.
- SecurityContext::__construct() — Method in class SecurityContext
- Constructor.
- ChainUserProvider::__construct() — Method in class ChainUserProvider
- InMemoryUserProvider::__construct() — Method in class InMemoryUserProvider
- Constructor.
- User::__construct() — Method in class User
- BasicAuthenticationEntryPoint::__construct() — Method in class BasicAuthenticationEntryPoint
- DigestAuthenticationEntryPoint::__construct() — Method in class DigestAuthenticationEntryPoint
- FormAuthenticationEntryPoint::__construct() — Method in class FormAuthenticationEntryPoint
- Constructor
- RetryAuthenticationEntryPoint::__construct() — Method in class RetryAuthenticationEntryPoint
- InteractiveLoginEvent::__construct() — Method in class InteractiveLoginEvent
- SwitchUserEvent::__construct() — Method in class SwitchUserEvent
- Firewall::__construct() — Method in class Firewall
- Constructor.
- AbstractAuthenticationListener::__construct() — Method in class AbstractAuthenticationListener
- Constructor.
- AbstractPreAuthenticatedListener::__construct() — Method in class AbstractPreAuthenticatedListener
- AccessListener::__construct() — Method in class AccessListener
- AnonymousAuthenticationListener::__construct() — Method in class AnonymousAuthenticationListener
- BasicAuthenticationListener::__construct() — Method in class BasicAuthenticationListener
- ChannelListener::__construct() — Method in class ChannelListener
- ContextListener::__construct() — Method in class ContextListener
- DigestAuthenticationListener::__construct() — Method in class DigestAuthenticationListener
- DigestData::__construct() — Method in class DigestData
- ExceptionListener::__construct() — Method in class ExceptionListener
- LogoutListener::__construct() — Method in class LogoutListener
- Constructor
- RememberMeListener::__construct() — Method in class RememberMeListener
- Constructor
- SwitchUserListener::__construct() — Method in class SwitchUserListener
- Constructor.
- UsernamePasswordFormAuthenticationListener::__construct() — Method in class UsernamePasswordFormAuthenticationListener
- Constructor.
- X509AuthenticationListener::__construct() — Method in class X509AuthenticationListener
- HttpUtils::__construct() — Method in class HttpUtils
- Constructor.
- CookieClearingLogoutHandler::__construct() — Method in class CookieClearingLogoutHandler
- Constructor.
- AbstractRememberMeServices::__construct() — Method in class AbstractRememberMeServices
- Constructor
- SessionAuthenticationStrategy::__construct() — Method in class SessionAuthenticationStrategy
- Serializer::__construct() — Method in class Serializer
- Package::__construct() — Method in class Package
- Constructor.
- PathPackage::__construct() — Method in class PathPackage
- Constructor.
- UrlPackage::__construct() — Method in class UrlPackage
- Constructor.
- DelegatingEngine::__construct() — Method in class DelegatingEngine
- Constructor.
- AssetsHelper::__construct() — Method in class AssetsHelper
- Constructor.
- CoreAssetsHelper::__construct() — Method in class CoreAssetsHelper
- Constructor.
- CacheLoader::__construct() — Method in class CacheLoader
- Constructor.
- ChainLoader::__construct() — Method in class ChainLoader
- Constructor.
- FilesystemLoader::__construct() — Method in class FilesystemLoader
- Constructor.
- PhpEngine::__construct() — Method in class PhpEngine
- Constructor.
- Storage::__construct() — Method in class Storage
- Constructor.
- Storage::__toString() — Method in class Storage
- Returns the object string representation.
- TemplateReference::__construct() — Method in class TemplateReference
- TemplateReference::__toString() — Method in class TemplateReference
- IdentityTranslator::__construct() — Method in class IdentityTranslator
- Constructor.
- MessageCatalogue::__construct() — Method in class MessageCatalogue
- Constructor.
- Translator::__construct() — Method in class Translator
- Constructor.
- Constraint::__construct() — Method in class Constraint
- Initializes the constraint with options.
- Constraint::__set() — Method in class Constraint
- Unsupported operation.
- ConstraintViolation::__construct() — Method in class ConstraintViolation
- ConstraintViolationList::__toString() — Method in class ConstraintViolationList
- Collection::__construct() — Method in class Collection
- Initializes the constraint with options.
- GroupSequence::__construct() — Method in class GroupSequence
- Ip::__construct() — Method in class Ip
- Initializes the constraint with options.
- InvalidOptionsException::__construct() — Method in class InvalidOptionsException
- MissingOptionsException::__construct() — Method in class MissingOptionsException
- UnexpectedTypeException::__construct() — Method in class UnexpectedTypeException
- ExecutionContext::__construct() — Method in class ExecutionContext
- ExecutionContext::__clone() — Method in class ExecutionContext
- GraphWalker::__construct() — Method in class GraphWalker
- ApcCache::__construct() — Method in class ApcCache
- ClassMetadata::__construct() — Method in class ClassMetadata
- Constructs a metadata for the given class
- ClassMetadata::__sleep() — Method in class ClassMetadata
- Returns the names of the properties that should be serialized.
- ClassMetadataFactory::__construct() — Method in class ClassMetadataFactory
- ElementMetadata::__sleep() — Method in class ElementMetadata
- Returns the names of the properties that should be serialized.
- ElementMetadata::__clone() — Method in class ElementMetadata
- Clones this object.
- GetterMetadata::__construct() — Method in class GetterMetadata
- Constructor.
- AnnotationLoader::__construct() — Method in class AnnotationLoader
- FileLoader::__construct() — Method in class FileLoader
- Constructor.
- FilesLoader::__construct() — Method in class FilesLoader
- Accepts a list of LoaderInterface instances
- LoaderChain::__construct() — Method in class LoaderChain
- Accepts a list of LoaderInterface instances
- StaticMethodLoader::__construct() — Method in class StaticMethodLoader
- MemberMetadata::__construct() — Method in class MemberMetadata
- Constructor.
- MemberMetadata::__sleep() — Method in class MemberMetadata
- Returns the names of the properties that should be serialized.
- PropertyMetadata::__construct() — Method in class PropertyMetadata
- Constructor.
- Validator::__construct() — Method in class Validator
- ValidatorFactory::__construct() — Method in class ValidatorFactory
- Sets the given context as default context
- ParseException::__construct() — Method in class ParseException
- Constructor.
- Parser::__construct() — Method in class Parser
- Constructor