A
- ContainerAwareEventManager::addEventListener() — Method in class ContainerAwareEventManager
- Adds an event listener that listens on the specified events.
- DoctrineDataCollector::addLogger() — Method in class DoctrineDataCollector
- Adds the stack logger for a connection.
- ContainerAwareLoader::addFixture() — Method in class ContainerAwareLoader
- {@inheritdoc}
- AbstractDoctrineExtension — Class in namespace Symfony\Bridge\Doctrine\DependencyInjection
- This abstract classes groups common code that Doctrine Object Manager extensions (ORM, MongoDB, CouchDB) need.
- EntityFactory::addConfiguration() — Method in class EntityFactory
-
- DbalSessionHandlerSchema::addToSchema() — Method in class DbalSessionHandlerSchema
-
- PropelFactory::addConfiguration() — Method in class PropelFactory
-
- PropelLogger::alert() — Method in class PropelLogger
- A convenience function for logging an alert event.
- CodeExtension::abbrClass() — Method in class CodeExtension
-
- CodeExtension::abbrMethod() — Method in class CodeExtension
-
- 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.
- AddCacheClearerPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Registers the cache clearers.
- 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
-
- TranslationLoader::addLoader() — Method in class TranslationLoader
- Adds a loader to the translation extractor.
- AddSecurityVotersPass — Class in namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler
- Adds all configured security voters to the access decision manager
- SecurityExtension::addSecurityListenerFactory() — Method in class SecurityExtension
-
- SecurityExtension::addUserProviderFactory() — Method in class SecurityExtension
-
- 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
-
- SimpleFormFactory::addConfiguration() — Method in class SimpleFormFactory
-
- SimplePreAuthenticationFactory::addConfiguration() — Method in class SimplePreAuthenticationFactory
-
- X509Factory::addConfiguration() — Method in class X509Factory
-
- InMemoryFactory::addConfiguration() — Method in class InMemoryFactory
-
- UserProviderFactoryInterface::addConfiguration() — Method in class UserProviderFactoryInterface
-
- AclSchemaListener — Class in namespace Symfony\Bundle\SecurityBundle\EventListener
- Merges ACL schema into the given schema.
- 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
- 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.
- ApcClassLoader — Class in namespace Symfony\Component\ClassLoader
- ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3.
- ApcUniversalClassLoader — Class in namespace Symfony\Component\ClassLoader
- ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3.
- ClassLoader::addPrefixes() — Method in class ClassLoader
- Adds prefixes.
- ClassLoader::addPrefix() — Method in class ClassLoader
- Registers a set of classes
- 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::addDefaultChildrenIfNoneSet() — Method in class ArrayNodeDefinition
- Adds children with a default value when none are defined.
- ArrayNodeDefinition::append() — Method in class ArrayNodeDefinition
-
- ExprBuilder::always() — Method in class ExprBuilder
- Marks 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.
- NodeBuilder::append() — Method in class NodeBuilder
- Appends a node definition.
- NodeDefinition::attribute() — Method in class NodeDefinition
- Sets an attribute on the 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.
- ApplicationDescription — Class in namespace Symfony\Component\Console\Descriptor
-
- 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::askHiddenResponse() — Method in class DialogHelper
- Asks a question to the user, the response is hidden
- DialogHelper::askAndValidate() — Method in class DialogHelper
- Asks for a value and validates the response.
- DialogHelper::askHiddenResponseAndValidate() — Method in class DialogHelper
- Asks for a value, hide and validates the response.
- ProgressHelper::advance() — Method in class ProgressHelper
- Advances the progress output X steps.
- TableHelper::addRows() — Method in class TableHelper
-
- TableHelper::addRow() — Method in class TableHelper
-
- 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
- Eases the testing of console applications.
- AbstractNode — Class in namespace Symfony\Component\CssSelector\Node
- Abstract base node class.
- AttributeNode — Class in namespace Symfony\Component\CssSelector\Node
- Represents a "[| ]" node.
- AbstractExtension — Class in namespace Symfony\Component\CssSelector\XPath\Extension
- XPath expression translator abstract extension.
- AttributeMatchingExtension — Class in namespace Symfony\Component\CssSelector\XPath\Extension
- XPath expression translator attribute extension.
- Translator::addCombination() — Method in class Translator
-
- Translator::addFunction() — Method in class Translator
-
- Translator::addPseudoClass() — Method in class Translator
-
- Translator::addAttributeMatching() — Method in class Translator
-
- XPathExpr::addCondition() — Method in class XPathExpr
-
- XPathExpr::addNameTest() — Method in class XPathExpr
-
- XPathExpr::addStarPrefix() — Method in class XPathExpr
-
- 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::addClassResource() — Method in class ContainerBuilder
- Adds the given 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.
- FormFieldRegistry::add() — Method in class FormFieldRegistry
- Adds a field to the registry.
- FormFieldRegistry::all() — Method in class FormFieldRegistry
- Returns the list of field with their value.
- ContainerAwareEventDispatcher::addListenerService() — Method in class ContainerAwareEventDispatcher
- Adds a service as event listener
- ContainerAwareEventDispatcher::addSubscriberService() — Method in class ContainerAwareEventDispatcher
- Adds a service as event subscriber
- EventDispatcher::addListener() — Method in class EventDispatcher
- Adds an event listener that listens on the specified events.
- EventDispatcher::addSubscriber() — Method in class EventDispatcher
- Adds an event subscriber.
- 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.
- ImmutableEventDispatcher::addListener() — Method in class ImmutableEventDispatcher
- Adds an event listener that listens on the specified events.
- ImmutableEventDispatcher::addSubscriber() — Method in class ImmutableEventDispatcher
- Adds an event subscriber.
- AbstractAdapter — Class in namespace Symfony\Component\Finder\Adapter
- Interface for finder engine implementations.
- AbstractFindAdapter — Class in namespace Symfony\Component\Finder\Adapter
- Shell engine implementation using GNU find command.
- AdapterInterface — Class in namespace Symfony\Component\Finder\Adapter
-
- AccessDeniedException — Class in namespace Symfony\Component\Finder\Exception
-
- AdapterFailureException — Class in namespace Symfony\Component\Finder\Exception
- Base exception for all adapter failures.
- Expression::append() — Method in class Expression
-
- Glob::append() — Method in class Glob
-
- Regex::append() — Method in class Regex
-
- Regex::addOption() — Method in class Regex
-
- ValueInterface::append() — Method in class ValueInterface
-
- Finder::addAdapter() — Method in class Finder
- Registers a finder engine implementation.
- Finder::addVCSPattern() — Method in class Finder
- Adds VCS patterns.
- 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.
- FilecontentFilterIterator::accept() — Method in class FilecontentFilterIterator
- Filters the iterator values.
- FilenameFilterIterator::accept() — Method in class FilenameFilterIterator
- Filters the iterator values.
- PathFilterIterator::accept() — Method in class PathFilterIterator
- Filters the iterator values.
- SizeRangeFilterIterator::accept() — Method in class SizeRangeFilterIterator
- Filters the iterator values.
- Command::add() — Method in class Command
- Appends a string or a Command instance.
- Command::arg() — Method in class Command
- Appends an argument, will be quoted.
- Command::addAtIndex() — Method in class Command
- Insert a string or a Command instance before the bit at given position $index (index starts from 0).
- AbstractExtension — Class in namespace Symfony\Component\Form
-
- AbstractRendererEngine — Class in namespace Symfony\Component\Form
- Default implementation of {@link FormRendererEngineInterface}.
- AbstractType — Class in namespace Symfony\Component\Form
-
- AbstractTypeExtension — Class in namespace Symfony\Component\Form
-
- Button::add() — Method in class Button
- Adds a child to the form.
- Button::all() — Method in class Button
- Returns all children in this group.
- Button::addError() — Method in class Button
- Adds an error to this form.
- ButtonBuilder::add() — Method in class ButtonBuilder
- Adds a new field to this group.
- ButtonBuilder::all() — Method in class ButtonBuilder
- Returns the children.
- ButtonBuilder::addEventListener() — Method in class ButtonBuilder
- Adds an event listener to an event on this form.
- ButtonBuilder::addEventSubscriber() — Method in class ButtonBuilder
- Adds an event subscriber for events on this form.
- ButtonBuilder::addViewTransformer() — Method in class ButtonBuilder
- Appends / prepends a transformer to the view transformer chain.
- ButtonBuilder::addModelTransformer() — Method in class ButtonBuilder
- Prepends / appends a transformer to the normalization transformer chain.
- AlreadyBoundException — Class in namespace Symfony\Component\Form\Exception
- Alias of {@link AlreadySubmittedException}.
- AlreadySubmittedException — Class in namespace Symfony\Component\Form\Exception
- Thrown when an operation is called that is not acceptable after submitting a form.
- ArrayToPartsTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- Form::addError() — Method in class Form
- Adds an error to this form.
- Form::all() — Method in class Form
- Returns all children in this group.
- Form::add() — Method in class Form
- Adds a child to the form.
- FormBuilder::add() — Method in class FormBuilder
- Adds a new field to this group.
- FormBuilder::all() — Method in class FormBuilder
- Returns the children.
- FormBuilderInterface::add() — Method in class FormBuilderInterface
- Adds a new field to this group.
- FormBuilderInterface::all() — Method in class FormBuilderInterface
- Returns the children.
- FormConfigBuilder::addEventListener() — Method in class FormConfigBuilder
- Adds an event listener to an event on this form.
- FormConfigBuilder::addEventSubscriber() — Method in class FormConfigBuilder
- Adds an event subscriber for events on this form.
- FormConfigBuilder::addViewTransformer() — Method in class FormConfigBuilder
- Appends / prepends a transformer to the view transformer chain.
- FormConfigBuilder::addModelTransformer() — Method in class FormConfigBuilder
- Prepends / appends a transformer to the normalization transformer chain.
- FormConfigBuilderInterface::addEventListener() — Method in class FormConfigBuilderInterface
- Adds an event listener to an event on this form.
- FormConfigBuilderInterface::addEventSubscriber() — Method in class FormConfigBuilderInterface
- Adds an event subscriber for events on this form.
- FormConfigBuilderInterface::addViewTransformer() — Method in class FormConfigBuilderInterface
- Appends / prepends a transformer to the view transformer chain.
- FormConfigBuilderInterface::addModelTransformer() — Method in class FormConfigBuilderInterface
- Prepends / appends a transformer to the normalization transformer chain.
- FormFactoryBuilder::addExtension() — Method in class FormFactoryBuilder
- Adds an extension to be loaded by the factory.
- FormFactoryBuilder::addExtensions() — Method in class FormFactoryBuilder
- Adds a list of extensions to be loaded by the factory.
- FormFactoryBuilder::addType() — Method in class FormFactoryBuilder
- Adds a form type to the factory.
- FormFactoryBuilder::addTypes() — Method in class FormFactoryBuilder
- Adds a list of form types to the factory.
- FormFactoryBuilder::addTypeExtension() — Method in class FormFactoryBuilder
- Adds a form type extension to the factory.
- FormFactoryBuilder::addTypeExtensions() — Method in class FormFactoryBuilder
- Adds a list of form type extensions to the factory.
- FormFactoryBuilder::addTypeGuesser() — Method in class FormFactoryBuilder
- Adds a type guesser to the factory.
- FormFactoryBuilder::addTypeGuessers() — Method in class FormFactoryBuilder
- Adds a list of type guessers to the factory.
- FormFactoryBuilderInterface::addExtension() — Method in class FormFactoryBuilderInterface
- Adds an extension to be loaded by the factory.
- FormFactoryBuilderInterface::addExtensions() — Method in class FormFactoryBuilderInterface
- Adds a list of extensions to be loaded by the factory.
- FormFactoryBuilderInterface::addType() — Method in class FormFactoryBuilderInterface
- Adds a form type to the factory.
- FormFactoryBuilderInterface::addTypes() — Method in class FormFactoryBuilderInterface
- Adds a list of form types to the factory.
- FormFactoryBuilderInterface::addTypeExtension() — Method in class FormFactoryBuilderInterface
- Adds a form type extension to the factory.
- FormFactoryBuilderInterface::addTypeExtensions() — Method in class FormFactoryBuilderInterface
- Adds a list of form type extensions to the factory.
- FormFactoryBuilderInterface::addTypeGuesser() — Method in class FormFactoryBuilderInterface
- Adds a type guesser to the factory.
- FormFactoryBuilderInterface::addTypeGuessers() — Method in class FormFactoryBuilderInterface
- Adds a list of type guessers to the factory.
- FormInterface::add() — Method in class FormInterface
- Adds a child to the form.
- FormInterface::all() — Method in class FormInterface
- Returns all children in this group.
- FormInterface::addError() — Method in class FormInterface
- Adds an error to this form.
- TypeTestCase::assertDateTimeEquals() — Method in class TypeTestCase
-
- AcceptHeader — Class in namespace Symfony\Component\HttpFoundation
- Represents an Accept-* header.
- AcceptHeader::add() — Method in class AcceptHeader
- Adds an item.
- AcceptHeader::all() — Method in class AcceptHeader
- Returns all items.
- AcceptHeaderItem — Class in namespace Symfony\Component\HttpFoundation
- Represents an Accept-* header item.
- 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
-
- ResponseHeaderBag::allPreserveCase() — Method in class ResponseHeaderBag
- Returns the headers, with original capitalizations.
- AttributeBag — Class in namespace Symfony\Component\HttpFoundation\Session\Attribute
- This class relates to session attribute storage
- AttributeBag::all() — Method in class AttributeBag
- Returns attributes.
- AttributeBagInterface — Class in namespace Symfony\Component\HttpFoundation\Session\Attribute
- Attributes store.
- AttributeBagInterface::all() — Method in class AttributeBagInterface
- Returns attributes.
- AutoExpireFlashBag — Class in namespace Symfony\Component\HttpFoundation\Session\Flash
- AutoExpireFlashBag flash message container.
- AutoExpireFlashBag::add() — Method in class AutoExpireFlashBag
- Adds a flash message for type.
- AutoExpireFlashBag::all() — Method in class AutoExpireFlashBag
- Gets and clears flashes from the stack.
- FlashBag::add() — Method in class FlashBag
- Adds a flash message for type.
- FlashBag::all() — Method in class FlashBag
- Gets and clears flashes from the stack.
- FlashBagInterface::add() — Method in class FlashBagInterface
- Adds a flash message for type.
- FlashBagInterface::all() — Method in class FlashBagInterface
- Gets and clears flashes from the stack.
- Session::all() — Method in class Session
- Returns attributes.
- SessionInterface::all() — Method in class SessionInterface
- Returns attributes.
- AbstractProxy — Class in namespace Symfony\Component\HttpFoundation\Session\Storage\Proxy
- AbstractProxy.
- ChainCacheClearer::add() — Method in class ChainCacheClearer
- Adds a cache clearer to the aggregate.
- CacheWarmerAggregate::add() — Method in class CacheWarmerAggregate
-
- $ControllerReference — Property in class ControllerReference
-
- TraceableEventDispatcher::addListener() — Method in class TraceableEventDispatcher
- Adds an event listener that listens on the specified events.
- TraceableEventDispatcher::addSubscriber() — Method in class TraceableEventDispatcher
- Adds an event subscriber.
- 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.
- FragmentHandler::addRenderer() — Method in class FragmentHandler
- Adds a renderer.
- 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.
- Profile::addChild() — Method in class Profile
- Adds the child token
- Profile::addCollector() — Method in class Profile
- Adds a Collector.
- Profiler::all() — Method in class Profiler
- Gets the Collectors associated with this profiler.
- Profiler::add() — Method in class Profiler
- Adds a Collector.
- Collator::asort() — Method in class Collator
- Sort array maintaining index association
- AmPmTransformer — Class in namespace Symfony\Component\Intl\DateFormatter\DateFormat
- Parser and formatter for AM/PM markers format
- Locale::acceptFromHttp() — Method in class Locale
- Not supported.
- AbstractBundle — Class in namespace Symfony\Component\Intl\ResourceBundle
- Base class for {@link ResourceBundleInterface} implementations.
- AbstractBundleReader — Class in namespace Symfony\Component\Intl\ResourceBundle\Reader
- Base class for {@link BundleReaderInterface} implementations.
- BundleTransformer::addRule() — Method in class BundleTransformer
- Adds a new compilation rule.
- CurrencyBundleTransformationRule::afterCompile() — Method in class CurrencyBundleTransformationRule
- Runs instructions to be executed after compiling the sources of the resource bundle.
- CurrencyBundleTransformationRule::afterCreateStub() — Method in class CurrencyBundleTransformationRule
- Runs instructions to be executed after creating the stub version of the resource bundle.
- LanguageBundleTransformationRule::afterCompile() — Method in class LanguageBundleTransformationRule
- Runs instructions to be executed after compiling the sources of the resource bundle.
- LanguageBundleTransformationRule::afterCreateStub() — Method in class LanguageBundleTransformationRule
- Runs instructions to be executed after creating the stub version of the resource bundle.
- LocaleBundleTransformationRule::afterCompile() — Method in class LocaleBundleTransformationRule
- Runs instructions to be executed after compiling the sources of the resource bundle.
- LocaleBundleTransformationRule::afterCreateStub() — Method in class LocaleBundleTransformationRule
- Runs instructions to be executed after creating the stub version of the resource bundle.
- RegionBundleTransformationRule::afterCompile() — Method in class RegionBundleTransformationRule
- Runs instructions to be executed after compiling the sources of the resource bundle.
- RegionBundleTransformationRule::afterCreateStub() — Method in class RegionBundleTransformationRule
- Runs instructions to be executed after creating the stub version of the resource bundle.
- TransformationRuleInterface::afterCompile() — Method in class TransformationRuleInterface
- Runs instructions to be executed after compiling the sources of the resource bundle.
- TransformationRuleInterface::afterCreateStub() — Method in class TransformationRuleInterface
- Runs instructions to be executed after creating the stub version of the resource bundle.
- ArrayAccessibleResourceBundle — Class in namespace Symfony\Component\Intl\ResourceBundle\Util
- Work-around for a bug in PHP's \ResourceBundle implementation.
- AmPmTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\AmPmTransformer}.
- Options::all() — Method in class Options
- Returns the values of all options.
- OptionsResolver::addAllowedValues() — Method in class OptionsResolver
- Adds allowed values for a list of options.
- OptionsResolver::addAllowedTypes() — Method in class OptionsResolver
- Adds allowed types for a list of options.
- OptionsResolverInterface::addAllowedValues() — Method in class OptionsResolverInterface
- Adds allowed values for a list of options.
- OptionsResolverInterface::addAllowedTypes() — Method in class OptionsResolverInterface
- Adds allowed types for a list of options.
- ExecutableFinder::addSuffix() — Method in class ExecutableFinder
- Adds new possible suffix to check for executable.
- Process::addOutput() — Method in class Process
- Adds a line to the STDOUT stream.
- Process::addErrorOutput() — Method in class Process
- Adds a line to the STDERR stream.
- ProcessBuilder::add() — Method in class ProcessBuilder
- Adds an unescaped argument to the command string.
- PropertyPathBuilder::append() — Method in class PropertyPathBuilder
- Appends a (sub-) path to the current path.
- PropertyPathBuilder::appendIndex() — Method in class PropertyPathBuilder
- Appends an index element to the current path.
- PropertyPathBuilder::appendProperty() — Method in class PropertyPathBuilder
- Appends a property element to the current path.
- 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.
- DumperCollection::all() — Method in class DumperCollection
- Returns the children routes and collections.
- DumperCollection::add() — Method in class DumperCollection
- Adds a route or collection
- DumperPrefixCollection::addPrefixRoute() — Method in class DumperPrefixCollection
- Adds a route in the tree.
- Route::addOptions() — Method in class Route
- Adds options.
- Route::addDefaults() — Method in class Route
- Adds defaults.
- Route::addRequirements() — Method in class Route
- Adds requirements.
- RouteCollection::add() — Method in class RouteCollection
- Adds a route.
- RouteCollection::all() — Method in class RouteCollection
- Returns all routes in this collection.
- RouteCollection::addCollection() — Method in class RouteCollection
- Adds a route collection at the end of the current set by appending all routes of the added collection.
- RouteCollection::addPrefix() — Method in class RouteCollection
- Adds a prefix to the path of all child routes.
- RouteCollection::addDefaults() — Method in class RouteCollection
- Adds defaults to all routes.
- RouteCollection::addRequirements() — Method in class RouteCollection
- Adds requirements to all routes.
- RouteCollection::addOptions() — Method in class RouteCollection
- Adds options to all routes.
- 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.
- Schema::addToSchema() — Method in class Schema
- Merges ACL schema with the given schema.
- 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.
- AuthenticationEvents — Class in namespace Symfony\Component\Security\Core
-
- 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
- Attempts to authenticates a TokenInterface object.
- AuthenticationProviderInterface — Class in namespace Symfony\Component\Security\Core\Authentication\Provider
- AuthenticationProviderInterface is the interface for all authentication providers.
- PreAuthenticatedAuthenticationProvider::authenticate() — Method in class PreAuthenticatedAuthenticationProvider
- Attempts to authenticates a TokenInterface object.
- RememberMeAuthenticationProvider::authenticate() — Method in class RememberMeAuthenticationProvider
- Attempts to authenticates a TokenInterface object.
- SimpleAuthenticationProvider::authenticate() — Method in class SimpleAuthenticationProvider
- Attempts to authenticates a TokenInterface object.
- UserAuthenticationProvider::authenticate() — Method in class UserAuthenticationProvider
- Attempts to authenticates a TokenInterface object.
- SimpleAuthenticatorInterface::authenticateToken() — Method in class SimpleAuthenticatorInterface
-
- 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 ISAUTHENTICATEDFULLY, ISAUTHENTICATEDREMEMBERED, or ISAUTHENTICATEDANONYMOUSLY is present.
- AuthenticationEvent — Class in namespace Symfony\Component\Security\Core\Event
- This is a general purpose authentication event.
- AuthenticationFailureEvent — Class in namespace Symfony\Component\Security\Core\Event
- This event is dispatched on authentication failure.
- 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.
- AccessMapInterface — Class in namespace Symfony\Component\Security\Http
- AccessMap allows configuration of different access control rules for specific parts of the website.
- 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
- Adds some helpers.
- 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.
- AbstractOperation — Class in namespace Symfony\Component\Translation\Catalogue
- Base catalogues binary operation class.
- ChainExtractor::addExtractor() — Method in class ChainExtractor
- Adds a loader to the translation extractor.
- 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.
- TranslationWriter::addDumper() — Method in class TranslationWriter
- Adds a dumper to the writer.
- Constraint::addImplicitGroupName() — Method in class Constraint
- Adds the given group if this constraint is in the Default group
- ConstraintViolationList::add() — Method in class ConstraintViolationList
- Adds a constraint violation to this list.
- ConstraintViolationList::addAll() — Method in class ConstraintViolationList
- Merges an existing violation list into this list.
- ConstraintViolationListInterface::add() — Method in class ConstraintViolationListInterface
- Adds a constraint violation to this list.
- ConstraintViolationListInterface::addAll() — Method in class ConstraintViolationListInterface
- Merges an existing violation list into this list.
- AbstractComparison — Class in namespace Symfony\Component\Validator\Constraints
- Used for the comparison of values.
- AbstractComparisonValidator — Class in namespace Symfony\Component\Validator\Constraints
- Provides a base class for the validation of property comparisons.
- 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
- Adds a violation at the current node of the validation graph.
- ExecutionContext::addViolationAt() — Method in class ExecutionContext
- Adds a violation at the validation graph node with the given property path relative to the current property path.
- ExecutionContextInterface::addViolation() — Method in class ExecutionContextInterface
- Adds a violation at the current node of the validation graph.
- ExecutionContextInterface::addViolationAt() — Method in class ExecutionContextInterface
- Adds a violation at the validation graph node with the given property path relative to the current property path.
- ApcCache — Class in namespace Symfony\Component\Validator\Mapping\Cache
-
- ClassMetadata::accept() — Method in class ClassMetadata
- Implementation of the Visitor design pattern.
- 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.
- AbstractLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
-
- AnnotationLoader — Class in namespace Symfony\Component\Validator\Mapping\Loader
-
- MemberMetadata::accept() — Method in class MemberMetadata
- Implementation of the Visitor design pattern.
- MemberMetadata::addConstraint() — Method in class MemberMetadata
- Adds a constraint to this element.
- MetadataInterface::accept() — Method in class MetadataInterface
- Implementation of the Visitor design pattern.
- ValidatorBuilder::addObjectInitializer() — Method in class ValidatorBuilder
- Adds an object initializer to the validator.
- ValidatorBuilder::addObjectInitializers() — Method in class ValidatorBuilder
- Adds a list of object initializers to the validator.
- ValidatorBuilder::addXmlMapping() — Method in class ValidatorBuilder
- Adds an XML constraint mapping file to the validator.
- ValidatorBuilder::addXmlMappings() — Method in class ValidatorBuilder
- Adds a list of XML constraint mapping files to the validator.
- ValidatorBuilder::addYamlMapping() — Method in class ValidatorBuilder
- Adds a YAML constraint mapping file to the validator.
- ValidatorBuilder::addYamlMappings() — Method in class ValidatorBuilder
- Adds a list of YAML constraint mappings file to the validator.
- ValidatorBuilder::addMethodMapping() — Method in class ValidatorBuilder
- Enables constraint mapping using the given static method.
- ValidatorBuilder::addMethodMappings() — Method in class ValidatorBuilder
- Enables constraint mapping using the given static methods.
- ValidatorBuilderInterface::addObjectInitializer() — Method in class ValidatorBuilderInterface
- Adds an object initializer to the validator.
- ValidatorBuilderInterface::addObjectInitializers() — Method in class ValidatorBuilderInterface
- Adds a list of object initializers to the validator.
- ValidatorBuilderInterface::addXmlMapping() — Method in class ValidatorBuilderInterface
- Adds an XML constraint mapping file to the validator.
- ValidatorBuilderInterface::addXmlMappings() — Method in class ValidatorBuilderInterface
- Adds a list of XML constraint mapping files to the validator.
- ValidatorBuilderInterface::addYamlMapping() — Method in class ValidatorBuilderInterface
- Adds a YAML constraint mapping file to the validator.
- ValidatorBuilderInterface::addYamlMappings() — Method in class ValidatorBuilderInterface
- Adds a list of YAML constraint mappings file to the validator.
- ValidatorBuilderInterface::addMethodMapping() — Method in class ValidatorBuilderInterface
- Enables constraint mapping using the given static method.
- ValidatorBuilderInterface::addMethodMappings() — Method in class ValidatorBuilderInterface
- Enables constraint mapping using the given static methods.
B
- DoctrineType::buildForm() — Method in class DoctrineType
- Builds the form.
- ModelType::buildForm() — Method in class ModelType
- Builds the form.
- TranslationCollectionType::buildForm() — Method in class TranslationCollectionType
- Builds the form.
- TranslationType::buildForm() — Method in class TranslationType
- Builds the form.
- ControllerNameParser::build() — Method in class ControllerNameParser
- Converts a class::method notation to a short one (a:b:c).
- FrameworkBundle::boot() — Method in class FrameworkBundle
- Boots the Bundle.
- FrameworkBundle::build() — Method in class FrameworkBundle
- Builds the bundle.
- FormHelper::block() — Method in class FormHelper
- Renders a block of the template.
- SecurityBundle::build() — Method in class SecurityBundle
- 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.
- BadMethodCallException — Class in namespace Symfony\Component\DependencyInjection\Exception
- Base BadMethodCallException for Dependency Injection component.
- BsdFindAdapter — Class in namespace Symfony\Component\Finder\Adapter
- Shell engine implementation using BSD find command.
- AbstractType::buildForm() — Method in class AbstractType
- Builds the form.
- AbstractType::buildView() — 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.
- Button — Class in namespace Symfony\Component\Form
- A form button.
- ButtonBuilder — Class in namespace Symfony\Component\Form
- A builder for {@link Button} instances.
- ButtonTypeInterface — Class in namespace Symfony\Component\Form
- A type that should be converted into a {@link Button} instance.
- BadMethodCallException — Class in namespace Symfony\Component\Form\Exception
- Base BadMethodCallException for the Form component.
- 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.
- BaseType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- Encapsulates common logic of {@link FormType} and {@link ButtonType}.
- BaseType::buildForm() — Method in class BaseType
- Builds the form.
- BaseType::buildView() — Method in class BaseType
- Builds the form view.
- BirthdayType — Class in namespace Symfony\Component\Form\Extension\Core\Type
-
- ButtonType — Class in namespace Symfony\Component\Form\Extension\Core\Type
- A form button.
- 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.
- 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.
- FileType::buildView() — Method in class FileType
- Builds the form view.
- FormType::buildForm() — Method in class FormType
- Builds the form.
- FormType::buildView() — 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::buildView() — Method in class PasswordType
- Builds the form view.
- PercentType::buildForm() — Method in class PercentType
- Builds the form.
- RepeatedType::buildForm() — Method in class RepeatedType
- Builds the form.
- SubmitType::buildView() — Method in class SubmitType
- Builds the form view.
- 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.
- FormTypeCsrfExtension::buildForm() — Method in class FormTypeCsrfExtension
- Builds the form.
- BindRequestListener — Class in namespace Symfony\Component\Form\Extension\HttpFoundation\EventListener
-
- FormTypeHttpFoundationExtension::buildForm() — Method in class FormTypeHttpFoundationExtension
- Builds the form.
- BaseValidatorExtension — Class in namespace Symfony\Component\Form\Extension\Validator\Type
- Encapsulates common logic of {@link FormTypeValidatorExtension} and {@link SubmitTypeValidatorExtension}.
- FormTypeValidatorExtension::buildForm() — Method in class FormTypeValidatorExtension
- {@inheritdoc}
- Form::bind() — Method in class Form
- Alias of {@link submit()}.
- FormTypeExtensionInterface::buildForm() — Method in class FormTypeExtensionInterface
- Builds the form.
- FormTypeExtensionInterface::buildView() — 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.
- ResolvedFormType::buildForm() — Method in class ResolvedFormType
- Configures a form builder for the type hierarchy.
- ResolvedFormType::buildView() — Method in class ResolvedFormType
- Configures a form view for the type hierarchy.
- ResolvedFormTypeInterface::buildForm() — Method in class ResolvedFormTypeInterface
- Configures a form builder for the type hierarchy.
- ResolvedFormTypeInterface::buildView() — Method in class ResolvedFormTypeInterface
- Configures a form view for the type hierarchy.
- BinaryFileResponse — Class in namespace Symfony\Component\HttpFoundation
- BinaryFileResponse represents an HTTP response delivering a file.
- 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.
- BadRequestHttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- BadRequestHttpException.
- Kernel::boot() — Method in class Kernel
- Boots the current kernel.
- KernelInterface::boot() — Method in class KernelInterface
- Boots the current kernel.
- BaseMemcacheProfilerStorage — Class in namespace Symfony\Component\HttpKernel\Profiler
- Base Memcache storage for profiling information in a Memcache.
- BadMethodCallException — Class in namespace Symfony\Component\Intl\Exception
- Base BadMethodCallException for the Intl component.
- BundleCompiler — Class in namespace Symfony\Component\Intl\ResourceBundle\Compiler
- Compiles .txt resource bundles to binary .res files.
- BundleCompilerInterface — Class in namespace Symfony\Component\Intl\ResourceBundle\Compiler
- Compiles a resource bundle.
- BinaryBundleReader — Class in namespace Symfony\Component\Intl\ResourceBundle\Reader
- Reads binary .res resource bundles.
- BufferedBundleReader — Class in namespace Symfony\Component\Intl\ResourceBundle\Reader
-
- BundleReaderInterface — Class in namespace Symfony\Component\Intl\ResourceBundle\Reader
- Reads resource bundle files.
- BundleTransformer — Class in namespace Symfony\Component\Intl\ResourceBundle\Transformer
- Compiles a number of resource bundles based on predefined compilation rules.
- CurrencyBundleTransformationRule::beforeCompile() — Method in class CurrencyBundleTransformationRule
- Runs instructions to be executed before compiling the sources of the resource bundle.
- CurrencyBundleTransformationRule::beforeCreateStub() — Method in class CurrencyBundleTransformationRule
- Runs instructions to be executed before creating the stub version of the resource bundle.
- LanguageBundleTransformationRule::beforeCompile() — Method in class LanguageBundleTransformationRule
- Runs instructions to be executed before compiling the sources of the resource bundle.
- LanguageBundleTransformationRule::beforeCreateStub() — Method in class LanguageBundleTransformationRule
- Runs instructions to be executed before creating the stub version of the resource bundle.
- LocaleBundleTransformationRule::beforeCompile() — Method in class LocaleBundleTransformationRule
- Runs instructions to be executed before compiling the sources of the resource bundle.
- LocaleBundleTransformationRule::beforeCreateStub() — Method in class LocaleBundleTransformationRule
- Runs instructions to be executed before creating the stub version of the resource bundle.
- RegionBundleTransformationRule::beforeCompile() — Method in class RegionBundleTransformationRule
- Runs instructions to be executed before compiling the sources of the resource bundle.
- RegionBundleTransformationRule::beforeCreateStub() — Method in class RegionBundleTransformationRule
- Runs instructions to be executed before creating the stub version of the resource bundle.
- TransformationRuleInterface::beforeCompile() — Method in class TransformationRuleInterface
- Runs instructions to be executed before compiling the sources of the resource bundle.
- TransformationRuleInterface::beforeCreateStub() — Method in class TransformationRuleInterface
- Runs instructions to be executed before creating the stub version of the resource bundle.
- BundleWriterInterface — Class in namespace Symfony\Component\Intl\ResourceBundle\Writer
- Writes resource bundle files.
- 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.
- BCryptPasswordEncoder — Class in namespace Symfony\Component\Security\Core\Encoder
-
- 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
-
- $Isbn — Property in class Isbn
-
- BadMethodCallException — Class in namespace Symfony\Component\Validator\Exception
- Base BadMethodCallException for the Validator component.
- BlackholeMetadataFactory — Class in namespace Symfony\Component\Validator\Mapping
- Simple implementation of ClassMetadataFactoryInterface that can be used when using ValidatorInterface::validateValue().
C
- ContainerAwareEventManager — Class in namespace Symfony\Bridge\Doctrine
- Allows lazy loading of listener services.
- DoctrineDataCollector::collect() — Method in class DoctrineDataCollector
- Collects data for the given Request and Response.
- ContainerAwareLoader — Class in namespace Symfony\Bridge\Doctrine\DataFixtures
- Doctrine data fixtures loader that injects the service container into fixture objects that implement ContainerAwareInterface.
- EntityFactory::create() — Method in class EntityFactory
-
- CollectionToArrayTransformer — Class in namespace Symfony\Bridge\Doctrine\Form\DataTransformer
-
- DbalSessionHandler::close() — Method in class DbalSessionHandler
- {@inheritdoc}
- DoctrineTokenProvider::createNewToken() — Method in class DoctrineTokenProvider
- Creates a new token.
- ConsoleFormatter — Class in namespace Symfony\Bridge\Monolog\Formatter
- Formats incoming records for console output by coloring them depending on log level.
- ChromePhpHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- ChromePhpHandler.
- ConsoleHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- Writes logs to the console output depending on its verbosity setting.
- ConsoleHandler::close() — Method in class ConsoleHandler
- Disables the output.
- DebugHandler::countErrors() — Method in class DebugHandler
- Returns the number of errors.
- Logger::crit() — Method in class Logger
-
- Logger::countErrors() — Method in class Logger
- Returns the number of errors.
- PropelDataCollector::collect() — Method in class PropelDataCollector
- Collects data for the given Request and Response.
- PropelFactory::create() — Method in class PropelFactory
-
- CollectionToArrayTransformer — Class in namespace Symfony\Bridge\Propel1\Form\DataTransformer
- CollectionToArrayTransformer class.
- PropelLogger::crit() — Method in class PropelLogger
- A convenience function for logging a critical event.
- MessageDataCollector::collect() — Method in class MessageDataCollector
- Collects data for the given Request and Response.
- CodeExtension — Class in namespace Symfony\Bridge\Twig\Extension
- Twig extension relate to PHP code and used by the profiler and the default exception templates.
- HttpKernelExtension::controller() — Method in class HttpKernelExtension
-
- FormEnctypeNode::compile() — Method in class FormEnctypeNode
-
- FormThemeNode::compile() — Method in class FormThemeNode
- Compiles the node to PHP.
- RenderBlockNode::compile() — Method in class RenderBlockNode
-
- SearchAndRenderBlockNode::compile() — Method in class SearchAndRenderBlockNode
-
- TransDefaultDomainNode::compile() — Method in class TransDefaultDomainNode
- Compiles the node to PHP.
- TransNode::compile() — Method in class TransNode
- Compiles the node to PHP.
- 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.
- ConfigDumpReferenceCommand — Class in namespace Symfony\Bundle\FrameworkBundle\Command
- A console command for dumping available configuration reference
- 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
- 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.
- 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.
- ContainerAwareHIncludeFragmentRenderer — Class in namespace Symfony\Bundle\FrameworkBundle\Fragment
- Implements the Hinclude rendering strategy.
- ActionsHelper::controller() — Method in class ActionsHelper
-
- CodeHelper — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Helper
- CodeHelper.
- FormHelper::csrfToken() — Method in class FormHelper
- Returns a CSRF token.
- ConstraintValidatorFactory — Class in namespace Symfony\Bundle\FrameworkBundle\Validator
- Uses a service container to create constraint validators.
- SecurityDataCollector::collect() — Method in class SecurityDataCollector
- Collects data for the given Request and Response.
- 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
-
- SimplePreAuthenticationFactory::create() — Method in class SimplePreAuthenticationFactory
-
- X509Factory::create() — Method in class X509Factory
-
- InMemoryFactory::create() — Method in class InMemoryFactory
-
- UserProviderFactoryInterface::create() — Method in class UserProviderFactoryInterface
-
- Configuration — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection
- TwigExtension configuration structure.
- RenderNode::compile() — Method in class RenderNode
- Compiles the node to PHP.
- ExceptionController::cssAction() — Method in class ExceptionController
- Renders the exception panel stylesheet for the given token.
- 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.
- ClassLoader — Class in namespace Symfony\Component\ClassLoader
- ClassLoader implements an PSR-0 class loader
- ClassMapGenerator — Class in namespace Symfony\Component\ClassLoader
- ClassMapGenerator
- ClassMapGenerator::createMap() — Method in class ClassMapGenerator
- Iterate over all files in the given directory searching for classes
- 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.
- ArrayNodeDefinition::canBeEnabled() — Method in class ArrayNodeDefinition
- Adds an "enabled" boolean to enable the current section.
- ArrayNodeDefinition::canBeDisabled() — Method in class ArrayNodeDefinition
- Adds an "enabled" boolean to enable the current section.
- 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
- XmlUtils::convertDomElementToArray() — Method in class XmlUtils
- Converts a \DomElement object to a PHP array.
- Command — Class in namespace Symfony\Component\Console\Command
- Base class for all commands.
- ConsoleEvents — Class in namespace Symfony\Component\Console
- Contains all events dispatched by an Application.
- ConsoleCommandEvent — Class in namespace Symfony\Component\Console\Event
- Allows to do things before the command is executed.
- ConsoleEvent — Class in namespace Symfony\Component\Console\Event
- Allows to inspect input and output of a command.
- ConsoleExceptionEvent — Class in namespace Symfony\Component\Console\Event
- Allows to handle exception thrown in a command.
- ConsoleTerminateEvent — Class in namespace Symfony\Component\Console\Event
- Allows to manipulate the exit code of a command after its execution.
- ProgressHelper::clear() — Method in class ProgressHelper
- Removes the progress bar from the current line.
- ConsoleOutput — Class in namespace Symfony\Component\Console\Output
- ConsoleOutput is the default class for all CLI output.
- ConsoleOutputInterface — Class in namespace Symfony\Component\Console\Output
- ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
- CommandTester — Class in namespace Symfony\Component\Console\Tester
- Eases the testing of console commands.
- 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
- Represents a "." node.
- CombinedSelectorNode — Class in namespace Symfony\Component\CssSelector\Node
- Represents a combined node.
- CommentHandler — Class in namespace Symfony\Component\CssSelector\Parser\Handler
- CSS selector comment handler.
- ClassParser — Class in namespace Symfony\Component\CssSelector\Parser\Shortcut
- CSS selector class parser shortcut.
- CombinationExtension — Class in namespace Symfony\Component\CssSelector\XPath\Extension
- XPath expression translator combination extension.
- Translator::cssToXPath() — Method in class Translator
- Translates a CSS selector to an XPath expression.
- TranslatorInterface::cssToXPath() — Method in class TranslatorInterface
- Translates a CSS selector to an XPath expression.
- ExceptionHandler::createResponse() — Method in class ExceptionHandler
- Creates the error Response associated with the given Exception.
- ContextErrorException — Class in namespace Symfony\Component\Debug\Exception
- Error Exception with Variable Context.
- FlattenException::create() — Method in class FlattenException
-
- 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.
- ContainerBuilder::createService() — Method in class ContainerBuilder
- Creates a service for a service definition.
- ContainerInterface — Class in namespace Symfony\Component\DependencyInjection
- ContainerInterface is the interface implemented by service container classes.
- Definition::clearTag() — Method in class Definition
- Clears all tags for a given name.
- Definition::clearTags() — Method in class Definition
- Clears the tags for this definition.
- ConfigurationExtensionInterface — Class in namespace Symfony\Component\DependencyInjection\Extension
- ConfigurationExtensionInterface is the interface implemented by container extension classes.
- 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
- ContainerAwareEventDispatcher — Class in namespace Symfony\Component\EventDispatcher
- Lazily loads listeners and subscribers from the dependency injection container
- Filesystem::copy() — Method in class Filesystem
- Copies a file.
- Filesystem::chmod() — Method in class Filesystem
- Change mode for an array of files or directories.
- Filesystem::chown() — Method in class Filesystem
- Change the owner of an array of files or directories
- Filesystem::chgrp() — Method in class Filesystem
- Change the group of an array of files or directories
- Comparator — Class in namespace Symfony\Component\Finder\Comparator
- Comparator.
- Expression::create() — Method in class Expression
-
- Regex::create() — Method in class Regex
-
- Finder::create() — Method in class Finder
- Creates a new Finder.
- Finder::contains() — Method in class Finder
- Adds tests that file contents must match.
- Finder::count() — Method in class Finder
- Counts all the results collected by the iterators.
- CustomFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- CustomFilterIterator filters files by applying anonymous functions.
- FilePathsIterator::current() — Method in class FilePathsIterator
- Return an instance of SplFileInfo with support for relative paths.
- RecursiveDirectoryIterator::current() — Method in class RecursiveDirectoryIterator
- Return an instance of SplFileInfo with support for relative paths
- Command — Class in namespace Symfony\Component\Finder\Shell
-
- Command::create() — Method in class Command
- Creates a new Command instance.
- Command::cmd() — Method in class Command
- Appends escaped special command chars.
- Button::createView() — Method in class Button
- Creates a view.
- Button::count() — Method in class Button
- Unsupported method.
- ButtonBuilder::create() — Method in class ButtonBuilder
- Creates a form builder.
- ButtonBuilder::count() — Method in class ButtonBuilder
- Unsupported method.
- CallbackTransformer — Class in namespace Symfony\Component\Form
-
- ClickableInterface — Class in namespace Symfony\Component\Form
- A clickable form element.
- ChoiceList — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- A choice list for choices of arbitrary data types.
- ChoiceListInterface — Class in namespace Symfony\Component\Form\Extension\Core\ChoiceList
- Contains choices that can be selected in a form field.
- CoreExtension — Class in namespace Symfony\Component\Form\Extension\Core
- Represents the main form extension, which loads the core functionality.
- ChoiceToBooleanArrayTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- ChoiceToValueTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- ChoicesToBooleanArrayTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- ChoicesToValuesTransformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- 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
-
- CurrencyType — Class in namespace Symfony\Component\Form\Extension\Core\Type
-
- ChoiceView — Class in namespace Symfony\Component\Form\Extension\Core\View
- Represents a choice in templates.
- 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
- CsrfValidationListener — Class in namespace Symfony\Component\Form\Extension\Csrf\EventListener
-
- 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.
- FormBuilder::count() — Method in class FormBuilder
- {@inheritdoc}
- FormBuilderInterface::create() — Method in class FormBuilderInterface
- 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.
- $FormView — Property in class FormView
- The child views.
- FormView::count() — Method in class FormView
- Implements \Countable.
- Forms::createFormFactory() — Method in class Forms
- Creates a form factory with the default configuration.
- Forms::createFormFactoryBuilder() — Method in class Forms
- Creates a form factory builder with the default configuration.
- ResolvedFormType::createBuilder() — Method in class ResolvedFormType
- Creates a new form builder for this type.
- ResolvedFormType::createView() — Method in class ResolvedFormType
- Creates a new form view for a form of this type.
- ResolvedFormTypeFactory::createResolvedType() — Method in class ResolvedFormTypeFactory
- Resolves a form type.
- ResolvedFormTypeFactoryInterface::createResolvedType() — Method in class ResolvedFormTypeFactoryInterface
- Resolves a form type.
- ResolvedFormTypeInterface::createBuilder() — Method in class ResolvedFormTypeInterface
- Creates a new form builder for this type.
- ResolvedFormTypeInterface::createView() — Method in class ResolvedFormTypeInterface
- Creates a new form view for a form of this type.
- BinaryFileResponse::create() — Method in class BinaryFileResponse
- Factory method for chainability
- Cookie — Class in namespace Symfony\Component\HttpFoundation
- Represents a cookie
- HeaderBag::contains() — Method in class HeaderBag
- Returns true if the given HTTP header contains the given value.
- HeaderBag::count() — Method in class HeaderBag
- Returns the number of headers.
- IpUtils::checkIp() — Method in class IpUtils
- Validates an IPv4 or IPv6 address.
- IpUtils::checkIp4() — Method in class IpUtils
- Validates an IPv4 address.
- IpUtils::checkIp6() — Method in class IpUtils
- Validates an IPv6 address.
- JsonResponse::create() — Method in class JsonResponse
- Factory method for chainability
- ParameterBag::count() — Method in class ParameterBag
- Returns the number of parameters.
- RedirectResponse::create() — Method in class RedirectResponse
- Factory method for chainability
- $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.
- Response::create() — Method in class Response
- Factory method for chainability
- ResponseHeaderBag::clearCookie() — Method in class ResponseHeaderBag
- Clears a cookie in the browser
- AttributeBag::clear() — Method in class AttributeBag
- Clears out data from bag.
- AttributeBag::count() — Method in class AttributeBag
- Returns the number of attributes.
- AutoExpireFlashBag::clear() — Method in class AutoExpireFlashBag
- Clears out data from bag.
- FlashBag::clear() — Method in class FlashBag
- Clears out data from bag.
- Session::clear() — Method in class Session
- Clears all attributes.
- Session::count() — Method in class Session
- Returns the number of attributes.
- SessionBagInterface::clear() — Method in class SessionBagInterface
- Clears out data from bag.
- SessionInterface::clear() — Method in class SessionInterface
- Clears all attributes.
- MemcacheSessionHandler::close() — Method in class MemcacheSessionHandler
- {@inheritDoc}
- MemcachedSessionHandler::close() — Method in class MemcachedSessionHandler
- {@inheritDoc}
- MongoDbSessionHandler::close() — Method in class MongoDbSessionHandler
- {@inheritDoc}
- NullSessionHandler::close() — Method in class NullSessionHandler
- {@inheritdoc}
- PdoSessionHandler::close() — Method in class PdoSessionHandler
- {@inheritDoc}
- MetadataBag::clear() — Method in class MetadataBag
- Clears out data from bag.
- MockArraySessionStorage::clear() — Method in class MockArraySessionStorage
- Clear all session data in memory.
- NativeSessionStorage::clear() — Method in class NativeSessionStorage
- Clear all session data in memory.
- PhpBridgeSessionStorage::clear() — Method in class PhpBridgeSessionStorage
- Clear all session data in memory.
- SessionHandlerProxy::close() — Method in class SessionHandlerProxy
- {@inheritdoc}
- SessionStorageInterface::clear() — Method in class SessionStorageInterface
- Clear all session data in memory.
- StreamedResponse::create() — Method in class StreamedResponse
- Factory method for chainability
- CacheClearerInterface — Class in namespace Symfony\Component\HttpKernel\CacheClearer
- CacheClearerInterface.
- CacheClearerInterface::clear() — Method in class CacheClearerInterface
- Clears any caches necessary.
- ChainCacheClearer — Class in namespace Symfony\Component\HttpKernel\CacheClearer
- ChainCacheClearer.
- ChainCacheClearer::clear() — Method in class ChainCacheClearer
- Clears any caches necessary.
- 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.
- ControllerReference — Class in namespace Symfony\Component\HttpKernel\Controller
- Acts as a marker and a data holder for a Controller.
- $ControllerReference — Property in class ControllerReference
-
- 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
- Collects data for the given Request and Response.
- DataCollectorInterface::collect() — Method in class DataCollectorInterface
- Collects data for the given Request and Response.
- EventDataCollector::collect() — Method in class EventDataCollector
- Collects data for the given Request and Response.
- ExceptionDataCollector::collect() — Method in class ExceptionDataCollector
- Collects data for the given Request and Response.
- LoggerDataCollector::collect() — Method in class LoggerDataCollector
- Collects data for the given Request and Response.
- LoggerDataCollector::countErrors() — Method in class LoggerDataCollector
- Gets the called events.
- LoggerDataCollector::countDeprecations() — Method in class LoggerDataCollector
-
- MemoryDataCollector::collect() — Method in class MemoryDataCollector
- Collects data for the given Request and Response.
- RequestDataCollector::collect() — Method in class RequestDataCollector
- Collects data for the given Request and Response.
- RouterDataCollector::collect() — Method in class RouterDataCollector
- Collects data for the given Request and Response.
- TimeDataCollector::collect() — Method in class TimeDataCollector
- Collects data for the given Request and Response.
- ConfigurableExtension — Class in namespace Symfony\Component\HttpKernel\DependencyInjection
- This extension sub-class provides first-class integration with the Config/Definition Component.
- ContainerAwareHttpKernel — Class in namespace Symfony\Component\HttpKernel\DependencyInjection
- Adds a managed request scope.
- ConflictHttpException — Class in namespace Symfony\Component\HttpKernel\Exception
- ConflictHttpException.
- 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.
- UriSigner::check() — Method in class UriSigner
- Checks that a URI contains the correct hash.
- Collator — Class in namespace Symfony\Component\Intl\Collator
- Replacement for PHP's native {@link \Collator} class.
- Collator::create() — Method in class Collator
- Static constructor
- Collator::compare() — Method in class Collator
- Not supported.
- IntlDateFormatter::create() — Method in class IntlDateFormatter
- Static constructor
- Locale::composeLocale() — Method in class Locale
- Not supported.
- NumberFormatter::create() — Method in class NumberFormatter
- Static constructor.
- BundleCompiler::compile() — Method in class BundleCompiler
- Compiles a resource bundle at the given source to the given target directory.
- BundleCompilerInterface::compile() — Method in class BundleCompilerInterface
- Compiles a resource bundle at the given source to the given target directory.
- CurrencyBundle — Class in namespace Symfony\Component\Intl\ResourceBundle
- Default implementation of {@link CurrencyBundleInterface}.
- CurrencyBundleInterface — Class in namespace Symfony\Component\Intl\ResourceBundle
- Gives access to currency-related ICU data.
- BundleTransformer::compileBundles() — Method in class BundleTransformer
- Runs the compilation with the given compilation context.
- BundleTransformer::createStubs() — Method in class BundleTransformer
-
- CompilationContext — Class in namespace Symfony\Component\Intl\ResourceBundle\Transformer
- Default implementation of {@link CompilationContextInterface}.
- CompilationContextInterface — Class in namespace Symfony\Component\Intl\ResourceBundle\Transformer
- Stores contextual information for resource bundle compilation.
- CurrencyBundleTransformationRule — Class in namespace Symfony\Component\Intl\ResourceBundle\Transformer\Rule
- The rule for compiling the currency bundle.
- ArrayAccessibleResourceBundle::count() — Method in class ArrayAccessibleResourceBundle
-
- IcuVersion::compare() — Method in class IcuVersion
- Compares two ICU versions with an operator.
- Version::compare() — Method in class Version
- Compares two versions with an operator.
- Options::clear() — Method in class Options
- Removes all options.
- Options::current() — Method in class Options
- {@inheritdoc}
- Options::count() — Method in class Options
- {@inheritdoc}
- Process::checkTimeout() — Method in class Process
- Performs a check between the timeout definition and the time the process started.
- ProcessBuilder::create() — Method in class ProcessBuilder
-
- PropertyAccess::createPropertyAccessor() — Method in class PropertyAccess
- Creates a property accessor with the default configuration.
- PropertyAccess::createPropertyAccessorBuilder() — Method in class PropertyAccess
- Creates a property accessor builder.
- CompiledRoute — Class in namespace Symfony\Component\Routing
- CompiledRoutes are returned by the RouteCompiler class.
- ConfigurableRequirementsInterface — Class in namespace Symfony\Component\Routing\Generator
- ConfigurableRequirementsInterface must be implemented by URL generators that can be configured whether an exception should be generated when the parameters do not match the requirements.
- ClosureLoader — Class in namespace Symfony\Component\Routing\Loader
- ClosureLoader loads routes from a PHP closure.
- Route::compile() — Method in class Route
- Compiles the route.
- RouteCollection::count() — Method in class RouteCollection
- Gets the number of Routes in this collection.
- 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.
- SimpleFormAuthenticatorInterface::createToken() — Method in class SimpleFormAuthenticatorInterface
-
- SimplePreAuthenticatorInterface::createToken() — Method in class SimplePreAuthenticatorInterface
-
- 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.
- ClassUtils — Class in namespace Symfony\Component\Security\Core\Util
- Class related functionality for objects that might or might not be proxy objects at the moment.
- 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.
- 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.
- ChainDecoder — Class in namespace Symfony\Component\Serializer\Encoder
- Decoder delegating the decoding to a chain of decoders.
- ChainEncoder — Class in namespace Symfony\Component\Serializer\Encoder
- Encoder delegating the decoding to a chain of encoders.
- 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.
- CsvFileDumper — Class in namespace Symfony\Component\Translation\Dumper
- CsvFileDumper generates a csv formatted string representation of a message catalogue.
- ChainExtractor — Class in namespace Symfony\Component\Translation\Extractor
- ChainExtractor extracts translation messages from template files.
- 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.
- ClassBasedInterface — Class in namespace Symfony\Component\Validator
- An object backed by a PHP class.
- Constraint — Class in namespace Symfony\Component\Validator
- Contains the properties of a constraint definition.
- ConstraintValidator — Class in namespace Symfony\Component\Validator
- Base class for constraint validators
- 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
- Default implementation of {@ConstraintViolationInterface}.
- ConstraintViolationInterface — Class in namespace Symfony\Component\Validator
- A violation of a constraint that happened during validation.
- ConstraintViolationList — Class in namespace Symfony\Component\Validator
- Default implementation of {@ConstraintViolationListInterface}.
- ConstraintViolationList::count() — Method in class ConstraintViolationList
- {@inheritDoc}
- ConstraintViolationListInterface — Class in namespace Symfony\Component\Validator
- A list of constraint violations.
- $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
- CardScheme — Class in namespace Symfony\Component\Validator\Constraints
- Metadata for the CardSchemeValidator.
- CardSchemeValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates that a card number belongs to a specified scheme.
- 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
-
- Count — Class in namespace Symfony\Component\Validator\Constraints
-
- CountValidator — 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
- Currency — Class in namespace Symfony\Component\Validator\Constraints
-
- CurrencyValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates whether a value is a valid currency
- $Email — Property in class Email
-
- $Email — Property in class Email
-
- $Existence — Property in class Existence
-
- $Issn — Property in class Issn
-
- $Length — Property in class Length
-
- 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
- A factory for creating metadata for PHP classes.
- $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
-
- $MemberMetadata — Property in class MemberMetadata
-
- Validation::createValidator() — Method in class Validation
- Creates a new validator.
- Validation::createValidatorBuilder() — Method in class Validation
- Creates a configurable builder for validator objects.
D
- ContainerAwareEventManager::dispatchEvent() — Method in class ContainerAwareEventManager
- Dispatches an event to all registered listeners.
- DoctrineDataCollector — Class in namespace Symfony\Bridge\Doctrine\DataCollector
- DoctrineDataCollector.
- DoctrineValidationPass — Class in namespace Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass
- Registers additional validators
- DoctrineOrmExtension — Class in namespace Symfony\Bridge\Doctrine\Form
-
- DoctrineOrmTypeGuesser — Class in namespace Symfony\Bridge\Doctrine\Form
-
- DoctrineType — Class in namespace Symfony\Bridge\Doctrine\Form\Type
-
- DbalSessionHandler — Class in namespace Symfony\Bridge\Doctrine\HttpFoundation
- DBAL based session storage.
- DbalSessionHandler::destroy() — Method in class DbalSessionHandler
- {@inheritdoc}
- DbalSessionHandlerSchema — Class in namespace Symfony\Bridge\Doctrine\HttpFoundation
- DBAL Session Storage Schema.
- DbalLogger — Class in namespace Symfony\Bridge\Doctrine\Logger
- DbalLogger.
- DoctrineTokenProvider — Class in namespace Symfony\Bridge\Doctrine\Security\RememberMe
- This class provides storage for the tokens that is set in "remember me" cookies.
- DoctrineTokenProvider::deleteTokenBySeries() — Method in class DoctrineTokenProvider
- Deletes all tokens belonging to series.
- DoctrineInitializer — Class in namespace Symfony\Bridge\Doctrine\Validator
- Automatically loads proxy object before validation.
- DebugHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- DebugLogger.
- PropelLogger::debug() — Method in class PropelLogger
- A convenience function for logging a debug event.
- YamlExtension::dump() — Method in class YamlExtension
-
- TranslationNodeVisitor::disable() — Method in class TranslationNodeVisitor
-
- TransChoiceTokenParser::decideTransChoiceFork() — Method in class TransChoiceTokenParser
-
- TransTokenParser::decideTransFork() — Method in class TransTokenParser
-
- Application::doRun() — Method in class Application
- Runs the current application.
- 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.
- ClassMapGenerator::dump() — Method in class ClassMapGenerator
- Generate a class map file
- DebugClassLoader — Class in namespace Symfony\Component\ClassLoader
- Autoloader checking if the class is really defined in the file found.
- 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.
- ReferenceDumper::dump() — Method in class ReferenceDumper
-
- ReferenceDumper::dumpNode() — Method in class ReferenceDumper
-
- 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.
- Descriptor — Class in namespace Symfony\Component\Console\Descriptor
-
- Descriptor::describe() — Method in class Descriptor
- Describes an InputArgument instance.
- DescriptorInterface — Class in namespace Symfony\Component\Console\Descriptor
- Descriptor interface.
- DescriptorInterface::describe() — Method in class DescriptorInterface
- Describes an InputArgument instance.
- DescriptorHelper — Class in namespace Symfony\Component\Console\Helper
- This class adds helper method to describe objects in various formats.
- DescriptorHelper::describe() — Method in class DescriptorHelper
- Describes an object if supported.
- DialogHelper — Class in namespace Symfony\Component\Console\Helper
- The Dialog class provides helpers to interact with the user.
- ProgressHelper::display() — Method in class ProgressHelper
- Outputs the current progress string.
- CssSelector::disableHtmlExtension() — Method in class CssSelector
- Disables the HTML extension.
- Debug — Class in namespace Symfony\Component\Debug
- Registers all the debug tools.
- 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.
- PhpDumper::dump() — Method in class PhpDumper
- Dumps the service container.
- PhpDumper::dumpParameter() — Method in class PhpDumper
- Dumps a parameter
- XmlDumper::dump() — Method in class XmlDumper
- Dumps the service container.
- YamlDumper::dump() — Method in class YamlDumper
- Dumps the service container.
- DumperInterface — Class in namespace Symfony\Component\DependencyInjection\LazyProxy\PhpDumper
- Lazy proxy dumper capable of generating the instantiation logic php code for proxied services.
- ContainerAwareEventDispatcher::dispatch() — Method in class ContainerAwareEventDispatcher
- Dispatches an event to all registered listeners.
- EventDispatcher::dispatch() — Method in class EventDispatcher
- Dispatches an event to all registered listeners.
- EventDispatcherInterface::dispatch() — Method in class EventDispatcherInterface
- Dispatches an event to all registered listeners.
- ImmutableEventDispatcher::dispatch() — Method in class ImmutableEventDispatcher
- Dispatches an event to all registered listeners.
- Filesystem::dumpFile() — Method in class Filesystem
- Atomically dumps content into a file.
- 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.
- 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
- DateTimeToRfc3339Transformer — Class in namespace Symfony\Component\Form\Extension\Core\DataTransformer
-
- 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
-
- $ChoiceView — Property in class ChoiceView
- The original choice value.
- DefaultCsrfProvider — Class in namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider
- Default implementation of CsrfProviderInterface.
- DependencyInjectionExtension — Class in namespace Symfony\Component\Form\Extension\DependencyInjection
-
- DeprecationErrorHandler — Class in namespace Symfony\Component\Form\Test
-
- Request::duplicate() — Method in class Request
- Clones a request and overrides some of its parameters.
- MemcacheSessionHandler::destroy() — Method in class MemcacheSessionHandler
- {@inheritDoc}
- MemcachedSessionHandler::destroy() — Method in class MemcachedSessionHandler
- {@inheritDoc}
- MongoDbSessionHandler::destroy() — Method in class MongoDbSessionHandler
- {@inheritDoc}
- NullSessionHandler::destroy() — Method in class NullSessionHandler
- {@inheritdoc}
- PdoSessionHandler::destroy() — Method in class PdoSessionHandler
- {@inheritDoc}
- SessionHandlerProxy::destroy() — Method in class SessionHandlerProxy
- {@inheritdoc}
- DataCollector — Class in namespace Symfony\Component\HttpKernel\DataCollector
- DataCollector.
- DataCollectorInterface — Class in namespace Symfony\Component\HttpKernel\DataCollector
- DataCollectorInterface.
- TraceableEventDispatcher::dispatch() — Method in class TraceableEventDispatcher
- Dispatches an event to all registered listeners.
- DebugLoggerInterface — Class in namespace Symfony\Component\HttpKernel\Log
- DebugLoggerInterface.
- Profiler::disable() — Method in class Profiler
- Disables the profiler.
- DayOfWeekTransformer — Class in namespace Symfony\Component\Intl\DateFormatter\DateFormat
- Parser and formatter for day of week format
- DayOfYearTransformer — Class in namespace Symfony\Component\Intl\DateFormatter\DateFormat
- Parser and formatter for day of year format
- DayTransformer — Class in namespace Symfony\Component\Intl\DateFormatter\DateFormat
- Parser and formatter for day format
- SvnRepository::download() — Method in class SvnRepository
- Downloads the ICU data for the given version.
- DayOfWeekTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayOfWeekTransformer}.
- DayOfYearTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayOfYearTransformer}.
- DayTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayTransformer}.
- PropertyAccessorBuilder::disableMagicCall() — Method in class PropertyAccessorBuilder
- Disables the use of "__call" by the ProperyAccessor.
- GeneratorDumperInterface::dump() — Method in class GeneratorDumperInterface
- Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
- PhpGeneratorDumper::dump() — Method in class PhpGeneratorDumper
- Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
- ApacheMatcherDumper::dump() — Method in class ApacheMatcherDumper
- Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
- DumperCollection — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- Collection of routes.
- DumperPrefixCollection — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- Prefix tree of routes preserving routes order.
- DumperRoute — Class in namespace Symfony\Component\Routing\Matcher\Dumper
- Container for a Route.
- MatcherDumperInterface::dump() — Method in class MatcherDumperInterface
- Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
- PhpMatcherDumper::dump() — Method in class PhpMatcherDumper
- Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
- MutableAclProvider::deleteAcl() — Method in class MutableAclProvider
- Deletes the ACL for a given object identity.
- Acl::deleteClassAce() — Method in class Acl
- Deletes a class-based ACE
- Acl::deleteClassFieldAce() — Method in class Acl
- Deletes a class-field-based ACE
- Acl::deleteObjectAce() — Method in class Acl
- Deletes an object-based ACE
- Acl::deleteObjectFieldAce() — Method in class Acl
- Deletes an object-field-based ACE
- 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.
- DefaultAuthenticationFailureHandler — Class in namespace Symfony\Component\Security\Http\Authentication
- Class with the default authentication failure handling logic.
- DefaultAuthenticationSuccessHandler — Class in namespace Symfony\Component\Security\Http\Authentication
- Class with the default authentication success handling logic.
- 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.
- DefaultLogoutSuccessHandler — Class in namespace Symfony\Component\Security\Http\Logout
- Default logout success handler will redirect users to a configured path.
- ChainDecoder::decode() — Method in class ChainDecoder
- Decodes a string into PHP data.
- DecoderInterface — Class in namespace Symfony\Component\Serializer\Encoder
- Defines the interface of decoders
- DecoderInterface::decode() — Method in class DecoderInterface
- Decodes a string into PHP data.
- JsonDecode::decode() — Method in class JsonDecode
- 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
- Denormalizes data back into an object of the given class
- DenormalizableInterface — Class in namespace Symfony\Component\Serializer\Normalizer
- Defines the most basic interface a class must implement to be denormalizable
- DenormalizableInterface::denormalize() — Method in class DenormalizableInterface
- Denormalizes the object back from an array of scalars|arrays.
- DenormalizerInterface — Class in namespace Symfony\Component\Serializer\Normalizer
- Defines the interface of denormalizers.
- DenormalizerInterface::denormalize() — Method in class DenormalizerInterface
- Denormalizes data back into an object of the given class
- GetSetMethodNormalizer::denormalize() — Method in class GetSetMethodNormalizer
- 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 back into an object of the given class
- Serializer::decode() — Method in class Serializer
- Decodes a string into PHP data.
- SerializerInterface::deserialize() — Method in class SerializerInterface
- Deserializes data into the given type.
- 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.
- DiffOperation — Class in namespace Symfony\Component\Translation\Catalogue
- Diff operation between two catalogues.
- DumperInterface — Class in namespace Symfony\Component\Translation\Dumper
- DumperInterface is the interface implemented by all translation dumpers.
- DumperInterface::dump() — Method in class DumperInterface
- Dumps the message catalogue.
- FileDumper::dump() — Method in class FileDumper
- Dumps the message catalogue.
- IcuResFileDumper::dump() — Method in class IcuResFileDumper
- Dumps the message catalogue.
- MessageCatalogue::defines() — Method in class MessageCatalogue
- Checks if a message has a translation (it does not take into account the fallback mechanism).
- MessageCatalogue::deleteMetadata() — Method in class MessageCatalogue
- Deletes metadata for the given key and domain.
- MessageCatalogueInterface::defines() — Method in class MessageCatalogueInterface
- Checks if a message has a translation (it does not take into account the fallback mechanism).
- MetadataAwareInterface::deleteMetadata() — Method in class MetadataAwareInterface
- Deletes metadata for the given key and domain.
- 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
-
- $Valid — Property in class Valid
-
- DefaultTranslator — Class in namespace Symfony\Component\Validator
- Simple translator implementation that simply replaces the parameters in the message IDs.
- $ClassMetadata — Property in class ClassMetadata
-
- ValidatorBuilder::disableAnnotationMapping() — Method in class ValidatorBuilder
- Disables annotation based constraint mapping.
- ValidatorBuilderInterface::disableAnnotationMapping() — Method in class ValidatorBuilderInterface
- Disables annotation based constraint mapping.
- 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
- EntityFactory — Class in namespace Symfony\Bridge\Doctrine\DependencyInjection\Security\UserProvider
- EntityFactory creates services for Doctrine user provider.
- EntityChoiceList — Class in namespace Symfony\Bridge\Doctrine\Form\ChoiceList
- A choice list presenting a list of Doctrine entities as choices
- EntityLoaderInterface — Class in namespace Symfony\Bridge\Doctrine\Form\ChoiceList
- Custom loader for entities in the choice list.
- EntityType — Class in namespace Symfony\Bridge\Doctrine\Form\Type
-
- EntityUserProvider — Class in namespace Symfony\Bridge\Doctrine\Security\User
- Wrapper around a Doctrine ObjectManager.
- $UniqueEntity — Property in class UniqueEntity
-
- $UniqueEntity — Property in class UniqueEntity
-
- Logger::emerg() — Method in class Logger
-
- Logger::err() — Method in class Logger
-
- PropelLogger::err() — Method in class PropelLogger
- A convenience function for logging an error event.
- YamlExtension::encode() — Method in class YamlExtension
-
- Scope::enter() — Method in class Scope
- Opens a new child scope.
- TranslationDefaultDomainNodeVisitor::enterNode() — Method in class TranslationDefaultDomainNodeVisitor
- {@inheritdoc}
- TranslationNodeVisitor::enable() — Method in class TranslationNodeVisitor
-
- TranslationNodeVisitor::enterNode() — Method in class TranslationNodeVisitor
- {@inheritdoc}
- TwigExtractor::extract() — Method in class TwigExtractor
- Extracts translation messages from a template directory to the catalogue.
- TwigEngine::exists() — Method in class TwigEngine
- Returns true if the template exists.
- Client::enableProfiler() — Method in class Client
- Enables the profiler for the very next request.
- EngineInterface — Class in namespace Symfony\Bundle\FrameworkBundle\Templating
- EngineInterface is the interface each engine must implement.
- FormHelper::end() — Method in class FormHelper
- Renders the form end tag.
- 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.
- PhpExtractor::extract() — Method in class PhpExtractor
- Extracts translation messages from a template directory to the catalogue.
- 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.
- ExtensionPass — Class in namespace Symfony\Bundle\TwigBundle\DependencyInjection\Compiler
-
- 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.
- ClassCollectionLoader::enableTokenizer() — Method in class ClassCollectionLoader
- This method is only useful for testing.
- DebugClassLoader::enable() — Method in class DebugClassLoader
- Replaces all autoloaders implementing a findFile method by a DebugClassLoader wrapper.
- DebugUniversalClassLoader::enable() — Method in class DebugUniversalClassLoader
- Replaces all regular UniversalClassLoader instances by a DebugUniversalClassLoader ones.
- EnumNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- Enum Node Definition.
- 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::enumNode() — Method in class NodeBuilder
- Creates a child EnumNode.
- NodeBuilder::end() — Method in class NodeBuilder
- Returns the parent node.
- NodeDefinition::example() — Method in class NodeDefinition
- Sets example configuration.
- NodeDefinition::end() — Method in class NodeDefinition
- Returns the parent node.
- EnumNode — Class in namespace Symfony\Component\Config\Definition
- Node which only allows a finite set of values.
- Exception — Class in namespace Symfony\Component\Config\Definition\Exception
- Base exception for all configuration exceptions
- Application::extractNamespace() — Method in class Application
- Returns the namespace part of the command name.
- OutputFormatter::escape() — Method in class OutputFormatter
- Escapes "<" special char in given text.
- Input::escapeToken() — Method in class Input
- Escapes a token through escapeshellarg if it contains unsafe chars
- InputOption::equals() — Method in class InputOption
- Checks whether the given option equals this one
- CommandTester::execute() — Method in class CommandTester
- Executes the command.
- CssSelector::enableHtmlExtension() — Method in class CssSelector
- Enables the HTML extension.
- ExceptionInterface — Class in namespace Symfony\Component\CssSelector\Exception
- Interface for exceptions.
- ExpressionErrorException — Class in namespace Symfony\Component\CssSelector\Exception
- ParseException is thrown when a CSS selector syntax is not valid.
- ElementNode — Class in namespace Symfony\Component\CssSelector\Node
- Represents a "|" node.
- ElementParser — Class in namespace Symfony\Component\CssSelector\Parser\Shortcut
- CSS selector element parser shortcut.
- EmptyStringParser — Class in namespace Symfony\Component\CssSelector\Parser\Shortcut
- CSS selector class parser shortcut.
- TokenizerEscaping::escapeUnicode() — Method in class TokenizerEscaping
-
- TokenizerEscaping::escapeUnicodeAndNewLine() — Method in class TokenizerEscaping
-
- ExtensionInterface — Class in namespace Symfony\Component\CssSelector\XPath\Extension
- XPath expression translator extension interface.
- Debug::enable() — Method in class Debug
- Enables the debug tools.
- ErrorHandler — Class in namespace Symfony\Component\Debug
- ErrorHandler.
- ExceptionHandler — Class in namespace Symfony\Component\Debug
- ExceptionHandler converts an exception to a Response object.
- 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
- Base ExceptionInterface for Dependency Injection component.
- Extension — Class in namespace Symfony\Component\DependencyInjection\Extension
- Provides useful features shared by many extensions.
- ExtensionInterface — Class in namespace Symfony\Component\DependencyInjection\Extension
- ExtensionInterface is the interface implemented by container extension classes.
- ParameterBag::escapeValue() — Method in class ParameterBag
- Escape parameter placeholders %
- ParameterBagInterface::escapeValue() — Method in class ParameterBagInterface
- Escape parameter placeholders %
- 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.
- ExceptionInterface — Class in namespace Symfony\Component\Filesystem\Exception
- Exception interface for all exceptions thrown by the component.
- Filesystem::exists() — Method in class Filesystem
- Checks the existence of files or directories.
- ExceptionInterface — Class in namespace Symfony\Component\Finder\Exception
-
- Expression — Class in namespace Symfony\Component\Finder\Expression
-
- Finder::exclude() — Method in class Finder
- Excludes directories.
- ExcludeDirectoryFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- ExcludeDirectoryFilterIterator filters out directories.
- Command::escape() — Method in class Command
- Escapes special chars from input.
- Command::end() — Method in class Command
- Returns parent command (if any).
- Command::execute() — Method in class Command
- Executes current command.
- ErrorMappingException — Class in namespace Symfony\Component\Form\Exception
-
- ExceptionInterface — Class in namespace Symfony\Component\Form\Exception
- Base ExceptionInterface for the Form component.
- EmailType — Class in namespace Symfony\Component\Form\Extension\Core\Type
-
- ExtensionGuesser — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- A singleton mime type to file extension guesser.
- ExtensionGuesserInterface — Class in namespace Symfony\Component\HttpFoundation\File\MimeType
- Guesses the file extension corresponding to a given mime type
- Request::enableHttpMethodParameterOverride() — Method in class Request
- Enables support for the _method request parameter to determine the intended HTTP method.
- 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
- Allow adding classes to the class cache.
- ErrorsLoggerListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- Injects the logger into the ErrorHandler, so that it can log various errors.
- 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.
- EsiFragmentRenderer — Class in namespace Symfony\Component\HttpKernel\Fragment
- Implements the ESI rendering strategy.
- 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::enable() — Method in class Profiler
- Enables the profiler.
- 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
- ExceptionInterface — Class in namespace Symfony\Component\Intl\Exception
- Base ExceptionInterface for the Intl component.
- ExceptionInterface — Class in namespace Symfony\Component\OptionsResolver\Exception
- Marker interface for the Options component.
- ExceptionInterface — Class in namespace Symfony\Component\Process\Exception
- Marker Interface for the Process Component.
- ExecutableFinder — Class in namespace Symfony\Component\Process
- Generic executable finder.
- $Process — Property in class Process
- Exit codes translation table.
- ProcessUtils::escapeArgument() — Method in class ProcessUtils
- Escapes a string to be used as a shell argument.
- ExceptionInterface — Class in namespace Symfony\Component\PropertyAccess\Exception
- Marker interface for the PropertyAccess component.
- PropertyAccessorBuilder::enableMagicCall() — Method in class PropertyAccessorBuilder
- Enables the use of "__call" by the ProperyAccessor.
- 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.
- BCryptPasswordEncoder::encodePassword() — Method in class BCryptPasswordEncoder
- Encodes the raw password.
- 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
- Encodes the raw password.
- PasswordEncoderInterface::encodePassword() — Method in class PasswordEncoderInterface
- Encodes the raw password.
- Pbkdf2PasswordEncoder::encodePassword() — Method in class Pbkdf2PasswordEncoder
- Encodes the raw password.
- PlaintextPasswordEncoder::encodePassword() — Method in class PlaintextPasswordEncoder
- Encodes the raw password.
- EquatableInterface — Class in namespace Symfony\Component\Security\Core\User
- EquatableInterface used to test if two objects are equal in security and re-authentication context.
- User::eraseCredentials() — Method in class User
- Removes sensitive data from the user.
- UserInterface::eraseCredentials() — Method in class UserInterface
- Removes sensitive data from the user.
- StringUtils::equals() — Method in class StringUtils
- Compares two strings.
- ExceptionListener — Class in namespace Symfony\Component\Security\Http\Firewall
- ExceptionListener catches authentication exception and converts them to Response instances.
- ChainEncoder::encode() — Method in class ChainEncoder
- Encodes data into the given format
- EncoderInterface — Class in namespace Symfony\Component\Serializer\Encoder
- Defines the interface of encoders
- EncoderInterface::encode() — Method in class EncoderInterface
- Encodes data into the given format
- JsonEncode::encode() — Method in class JsonEncode
- Encodes data into the given format
- JsonEncoder::encode() — Method in class JsonEncoder
- Encodes data into the given format
- XmlEncoder::encode() — Method in class XmlEncoder
- Encodes data into the given format
- Exception — Class in namespace Symfony\Component\Serializer\Exception
- Base exception
- Serializer::encode() — Method in class Serializer
- Encodes data into the given format
- StopwatchEvent::ensureStopped() — Method in class StopwatchEvent
- Stops all non already stopped periods.
- 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.
- ExceptionInterface — Class in namespace Symfony\Component\Translation\Exception
- Exception interface for all exceptions thrown by the component.
- ChainExtractor::extract() — Method in class ChainExtractor
- Extracts translation messages from a template directory to the catalogue.
- ExtractorInterface — Class in namespace Symfony\Component\Translation\Extractor
- Extracts translation messages from a template directory to the catalogue.
- ExtractorInterface::extract() — Method in class ExtractorInterface
- Extracts translation messages from a template directory to the catalogue.
- $Collection — Property in class Collection
-
- $Count — Property in class Count
-
- Email — Class in namespace Symfony\Component\Validator\Constraints
-
- EmailValidator — Class in namespace Symfony\Component\Validator\Constraints
-
- EqualTo — Class in namespace Symfony\Component\Validator\Constraints
-
- EqualToValidator — Class in namespace Symfony\Component\Validator\Constraints
- Validates values are equal (==).
- Existence — Class in namespace Symfony\Component\Validator\Constraints
-
- $Length — Property in class Length
-
- ExceptionInterface — Class in namespace Symfony\Component\Validator\Exception
- Base ExceptionInterface for the Validator component.
- ExecutionContext — Class in namespace Symfony\Component\Validator
- Default implementation of {@link ExecutionContextInterface}.
- ExecutionContextInterface — Class in namespace Symfony\Component\Validator
- Stores the validator's state during validation.
- ElementMetadata — Class in namespace Symfony\Component\Validator\Mapping
-
- ValidatorBuilder::enableAnnotationMapping() — Method in class ValidatorBuilder
- Enables annotation based constraint mapping.
- ValidatorBuilderInterface::enableAnnotationMapping() — Method in class ValidatorBuilderInterface
- Enables annotation based constraint 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
-
- ConsoleFormatter::format() — Method in class ConsoleFormatter
- {@inheritdoc}
- FirePHPHandler — Class in namespace Symfony\Bridge\Monolog\Handler
- FirePHPHandler.
- CodeExtension::formatArgs() — Method in class CodeExtension
- Formats an array as a string.
- CodeExtension::formatArgsAsText() — Method in class CodeExtension
- Formats an array as a string.
- CodeExtension::fileExcerpt() — Method in class CodeExtension
- Returns an excerpt of a code file around the given line number.
- CodeExtension::formatFile() — Method in class CodeExtension
- Formats a file path.
- CodeExtension::formatFileFromText() — Method in class CodeExtension
-
- FormExtension — Class in namespace Symfony\Bridge\Twig\Extension
- FormExtension extends Twig with form capabilities.
- FormEnctypeNode — Class in namespace Symfony\Bridge\Twig\Node
-
- 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
- FragmentRendererPass — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler
- Adds services tagged kernel.fragment_renderer as HTTP content rendering strategies.
- FrameworkExtension — Class in namespace Symfony\Bundle\FrameworkBundle\DependencyInjection
- FrameworkExtension.
- FrameworkBundle — Class in namespace Symfony\Bundle\FrameworkBundle
- Bundle.
- 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.
- FormHelper::form() — Method in class FormHelper
- Renders the HTML for a form.
- FilesystemLoader — Class in namespace Symfony\Bundle\FrameworkBundle\Templating\Loader
- FilesystemLoader is a loader that read templates from the filesystem.
- 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
- 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.
- ApcClassLoader::findFile() — Method in class ApcClassLoader
- Finds a file by class name while caching lookups to APC.
- ApcUniversalClassLoader::findFile() — Method in class ApcUniversalClassLoader
- Finds the path to the file where the class is defined.
- ClassCollectionLoader::fixNamespaceDeclarations() — Method in class ClassCollectionLoader
- Adds brackets around each namespace if it's not already the case.
- ClassLoader::findFile() — Method in class ClassLoader
- Finds the path to the file where the class is defined.
- DebugClassLoader::findFile() — Method in class DebugClassLoader
- Finds a file by class name
- 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.
- WinCacheClassLoader::findFile() — Method in class WinCacheClassLoader
- Finds a file by class name while caching lookups to WinCache.
- XcacheClassLoader::findFile() — Method in class XcacheClassLoader
- Finds a file by class name while caching lookups to Xcache.
- BaseNode::finalize() — Method in class BaseNode
- Finalizes a value.
- ArrayNodeDefinition::fixXmlConfig() — Method in class ArrayNodeDefinition
- Sets a normalization rule for XML configurations.
- FloatNodeDefinition — Class in namespace Symfony\Component\Config\Definition\Builder
- This class provides a fluent interface for defining a float node.
- NodeBuilder::floatNode() — Method in class NodeBuilder
- Creates a child float node.
- 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.
- FloatNode — Class in namespace Symfony\Component\Config\Definition
- This node represents a float value in the config tree.
- 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.
- ProgressHelper::finish() — Method in class ProgressHelper
- Finishes the progress output.
- FunctionNode — Class in namespace Symfony\Component\CssSelector\Node
- Represents a ":()" node.
- Reader::findPattern() — Method in class Reader
-
- TokenStream::freeze() — Method in class TokenStream
- Freezes stream.
- FunctionExtension — Class in namespace Symfony\Component\CssSelector\XPath\Extension
- XPath expression translator function extension.
- FatalErrorException — Class in namespace Symfony\Component\Debug\Exception
- Fatal Error Exception.
- FlattenException — Class in namespace Symfony\Component\Debug\Exception
- FlattenException wraps a PHP Exception to be able to serialize it.
- 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.
- ContainerBuilder::findTags() — Method in class ContainerBuilder
- Returns all tags the defined services use.
- 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.
- FormFieldRegistry — Class in namespace Symfony\Component\DomCrawler
- This is an internal class that must not be used directly.
- Filesystem — Class in namespace Symfony\Component\Filesystem
- Provides basic utility to manipulate the file system.
- 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.
- FilePathsIterator — Class in namespace Symfony\Component\Finder\Iterator
- Iterate over shell command result.
- FileTypeFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- FileTypeFilterIterator only keeps files, directories, or both.
- FilecontentFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).
- FilenameFilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
- FilterIterator — Class in namespace Symfony\Component\Finder\Iterator
- This iterator just overrides the rewind method in order to correct a PHP bug.
- AbstractType::finishView() — Method in class AbstractType
- Finishes the form view.
- AbstractTypeExtension::finishView() — Method in class AbstractTypeExtension
- Finishes the view.
- FixCheckboxInputListener — Class in namespace Symfony\Component\Form\Extension\Core\EventListener
- Takes care of converting the input from a list of checkboxes to a correctly indexed array.
- 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.
- ChoiceType::finishView() — Method in class ChoiceType
- Finishes the form view.
- CollectionType::finishView() — Method in class CollectionType
- Finishes the form view.
- DateType::finishView() — Method in class DateType
- Finishes the form view.
- FileType — Class in namespace Symfony\Component\Form\Extension\Core\Type
-
- FileType::finishView() — Method in class FileType
- Finishes the form view.
- FormType — Class in namespace Symfony\Component\Form\Extension\Core\Type
-
- FormType::finishView() — Method in class FormType
- {@inheritdoc}
- FormTypeCsrfExtension — Class in namespace Symfony\Component\Form\Extension\Csrf\Type
-
- FormTypeCsrfExtension::finishView() — Method in class FormTypeCsrfExtension
- Finishes the view.
- FormTypeHttpFoundationExtension — Class in namespace Symfony\Component\Form\Extension\HttpFoundation\Type
-
- Form — Class in namespace Symfony\Component\Form\Extension\Validator\Constraints
-
- FormValidator — Class in namespace Symfony\Component\Form\Extension\Validator\Constraints
-
- FormTypeValidatorExtension — 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
- A builder for creating {@link Form} instances.
- FormBuilderInterface — Class in namespace Symfony\Component\Form
-
- FormConfigBuilder — Class in namespace Symfony\Component\Form
- A basic form configuration.
- FormConfigBuilderInterface — Class in namespace Symfony\Component\Form
-
- FormConfigInterface — Class in namespace Symfony\Component\Form
- The configuration of a {@link Form} object.
- FormError — Class in namespace Symfony\Component\Form
- Wraps errors in forms
- FormEvent — Class in namespace Symfony\Component\Form
-
- 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
-
- FormFactoryBuilder — Class in namespace Symfony\Component\Form
- The default implementation of FormFactoryBuilderInterface.
- FormFactoryBuilderInterface — Class in namespace Symfony\Component\Form
- A builder for FormFactoryInterface objects.
- FormFactoryInterface — Class in namespace Symfony\Component\Form
-
- FormInterface — Class in namespace Symfony\Component\Form
- A form group bundling multiple forms in a hierarchical structure.
- FormRegistry — Class in namespace Symfony\Component\Form
- The central registry of the Form component.
- FormRegistryInterface — Class in namespace Symfony\Component\Form
- The central registry of the Form component.
- FormRenderer — Class in namespace Symfony\Component\Form
- Renders a form into HTML using a rendering engine.
- FormRendererEngineInterface — Class in namespace Symfony\Component\Form
- Adapter for rendering form templates with a specific templating engine.
- FormRendererInterface — Class in namespace Symfony\Component\Form
- Renders a form into HTML.
- FormTypeExtensionInterface — Class in namespace Symfony\Component\Form
-
- FormTypeExtensionInterface::finishView() — Method in class FormTypeExtensionInterface
- Finishes the view.
- FormTypeGuesserChain — Class in namespace Symfony\Component\Form
-
- FormTypeGuesserInterface — Class in namespace Symfony\Component\Form
-
- FormTypeInterface — Class in namespace Symfony\Component\Form
-
- FormTypeInterface::finishView() — Method in class FormTypeInterface
- Finishes the form view.
- FormView — Class in namespace Symfony\Component\Form
-
- Forms — Class in namespace Symfony\Component\Form
- Entry point of the Form component.
- ResolvedFormType::finishView() — Method in class ResolvedFormType
- Finishes a form view for the type hierarchy.
- ResolvedFormTypeInterface::finishView() — Method in class ResolvedFormTypeInterface
- Finishes a form view for the type hierarchy.
- FormBuilderInterface — Class in namespace Symfony\Component\Form\Test
-
- FormIntegrationTestCase — Class in namespace Symfony\Component\Form\Test
-
- FormInterface — Class in namespace Symfony\Component\Form\Test
-
- FormPerformanceTestCase — Class in namespace Symfony\Component\Form\Test
- Base class for performance tests.
- FormUtil — Class in namespace Symfony\Component\Form\Util
-
- AcceptHeader::fromString() — Method in class AcceptHeader
- Builds an AcceptHeader instance from a string.
- AcceptHeader::filter() — Method in class AcceptHeader
- Filters items on their value using given regex.
- AcceptHeader::first() — Method in class AcceptHeader
- Returns first item.
- AcceptHeaderItem::fromString() — Method in class AcceptHeaderItem
- Builds an AcceptHeaderInstance instance from a string.
- 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.
- ParameterBag::filter() — Method in class ParameterBag
- Filter key.
- $Request — Property in class Request
-
- FlashBag — Class in namespace Symfony\Component\HttpFoundation\Session\Flash
- FlashBag flash message container.
- FlashBagInterface — Class in namespace Symfony\Component\HttpFoundation\Session\Flash
- FlashBagInterface.
- FileLocator — Class in namespace Symfony\Component\HttpKernel\Config
- FileLocator uses the KernelInterface to locate resources in bundles.
- FragmentListener — Class in namespace Symfony\Component\HttpKernel\EventListener
- Handles content fragments represented by special URIs.
- 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
- FatalErrorException — Class in namespace Symfony\Component\HttpKernel\Exception
- Fatal Error Exception.
- FlattenException — Class in namespace Symfony\Component\HttpKernel\Exception
- FlattenException wraps a PHP Exception to be able to serialize it.
- FragmentHandler — Class in namespace Symfony\Component\HttpKernel\Fragment
- Renders a URI that represents a resource fragment.
- FragmentRendererInterface — Class in namespace Symfony\Component\HttpKernel\Fragment
- Interface implemented by all rendering strategies.
- BaseMemcacheProfilerStorage::find() — Method in class BaseMemcacheProfilerStorage
- Finds profiler tokens for the given criteria.
- FileProfilerStorage — Class in namespace Symfony\Component\HttpKernel\Profiler
- Storage for profiler using files.
- FileProfilerStorage::find() — Method in class FileProfilerStorage
- Finds profiler tokens for the given criteria.
- MongoDbProfilerStorage::find() — Method in class MongoDbProfilerStorage
- Finds profiler tokens for the given criteria.
- 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.
- RedisProfilerStorage::find() — Method in class RedisProfilerStorage
- Finds profiler tokens for the given criteria.
- 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\Intl\DateFormatter\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
- IntlDateFormatter::format() — Method in class IntlDateFormatter
- Format the date/time value (timestamp) as a string
- IntlDateFormatter::formatObject() — Method in class IntlDateFormatter
- Not supported.
- Locale::filterMatches() — Method in class Locale
- Not supported.
- NumberFormatter::formatCurrency() — Method in class NumberFormatter
- Format a currency value
- NumberFormatter::format() — Method in class NumberFormatter
- Format a number
- FullTransformer — Class in namespace Symfony\Component\Locale\Stub\DateFormat
- Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\FullTransformer}.
- ExecutableFinder::find() — Method in class ExecutableFinder
- Finds an executable by name.
- PhpExecutableFinder::find() — Method in class PhpExecutableFinder
- Finds The PHP executable.
- RequestContext::fromRequest() — Method in class RequestContext
-
- 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.
- CsvFileDumper::format() — Method in class CsvFileDumper
- {@inheritDoc}
- FileDumper — Class in namespace Symfony\Component\Translation\Dumper
- FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s).
- IcuResFileDumper::format() — Method in class IcuResFileDumper
- {@inheritDoc}
- IniFileDumper::format() — Method in class IniFileDumper
- {@inheritDoc}
- MoFileDumper::format() — Method in class MoFileDumper
- {@inheritDoc}
- PoFileDumper::format() — Method in class PoFileDumper
- {@inheritDoc}
- QtFileDumper::format() — Method in class QtFileDumper
- {@inheritDoc}
- $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.
- MetadataInterface::findConstraints() — Method in class MetadataInterface
- Returns all constraints for a given validation group.
G
- ContainerAwareEventManager::getListeners() — Method in class ContainerAwareEventManager
- Gets the listeners of a specific event or all listeners.
- 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
- Returns the name of the collector.
- EntityFactory::getKey() — Method in class EntityFactory
-
- EntityChoiceList::getChoices() — Method in class EntityChoiceList
- Returns the list of entities
- EntityChoiceList::getValues() — Method in class EntityChoiceList
- Returns the values for the entities
- EntityChoiceList::getPreferredViews() — Method in class EntityChoiceList
- Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys.
- EntityChoiceList::getRemainingViews() — Method in class EntityChoiceList
- Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys.
- EntityChoiceList::getChoicesForValues() — Method in class EntityChoiceList
- Returns the entities corresponding to the given values.
- EntityChoiceList::getValuesForChoices() — Method in class EntityChoiceList
- Returns the values corresponding to the given entities.
- EntityChoiceList::getIndicesForChoices() — Method in class EntityChoiceList
- Returns the indices corresponding to the given entities.
- EntityChoiceList::getIndicesForValues() — Method in class EntityChoiceList
- Returns the entities corresponding to the given values.
- EntityLoaderInterface::getEntities() — Method in class EntityLoaderInterface
- Returns an array of entities that are valid choices in the corresponding choice list.
- EntityLoaderInterface::getEntitiesByIds() — Method in class EntityLoaderInterface
- Returns an array of entities matching the given identifiers.
- ORMQueryBuilderLoader::getEntities() — Method in class ORMQueryBuilderLoader
- Returns an array of entities that are valid choices in the corresponding choice list.
- ORMQueryBuilderLoader::getEntitiesByIds() — Method in class ORMQueryBuilderLoader
- Returns an array of entities matching the given identifiers.
- 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::guessPattern() — Method in class DoctrineOrmTypeGuesser
- Returns a guess about the field's pattern
- MergeDoctrineCollectionListener::getSubscribedEvents() — Method in class MergeDoctrineCollectionListener
- Returns an array of event names this subscriber wants to listen to.
- DoctrineType::getLoader() — Method in class DoctrineType
- Return the default loader object.
- DoctrineType::getParent() — Method in class DoctrineType
- Returns the name of the parent type.
- EntityType::getLoader() — Method in class EntityType
- Return the default loader object.
- EntityType::getName() — Method in class EntityType
-
- DbalSessionHandler::gc() — Method in class DbalSessionHandler
- {@inheritdoc}
- 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::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
- ConsoleHandler::getSubscribedEvents() — Method in class ConsoleHandler
- Returns an array of event names this subscriber wants to listen to.
- DebugHandler::getLogs() — Method in class DebugHandler
- Returns an array of logs.
- Logger::getLogs() — Method in class Logger
- Returns an array of logs.
- PropelDataCollector::getName() — Method in class PropelDataCollector
- Returns the name of the collector.
- PropelDataCollector::getQueries() — Method in class PropelDataCollector
- Returns queries.
- PropelDataCollector::getQueryCount() — Method in class PropelDataCollector
- Returns the query count.
- PropelDataCollector::getTime() — Method in class PropelDataCollector
- Returns the total time of queries.
- PropelFactory::getKey() — Method in class PropelFactory
-
- ModelChoiceList::getClass() — Method in class ModelChoiceList
- Returns the class name
- ModelChoiceList::getChoices() — Method in class ModelChoiceList
- Returns the list of model objects
- ModelChoiceList::getValues() — Method in class ModelChoiceList
- Returns the values for the model objects
- ModelChoiceList::getPreferredViews() — Method in class ModelChoiceList
- Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys.
- ModelChoiceList::getRemainingViews() — Method in class ModelChoiceList
- Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys.
- ModelChoiceList::getChoicesForValues() — Method in class ModelChoiceList
- Returns the model objects corresponding to the given values.
- ModelChoiceList::getValuesForChoices() — Method in class ModelChoiceList
- Returns the values corresponding to the given model objects.
- ModelChoiceList::getIndicesForChoices() — Method in class ModelChoiceList
- Returns the indices corresponding to the given models.
- ModelChoiceList::getIndicesForValues() — Method in class ModelChoiceList
- Returns the models corresponding to the given values.
- TranslationCollectionFormListener::getSubscribedEvents() — Method in class TranslationCollectionFormListener
- Returns an array of event names this subscriber wants to listen to.
- TranslationFormListener::getSubscribedEvents() — Method in class TranslationFormListener
- Returns an array of event names this subscriber wants to listen to.
- PropelTypeGuesser::guessType() — Method in class PropelTypeGuesser
- Returns a field guess for a property name of a class
- PropelTypeGuesser::guessRequired() — Method in class PropelTypeGuesser
- Returns a guess whether a property of a class is required
- PropelTypeGuesser::guessMaxLength() — Method in class PropelTypeGuesser
- Returns a guess about the field's maximum length
- PropelTypeGuesser::guessPattern() — Method in class PropelTypeGuesser
- Returns a guess about the field's pattern
- ModelType::getParent() — Method in class ModelType
- Returns the name of the parent type.
- ModelType::getName() — Method in class ModelType
- Returns the name of this type.
- TranslationCollectionType::getParent() — Method in class TranslationCollectionType
- Returns the name of the parent type.
- TranslationCollectionType::getName() — Method in class TranslationCollectionType
- Returns the name of this type.
- TranslationType::getName() — Method in class TranslationType
- Returns the name of this type.
- PropelLogger::getQueries() — Method in class PropelLogger
- Returns queries.
- ProxyDumper::getProxyFactoryCode() — Method in class ProxyDumper
- Generates the code to be used to instantiate a proxy in the dumped factory code.
- ProxyDumper::getProxyCode() — Method in class ProxyDumper
- Generates the code for the lazy proxy.
- MessageDataCollector::getMessageCount() — Method in class MessageDataCollector
-
- MessageDataCollector::getMessages() — Method in class MessageDataCollector
-
- MessageDataCollector::getName() — Method in class MessageDataCollector
- Returns the name of the collector.
- CodeExtension::getFilters() — Method in class CodeExtension
- {@inheritdoc}
- CodeExtension::getFileLink() — Method in class CodeExtension
- Returns the link for a given file/line pair.
- CodeExtension::getName() — Method in class CodeExtension
-
- FormExtension::getTokenParsers() — Method in class FormExtension
- {@inheritdoc}
- FormExtension::getFunctions() — Method in class FormExtension
- {@inheritdoc}
- FormExtension::getFilters() — Method in class FormExtension
- {@inheritdoc}
- FormExtension::getTests() — Method in class FormExtension
- {@inheritdoc}
- FormExtension::getName() — Method in class FormExtension
- {@inheritdoc}
- HttpKernelExtension::getFunctions() — Method in class HttpKernelExtension
-
- HttpKernelExtension::getName() — Method in class HttpKernelExtension
-
- 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.
- SecurityExtension::getFunctions() — Method in class SecurityExtension
- {@inheritdoc}
- SecurityExtension::getName() — Method in class SecurityExtension
- 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::getNodeVisitors() — Method in class TranslationExtension
- {@inheritdoc}
- TranslationExtension::getTranslationNodeVisitor() — Method in class TranslationExtension
-
- 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.
- Scope::get() — Method in class Scope
- Returns data visible from current scope.
- TranslationDefaultDomainNodeVisitor::getPriority() — Method in class TranslationDefaultDomainNodeVisitor
- {@inheritdoc}
- TranslationNodeVisitor::getMessages() — Method in class TranslationNodeVisitor
-
- TranslationNodeVisitor::getPriority() — Method in class TranslationNodeVisitor
- {@inheritdoc}
- 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.
- TransDefaultDomainTokenParser::getTag() — Method in class TransDefaultDomainTokenParser
- Gets the tag name associated with this token parser.
- TransTokenParser::getTag() — Method in class TransTokenParser
- Gets the tag name associated with this token parser.
- 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.
- 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::getUser() — Method in class Controller
- Get a user from the Security Context
- Controller::get() — Method in class Controller
- Gets a service by id.
- RouterDataCollector::guessRoute() — Method in class RouterDataCollector
-
- 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
-
- SessionListener::getSubscribedEvents() — Method in class SessionListener
- Returns an array of event names this subscriber wants to listen to.
- TestSessionListener::getSubscribedEvents() — Method in class TestSessionListener
- Returns an array of event names this subscriber wants to listen to.
- 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.
- DelegatingEngine::getEngine() — Method in class DelegatingEngine
- Get an engine able to render the given template.
- 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
- Returns the canonical name of this helper.
- RequestHelper::getParameter() — Method in class RequestHelper
- Returns a parameter from the current request object.
- RequestHelper::getLocale() — Method in class RequestHelper
- Returns the locale
- 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::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 Constraint, this returns the ConstraintValidatorInterface object that should be used to verify its validity.
- SecurityDataCollector::getUser() — Method in class SecurityDataCollector
- Gets the user.
- SecurityDataCollector::getRoles() — Method in class SecurityDataCollector
- Gets the roles of the user.
- SecurityDataCollector::getTokenClass() — Method in class SecurityDataCollector
- Get the class name of the security token.
- SecurityDataCollector::getName() — Method in class SecurityDataCollector
- Returns the name of the collector.
- 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
-
- SecurityExtension::getConfiguration() — Method in class SecurityExtension
-
- 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
-
- SimpleFormFactory::getKey() — Method in class SimpleFormFactory
-
- SimplePreAuthenticationFactory::getPosition() — Method in class SimplePreAuthenticationFactory
-
- SimplePreAuthenticationFactory::getKey() — Method in class SimplePreAuthenticationFactory
-
- X509Factory::getPosition() — Method in class X509Factory
-
- X509Factory::getKey() — Method in class X509Factory
-
- InMemoryFactory::getKey() — Method in class InMemoryFactory
-
- UserProviderFactoryInterface::getKey() — Method in class UserProviderFactoryInterface
-
- 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.
- LogoutUrlHelper::getLogoutPath() — Method in class LogoutUrlHelper
- Generates the absolute logout path for the firewall.
- LogoutUrlHelper::getLogoutUrl() — Method in class LogoutUrlHelper
- Generates the absolute logout URL for the firewall.
- LogoutUrlHelper::getName() — Method in class LogoutUrlHelper
- Returns the canonical name of this helper.
- SecurityHelper::getName() — Method in class SecurityHelper
- Returns the canonical name of this helper.
- LogoutUrlExtension::getFunctions() — Method in class LogoutUrlExtension
-
- LogoutUrlExtension::getLogoutPath() — Method in class LogoutUrlExtension
- Generate the relative logout URL for the firewall.
- LogoutUrlExtension::getLogoutUrl() — Method in class LogoutUrlExtension
- Generate the absolute logout URL for the firewall.
- LogoutUrlExtension::getName() — Method in class LogoutUrlExtension
-
- 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
-
- 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.
- RenderTokenParser::getTag() — Method in class RenderTokenParser
- Gets the tag name associated with this token parser.
- TwigEngine::guessDefaultEscapingStrategy() — Method in class TwigEngine
-
- 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
-
- WebDebugToolbarListener::getSubscribedEvents() — Method in class WebDebugToolbarListener
- Returns an array of event names this subscriber wants to listen to.
- TemplateManager::getName() — Method in class TemplateManager
- Gets the template name for a given panel.
- TemplateManager::getTemplates() — Method in class TemplateManager
- Gets the templates for a given profile.
- 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::getInternalResponse() — Method in class Client
- Returns the current BrowserKit Response instance.
- Client::getResponse() — Method in class Client
- Returns the current origin response instance.
- Client::getInternalRequest() — Method in class Client
- Returns the current BrowserKit Request instance.
- Client::getRequest() — Method in class Client
- Returns the current origin 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.
- ClassLoader::getPrefixes() — Method in class ClassLoader
- Returns prefixes.
- ClassLoader::getFallbackDirs() — Method in class ClassLoader
- Returns fallback directories.
- ClassLoader::getUseIncludePath() — Method in class ClassLoader
- Can be used to check if the autoloader uses the include path to check for classes.
- UniversalClassLoader::getUseIncludePath() — Method in class UniversalClassLoader
- Can be used to check if the autoloader uses the include path to check for classes.
- 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::getChildren() — Method in class ArrayNode
- Retrieves the children of this node.
- ArrayNode::getDefaultValue() — Method in class ArrayNode
- Returns the default value of the node.
- BaseNode::getAttribute() — Method in class BaseNode
-
- BaseNode::getAttributes() — Method in class BaseNode
-
- BaseNode::getInfo() — Method in class BaseNode
- Returns info message.
- BaseNode::getExample() — Method in class BaseNode
- Retrieves the example configuration for this node.
- 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.
- EnumNode::getValues() — Method in class EnumNode
-
- 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::getKeyAttribute() — Method in class PrototypedArrayNode
- Retrieves the name of the attribute which value should be used as key.
- PrototypedArrayNode::getDefaultValue() — Method in class PrototypedArrayNode
- Returns the default value of the node.
- PrototypedArrayNode::getPrototype() — Method in class PrototypedArrayNode
- Retrieves the prototype
- VariableNode::getDefaultValue() — Method in class VariableNode
- Returns the default value of the node.
- 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.
- DirectoryResource::getPattern() — Method in class DirectoryResource
-
- 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.
- Application::getTerminalDimensions() — Method in class Application
- Tries to figure out the terminal dimensions based on the current environment
- 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::getNativeDefinition() — Method in class Command
- Gets the InputDefinition to be used to create XML and Text representations of 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.
- ListCommand::getNativeDefinition() — Method in class ListCommand
- Gets the InputDefinition to be used to create XML and Text representations of this Command.
- ApplicationDescription::getNamespaces() — Method in class ApplicationDescription
-
- ApplicationDescription::getCommands() — Method in class ApplicationDescription
-
- ApplicationDescription::getCommand() — Method in class ApplicationDescription
-
- ConsoleEvent::getCommand() — Method in class ConsoleEvent
- Gets the command that is executed.
- ConsoleEvent::getInput() — Method in class ConsoleEvent
- Gets the input instance.
- ConsoleEvent::getOutput() — Method in class ConsoleEvent
- Gets the output instance.
- ConsoleExceptionEvent::getException() — Method in class ConsoleExceptionEvent
- Returns the thrown exception.
- ConsoleExceptionEvent::getExitCode() — Method in class ConsoleExceptionEvent
- Gets the exit code.
- ConsoleTerminateEvent::getExitCode() — Method in class ConsoleTerminateEvent
- Gets the exit code.
- OutputFormatter::getStyle() — Method in class OutputFormatter
- Gets style options from style with specified name.
- OutputFormatter::getStyleStack() — Method in class OutputFormatter
-
- OutputFormatterInterface::getStyle() — Method in class OutputFormatterInterface
- Gets style options from style with specified name.
- OutputFormatterStyleStack::getCurrent() — Method in class OutputFormatterStyleStack
- Computes current style with stacks top codes.
- OutputFormatterStyleStack::getEmptyStyle() — Method in class OutputFormatterStyleStack
-
- DescriptorHelper::getName() — Method in class DescriptorHelper
- Returns the canonical name of this helper.
- DialogHelper::getInputStream() — Method in class DialogHelper
- Returns the helper's input stream
- DialogHelper::getName() — Method in class DialogHelper
- Returns the canonical name of this helper.
- FormatterHelper::getName() — Method in class FormatterHelper
- Returns the canonical name of this helper.
- 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.
- ProgressHelper::getName() — Method in class ProgressHelper
- Returns the canonical name of this helper.
- TableHelper::getName() — Method in class TableHelper
- Returns the canonical name of this helper.
- 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.
- ConsoleOutput::getErrorOutput() — Method in class ConsoleOutput
- Gets the OutputInterface for errors.
- ConsoleOutputInterface::getErrorOutput() — Method in class ConsoleOutputInterface
- Gets the OutputInterface for errors.
- NullOutput::getFormatter() — Method in class NullOutput
- Returns current output formatter instance.
- NullOutput::getVerbosity() — Method in class NullOutput
- Gets the current verbosity of the output.
- 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.
- Shell::getProcessIsolation() — Method in class Shell
-
- 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.
- ApplicationTester::getStatusCode() — Method in class ApplicationTester
- Gets the status code returned 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.
- CommandTester::getStatusCode() — Method in class CommandTester
- Gets the status code returned by the last execution of the application.
- AbstractNode::getNodeName() — Method in class AbstractNode
- Returns node's name.
- AttributeNode::getSelector() — Method in class AttributeNode
-
- AttributeNode::getNamespace() — Method in class AttributeNode
-
- AttributeNode::getAttribute() — Method in class AttributeNode
-
- AttributeNode::getOperator() — Method in class AttributeNode
-
- AttributeNode::getValue() — Method in class AttributeNode
-
- AttributeNode::getSpecificity() — Method in class AttributeNode
- Returns node's specificity.
- ClassNode::getSelector() — Method in class ClassNode
-
- ClassNode::getName() — Method in class ClassNode
-
- ClassNode::getSpecificity() — Method in class ClassNode
- Returns node's specificity.
- CombinedSelectorNode::getSelector() — Method in class CombinedSelectorNode
-
- CombinedSelectorNode::getCombinator() — Method in class CombinedSelectorNode
-
- CombinedSelectorNode::getSubSelector() — Method in class CombinedSelectorNode
-
- CombinedSelectorNode::getSpecificity() — Method in class CombinedSelectorNode
- Returns node's specificity.
- ElementNode::getNamespace() — Method in class ElementNode
-
- ElementNode::getElement() — Method in class ElementNode
-
- ElementNode::getSpecificity() — Method in class ElementNode
- Returns node's specificity.
- FunctionNode::getSelector() — Method in class FunctionNode
-
- FunctionNode::getName() — Method in class FunctionNode
-
- FunctionNode::getArguments() — Method in class FunctionNode
-
- FunctionNode::getSpecificity() — Method in class FunctionNode
- Returns node's specificity.
- HashNode::getSelector() — Method in class HashNode
-
- HashNode::getId() — Method in class HashNode
-
- HashNode::getSpecificity() — Method in class HashNode
- Returns node's specificity.
- NegationNode::getSelector() — Method in class NegationNode
-
- NegationNode::getSubSelector() — Method in class NegationNode
-
- NegationNode::getSpecificity() — Method in class NegationNode
- Returns node's specificity.
- NodeInterface::getNodeName() — Method in class NodeInterface
- Returns node's name.
- NodeInterface::getSpecificity() — Method in class NodeInterface
- Returns node's specificity.
- PseudoNode::getSelector() — Method in class PseudoNode
-
- PseudoNode::getIdentifier() — Method in class PseudoNode
-
- PseudoNode::getSpecificity() — Method in class PseudoNode
- Returns node's specificity.
- SelectorNode::getTree() — Method in class SelectorNode
-
- SelectorNode::getPseudoElement() — Method in class SelectorNode
-
- SelectorNode::getSpecificity() — Method in class SelectorNode
- Returns node's specificity.
- Specificity::getValue() — Method in class Specificity
- Returns global specificity value.
- Reader::getPosition() — Method in class Reader
-
- Reader::getRemainingLength() — Method in class Reader
-
- Reader::getSubstring() — Method in class Reader
-
- Reader::getOffset() — Method in class Reader
-
- Token::getType() — Method in class Token
-
- Token::getValue() — Method in class Token
-
- Token::getPosition() — Method in class Token
-
- TokenStream::getNext() — Method in class TokenStream
- Returns next token.
- TokenStream::getPeek() — Method in class TokenStream
- Returns peeked token.
- TokenStream::getUsed() — Method in class TokenStream
- Returns used tokens.
- TokenStream::getNextIdentifier() — Method in class TokenStream
- Returns nex identifier token.
- TokenStream::getNextIdentifierOrStar() — Method in class TokenStream
- Returns nex identifier or star delimiter token.
- TokenizerPatterns::getNewLineEscapePattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getSimpleEscapePattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getUnicodeEscapePattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getIdentifierPattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getHashPattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getNumberPattern() — Method in class TokenizerPatterns
-
- TokenizerPatterns::getQuotedStringPattern() — Method in class TokenizerPatterns
-
- AbstractExtension::getNodeTranslators() — Method in class AbstractExtension
- Returns node translators.
- AbstractExtension::getCombinationTranslators() — Method in class AbstractExtension
- Returns combination translators.
- AbstractExtension::getFunctionTranslators() — Method in class AbstractExtension
- Returns function translators.
- AbstractExtension::getPseudoClassTranslators() — Method in class AbstractExtension
- Returns pseudo-class translators.
- AbstractExtension::getAttributeMatchingTranslators() — Method in class AbstractExtension
- Returns attribute operation translators.
- AttributeMatchingExtension::getAttributeMatchingTranslators() — Method in class AttributeMatchingExtension
- Returns attribute operation translators.
- AttributeMatchingExtension::getName() — Method in class AttributeMatchingExtension
- Returns extension name.
- CombinationExtension::getCombinationTranslators() — Method in class CombinationExtension
- Returns combination translators.
- CombinationExtension::getName() — Method in class CombinationExtension
- Returns extension name.
- ExtensionInterface::getNodeTranslators() — Method in class ExtensionInterface
- Returns node translators.
- ExtensionInterface::getCombinationTranslators() — Method in class ExtensionInterface
- Returns combination translators.
- ExtensionInterface::getFunctionTranslators() — Method in class ExtensionInterface
- Returns function translators.
- ExtensionInterface::getPseudoClassTranslators() — Method in class ExtensionInterface
- Returns pseudo-class translators.
- ExtensionInterface::getAttributeMatchingTranslators() — Method in class ExtensionInterface
- Returns attribute operation translators.
- ExtensionInterface::getName() — Method in class ExtensionInterface
- Returns extension name.
- FunctionExtension::getFunctionTranslators() — Method in class FunctionExtension
- Returns function translators.
- FunctionExtension::getName() — Method in class FunctionExtension
- Returns extension name.
- HtmlExtension::getPseudoClassTranslators() — Method in class HtmlExtension
- Returns pseudo-class translators.
- HtmlExtension::getFunctionTranslators() — Method in class HtmlExtension
- Returns function translators.
- HtmlExtension::getName() — Method in class HtmlExtension
- Returns extension name.
- NodeExtension::getNodeTranslators() — Method in class NodeExtension
- Returns node translators.
- NodeExtension::getName() — Method in class NodeExtension
- Returns extension name.
- PseudoClassExtension::getPseudoClassTranslators() — Method in class PseudoClassExtension
- Returns pseudo-class translators.
- PseudoClassExtension::getName() — Method in class PseudoClassExtension
- Returns extension name.
- Translator::getXpathLiteral() — Method in class Translator
-
- Translator::getExtension() — Method in class Translator
-
- XPathExpr::getElement() — Method in class XPathExpr
-
- XPathExpr::getCondition() — Method in class XPathExpr
-
- ExceptionHandler::getContent() — Method in class ExceptionHandler
- Gets the HTML content associated with the given exception.
- ExceptionHandler::getStylesheet() — Method in class ExceptionHandler
- Gets the stylesheet associated with the given exception.
- ContextErrorException::getContext() — Method in class ContextErrorException
-
- FlattenException::getStatusCode() — Method in class FlattenException
-
- FlattenException::getHeaders() — Method in class FlattenException
-
- FlattenException::getClass() — Method in class FlattenException
-
- FlattenException::getFile() — Method in class FlattenException
-
- FlattenException::getLine() — 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
-
- 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
- Gets 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
-
- ConfigurationExtensionInterface::getConfiguration() — Method in class ConfigurationExtensionInterface
- Returns extension configuration
- 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.
- Extension::getConfiguration() — Method in class Extension
- Returns extension configuration
- 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.
- DumperInterface::getProxyFactoryCode() — Method in class DumperInterface
- Generates the code to be used to instantiate a proxy in the dumped factory code.
- DumperInterface::getProxyCode() — Method in class DumperInterface
- Generates the code for the lazy proxy.
- NullDumper::getProxyFactoryCode() — Method in class NullDumper
- Generates the code to be used to instantiate a proxy in the dumped factory code.
- NullDumper::getProxyCode() — Method in class NullDumper
- Generates the code for the lazy proxy.
- 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 associated with this link.
- Form::getMethod() — Method in class Form
- Gets the method associated with this link.
- Form::get() — Method in class Form
- Gets a named field.
- FormFieldRegistry::get() — Method in class FormFieldRegistry
- Returns the value of the field and its children.
- 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.
- ContainerAwareEventDispatcher::getListeners() — Method in class ContainerAwareEventDispatcher
- Gets the listeners of a specific event or all listeners.
- ContainerAwareEventDispatcher::getContainer() — Method in class ContainerAwareEventDispatcher
-
- TraceableEventDispatcherInterface::getCalledListeners() — Method in class TraceableEventDispatcherInterface
- Gets the called listeners.
- TraceableEventDispatcherInterface::getNotCalledListeners() — Method in class TraceableEventDispatcherInterface
- Gets the not called listeners.
- Event::getDispatcher() — Method in class Event
- Returns the EventDispatcher that dispatches this Event
- Event::getName() — Method in class Event
- Gets the event's name.
- EventDispatcher::getListeners() — Method in class EventDispatcher
- Gets the listeners of a specific event or all listeners.
- EventDispatcherInterface::getListeners() — Method in class EventDispatcherInterface
- Gets the listeners of a specific event or all listeners.
- EventSubscriberInterface::getSubscribedEvents() — Method in class EventSubscriberInterface
- Returns an array of event names this subscriber wants to listen to.
- GenericEvent — Class in namespace Symfony\Component\EventDispatcher
- Event encapsulation class.
- GenericEvent::getSubject() — Method in class GenericEvent
- Getter for subject property.
- GenericEvent::getArgument() — Method in class GenericEvent
- Get argument by key.
- GenericEvent::getArguments() — Method in class GenericEvent
- Getter for all arguments.
- GenericEvent::getIterator() — Method in class GenericEvent
- IteratorAggregate for iterating over the object like an array
- ImmutableEventDispatcher::getListeners() — Method in class ImmutableEventDispatcher
- Gets the listeners of a specific event or all listeners.
- AdapterInterface::getName() — Method in class AdapterInterface
- Returns adapter name.
- BsdFindAdapter::getName() — Method in class BsdFindAdapter
- {@inheritdoc}
- GnuFindAdapter — Class in namespace Symfony\Component\Finder\Adapter
- Shell engine implementation using GNU find command.
- GnuFindAdapter::getName() — Method in class GnuFindAdapter
- {@inheritdoc}
- PhpAdapter::getName() — Method in class PhpAdapter
- Returns adapter name.
- Comparator::getTarget() — Method in class Comparator
- Gets the target value.
- Comparator::getOperator() — Method in class Comparator
- Gets the comparison operator.
- AdapterFailureException::getAdapter() — Method in class AdapterFailureException
-
- ExceptionInterface::getAdapter() — Method in class ExceptionInterface
-
- ShellCommandFailureException::getCommand() — Method in class ShellCommandFailureException
-
- Expression::getType() — Method in class Expression
- Returns expression type.
- Expression::getGlob() — Method in class Expression
-
- Expression::getRegex() — Method in class Expression
-
- Glob — Class in namespace Symfony\Component\Finder\Expression
-
- Glob::getType() — Method in class Glob
- Returns expression type.
- Regex::getType() — Method in class Regex
- Returns expression type.
- ValueInterface::getType() — Method in class ValueInterface
- Returns expression type.
- Finder::getAdapters() — Method in class Finder
- Returns registered adapters ordered by priority without extra information.
- 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.
- FilePathsIterator::getSubPath() — Method in class FilePathsIterator
-
- FilePathsIterator::getSubPathname() — Method in class FilePathsIterator
-
- RecursiveDirectoryIterator::getChildren() — Method in class RecursiveDirectoryIterator
-
- SortableIterator::getIterator() — Method in class SortableIterator
-
- Command::get() — Method in class Command
- Retrieves a previously labeled command.
- Command::getErrorHandler() — Method in class Command
-
- Shell::getType() — Method in class Shell
- Returns guessed OS type.
- SplFileInfo::getRelativePath() — Method in class SplFileInfo
- Returns the relative path
- SplFileInfo::getRelativePathname() — Method in class SplFileInfo
- Returns the relative path name
- SplFileInfo::getContents() — Method in class SplFileInfo
- Returns the contents of the file
- 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.
- AbstractRendererEngine::getResourceForBlockName() — Method in class AbstractRendererEngine
- Returns the resource for a block name.
- AbstractRendererEngine::getResourceForBlockNameHierarchy() — Method in class AbstractRendererEngine
- Returns the resource for a block hierarchy.
- AbstractRendererEngine::getResourceHierarchyLevel() — Method in class AbstractRendererEngine
- Returns the hierarchy level at which a resource can be found.
- AbstractType::getParent() — Method in class AbstractType
- Returns the name of the parent type.
- Button::getParent() — Method in class Button
- Returns the parent form.
- Button::get() — Method in class Button
- Returns the child with the given name.
- Button::getErrors() — Method in class Button
- Returns all errors.
- Button::getData() — Method in class Button
- Returns the data in the format needed for the underlying object.
- Button::getNormData() — Method in class Button
- Returns the normalized data of the field.
- Button::getViewData() — Method in class Button
- Returns the data transformed by the value transformer.
- Button::getExtraData() — Method in class Button
- Returns the extra data.
- Button::getConfig() — Method in class Button
- Returns the form's configuration.
- Button::getName() — Method in class Button
- Returns the name by which the form is identified in forms.
- Button::getPropertyPath() — Method in class Button
- Returns the property path that the form is mapped to.
- Button::getRoot() — Method in class Button
- Returns the root of the form tree.
- Button::getIterator() — Method in class Button
- Unsupported method.
- ButtonBuilder::get() — Method in class ButtonBuilder
- Returns a child by name.
- ButtonBuilder::getForm() — Method in class ButtonBuilder
- Creates the form.
- ButtonBuilder::getFormConfig() — Method in class ButtonBuilder
- Builds and returns the form configuration.
- ButtonBuilder::getEventDispatcher() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getName() — Method in class ButtonBuilder
- {@inheritdoc}
- ButtonBuilder::getPropertyPath() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getMapped() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getByReference() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getVirtual() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getCompound() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getType() — Method in class ButtonBuilder
- Returns the form type used to construct the button.
- ButtonBuilder::getViewTransformers() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getModelTransformers() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getDataMapper() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getRequired() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getDisabled() — Method in class ButtonBuilder
- Returns whether the button is disabled.
- ButtonBuilder::getErrorBubbling() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getEmptyData() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getAttributes() — Method in class ButtonBuilder
- Returns additional attributes of the button.
- ButtonBuilder::getAttribute() — Method in class ButtonBuilder
- Returns the value of the given attribute.
- ButtonBuilder::getData() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getDataClass() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getDataLocked() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getFormFactory() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getAction() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getMethod() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getRequestHandler() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getAutoInitialize() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getInheritData() — Method in class ButtonBuilder
- Unsupported method.
- ButtonBuilder::getOptions() — Method in class ButtonBuilder
- Returns all options passed during the construction of the button.
- ButtonBuilder::getOption() — Method in class ButtonBuilder
- Returns the value of a specific option.
- ButtonBuilder::getIterator() — Method in class ButtonBuilder
- Unsupported method.
- ChoiceList::getChoices() — Method in class ChoiceList
- Returns the list of choices
- ChoiceList::getValues() — Method in class ChoiceList
- Returns the values for the choices
- ChoiceList::getPreferredViews() — Method in class ChoiceList
- Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys.
- ChoiceList::getRemainingViews() — Method in class ChoiceList
- Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys.
- ChoiceList::getChoicesForValues() — Method in class ChoiceList
- Returns the choices corresponding to the given values.
- ChoiceList::getValuesForChoices() — Method in class ChoiceList
- Returns the values corresponding to the given choices.
- ChoiceList::getIndicesForChoices() — Method in class ChoiceList
- Returns the indices corresponding to the given choices.
- ChoiceList::getIndicesForValues() — Method in class ChoiceList
- Returns the indices corresponding to the given values.
- ChoiceListInterface::getChoices() — Method in class ChoiceListInterface
- Returns the list of choices
- ChoiceListInterface::getValues() — Method in class ChoiceListInterface
- Returns the values for the choices
- ChoiceListInterface::getPreferredViews() — Method in class ChoiceListInterface
- Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys.
- ChoiceListInterface::getRemainingViews() — Method in class ChoiceListInterface
- Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys.
- ChoiceListInterface::getChoicesForValues() — Method in class ChoiceListInterface
- Returns the choices corresponding to the given values.
- ChoiceListInterface::getValuesForChoices() — Method in class ChoiceListInterface
- Returns the values corresponding to the given choices.
- ChoiceListInterface::getIndicesForChoices() — Method in class ChoiceListInterface
- Returns the indices corresponding to the given choices.
- ChoiceListInterface::getIndicesForValues() — Method in class ChoiceListInterface
- Returns the indices corresponding to the given values.
- LazyChoiceList::getChoices() — Method in class LazyChoiceList
- Returns the list of choices
- LazyChoiceList::getValues() — Method in class LazyChoiceList
- Returns the values for the choices
- LazyChoiceList::getPreferredViews() — Method in class LazyChoiceList
- Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys.
- LazyChoiceList::getRemainingViews() — Method in class LazyChoiceList
- Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys.
- LazyChoiceList::getChoicesForValues() — Method in class LazyChoiceList
- Returns the choices corresponding to the given values.
- LazyChoiceList::getValuesForChoices() — Method in class LazyChoiceList
- Returns the values corresponding to the given choices.
- LazyChoiceList::getIndicesForChoices() — Method in class LazyChoiceList
- Returns the indices corresponding to the given choices.
- LazyChoiceList::getIndicesForValues() — Method in class LazyChoiceList
- Returns the indices corresponding to the given values.
- SimpleChoiceList::getChoicesForValues() — Method in class SimpleChoiceList
- Returns the choices corresponding to the given values.
- SimpleChoiceList::getValuesForChoices() — Method in class SimpleChoiceList
- Returns the values corresponding to the given choices.
- FixCheckboxInputListener::getSubscribedEvents() — Method in class FixCheckboxInputListener
- Returns an array of event names this subscriber wants to listen to.
- FixRadioInputListener::getSubscribedEvents() — Method in class FixRadioInputListener
- Returns an array of event names this subscriber wants to listen to.
- FixUrlProtocolListener::getSubscribedEvents() — Method in class FixUrlProtocolListener
- Returns an array of event names this subscriber wants to listen to.
- MergeCollectionListener::getSubscribedEvents() — Method in class MergeCollectionListener
- Returns an array of event names this subscriber wants to listen to.
- ResizeFormListener::getSubscribedEvents() — Method in class ResizeFormListener
- Returns an array of event names this subscriber wants to listen to.
- TrimListener::getSubscribedEvents() — Method in class TrimListener
- Returns an array of event names this subscriber wants to listen to.
- BirthdayType::getParent() — Method in class BirthdayType
- Returns the name of the parent type.
- BirthdayType::getName() — Method in class BirthdayType
- Returns the name of this type.
- ButtonType::getParent() — Method in class ButtonType
- Returns the name of the parent type.
- ButtonType::getName() — Method in class ButtonType
- Returns the name of this type.
- CheckboxType::getName() — Method in class CheckboxType
- Returns the name of this type.
- ChoiceType::getName() — Method in class ChoiceType
- Returns the name of this type.
- CollectionType::getName() — Method in class CollectionType
- Returns the name of this type.
- CountryType::getParent() — Method in class CountryType
- Returns the name of the parent type.
- CountryType::getName() — Method in class CountryType
- Returns the name of this type.
- CurrencyType::getParent() — Method in class CurrencyType
- Returns the name of the parent type.
- CurrencyType::getName() — Method in class CurrencyType
- Returns the name of this type.
- DateTimeType::getName() — Method in class DateTimeType
- Returns the name of this type.
- DateType::getName() — Method in class DateType
- Returns the name of this type.
- EmailType::getParent() — Method in class EmailType
- Returns the name of the parent type.
- EmailType::getName() — Method in class EmailType
- Returns the name of this type.
- FileType::getName() — Method in class FileType
- Returns the name of this type.
- FormType::getParent() — Method in class FormType
- {@inheritdoc}
- FormType::getName() — Method in class FormType
- {@inheritdoc}
- HiddenType::getName() — Method in class HiddenType
- Returns the name of this type.
- IntegerType::getName() — Method in class IntegerType
- Returns the name of this type.
- LanguageType::getParent() — Method in class LanguageType
- Returns the name of the parent type.
- LanguageType::getName() — Method in class LanguageType
- Returns the name of this type.
- LocaleType::getParent() — Method in class LocaleType
- Returns the name of the parent type.
- LocaleType::getName() — Method in class LocaleType
- Returns the name of this type.
- MoneyType::getName() — Method in class MoneyType
- Returns the name of this type.
- NumberType::getName() — Method in class NumberType
- Returns the name of this type.
- PasswordType::getParent() — Method in class PasswordType
- Returns the name of the parent type.
- PasswordType::getName() — Method in class PasswordType
- Returns the name of this type.
- PercentType::getName() — Method in class PercentType
- Returns the name of this type.
- RadioType::getParent() — Method in class RadioType
- Returns the name of the parent type.
- RadioType::getName() — Method in class RadioType
- Returns the name of this type.
- RepeatedType::getName() — Method in class RepeatedType
- Returns the name of this type.
- ResetType::getParent() — Method in class ResetType
- Returns the name of the parent type.
- ResetType::getName() — Method in class ResetType
- Returns the name of this type.
- SearchType::getParent() — Method in class SearchType
- Returns the name of the parent type.
- SearchType::getName() — Method in class SearchType
- Returns the name of this type.
- SubmitType::getParent() — Method in class SubmitType
- Returns the name of the parent type.
- SubmitType::getName() — Method in class SubmitType
- Returns the name of this type.
- TextType::getName() — Method in class TextType
- Returns the name of this type.
- TextareaType::getParent() — Method in class TextareaType
- Returns the name of the parent type.
- TextareaType::getName() — Method in class TextareaType
- Returns the name of this type.
- TimeType::getName() — Method in class TimeType
- Returns the name of this type.
- TimezoneType::getParent() — Method in class TimezoneType
- Returns the name of the parent type.
- TimezoneType::getName() — Method in class TimezoneType
- Returns the name of this type.
- TimezoneType::getTimezones() — Method in class TimezoneType
- Returns the timezone choices.
- UrlType::getParent() — Method in class UrlType
- Returns the name of the parent type.
- UrlType::getName() — Method in class UrlType
- Returns the name of this type.
- 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.
- CsrfValidationListener::getSubscribedEvents() — Method in class CsrfValidationListener
- Returns an array of event names this subscriber wants to listen to.
- FormTypeCsrfExtension::getExtendedType() — Method in class FormTypeCsrfExtension
- Returns the name of the type being extended.
- 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.
- BindRequestListener::getSubscribedEvents() — Method in class BindRequestListener
- Returns an array of event names this subscriber wants to listen to.
- FormTypeHttpFoundationExtension::getExtendedType() — Method in class FormTypeHttpFoundationExtension
- Returns the name of the type being extended.
- Form::getTargets() — Method in class Form
- Returns whether the constraint can be put onto classes, properties or both
- ValidationListener::getSubscribedEvents() — Method in class ValidationListener
- Returns an array of event names this subscriber wants to listen to.
- FormTypeValidatorExtension::getExtendedType() — Method in class FormTypeValidatorExtension
- {@inheritdoc}
- RepeatedTypeValidatorExtension::getExtendedType() — Method in class RepeatedTypeValidatorExtension
- Returns the name of the type being extended.
- SubmitTypeValidatorExtension::getExtendedType() — Method in class SubmitTypeValidatorExtension
- Returns the name of the type being extended.
- ServerParams::getPostMaxSize() — Method in class ServerParams
- Returns maximum post size in bytes.
- ServerParams::getNormalizedIniPostMaxSize() — Method in class ServerParams
- Returns the normalized "postmaxsize" ini setting.
- ServerParams::getContentLength() — Method in class ServerParams
- Returns the content length of the request.
- 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::guessPattern() — Method in class ValidatorTypeGuesser
- Returns a guess about the field's pattern
- 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::guessPatternForConstraint() — Method in class ValidatorTypeGuesser
- Guesses a field's pattern based on the given constraint
- MappingRule::getOrigin() — Method in class MappingRule
-
- MappingRule::getTarget() — Method in class MappingRule
-
- RelativePath::getRoot() — Method in class RelativePath
-
- ViolationPath::getLength() — Method in class ViolationPath
- Returns the length of the property path, i.e.
- ViolationPath::getParent() — Method in class ViolationPath
- Returns the parent property path.
- ViolationPath::getElements() — Method in class ViolationPath
- Returns the elements of the property path as array
- ViolationPath::getElement() — Method in class ViolationPath
- Returns the element at the given index in the property path
- ViolationPath::getIterator() — Method in class ViolationPath
- Returns a new iterator for this path
- Form::getConfig() — Method in class Form
- Returns the form's configuration.
- Form::getName() — Method in class Form
- Returns the name by which the form is identified in forms.
- Form::getPropertyPath() — Method in class Form
- Returns the property path that the form is mapped to.
- Form::getParent() — Method in class Form
- Returns the parent form.
- Form::getRoot() —