A

AbstractConfigurationClass in namespace SR\WonkaBundle\Component\DependencyInjection
Class Configuration.
AbstractBuilderManagerClass in namespace SR\WonkaBundle\Component\DependencyInjection\Builder
Class AbstractBuilderManager.
AbstractCompilerAttendantClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Attendant
Class AbstractCompilerAttendant.
AbstractCompilerPassClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Pass
Class AbstractCompilerPass.
AbstractCompilerRegistrarClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Registrar
Class AbstractCompilerRegistrar.
AbstractCompilerRegistrar::addAttendant() — Method in class AbstractCompilerRegistrar
CompilerRegistrarInterface::addAttendant() — Method in class CompilerRegistrarInterface
KernelDefinition::arguments() — Method in class KernelDefinition
AbstractTwigDefinitionClass in namespace SR\WonkaBundle\Twig\Definition
Class TwigFunctionDefinition.
TwigExtension::addOptionNeedsEnvironment() — Method in class TwigExtension
Sets the options that tells Twig it should inject the Twig_Enviornment into the function call.
TwigExtension::addOptionHtmlSafe() — Method in class TwigExtension
Sets the option that allows for HTML to be returned from the extension function.
TwigExtension::addFunctions() — Method in class TwigExtension
Adds an array of extension functions.
TwigExtension::addFunction() — Method in class TwigExtension
Add functions to extension.
TwigExtension::addFilters() — Method in class TwigExtension
Adds an array of extension filters.
TwigExtension::addFilter() — Method in class TwigExtension
Add filter to extension.
TwigExtensionInterface::addOptionNeedsEnvironment() — Method in class TwigExtensionInterface
Sets the options that tells Twig it should inject the Twig_Enviornment into the function call.
TwigExtensionInterface::addOptionHtmlSafe() — Method in class TwigExtensionInterface
Sets the option that allows for HTML to be returned from the extension function.
TwigExtensionInterface::addFunctions() — Method in class TwigExtensionInterface
Adds an array of extension functions.
TwigExtensionInterface::addFunction() — Method in class TwigExtensionInterface
Add functions to extension.
TwigExtensionInterface::addFilters() — Method in class TwigExtensionInterface
Adds an array of extension filters.
TwigExtensionInterface::addFilter() — Method in class TwigExtensionInterface
Add filter to extension.

B

BundleClass in namespace SR\WonkaBundle\Component\HttpKernel\Bundle
Class Bundle.
BundleInspectClass in namespace SR\WonkaBundle\Component\HttpKernel\Bundle
Class BundleInspect.
CompilerAwareBundle::build() — Method in class CompilerAwareBundle

C

AbstractBuilderManager::create() — Method in class AbstractBuilderManager
CompilerAttendantInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Attendant
Class CompilerAttendantInterface.
CompilerPassInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Pass
Class CompilerPassInterface.
AbstractCompilerRegistrar::count() — Method in class AbstractCompilerRegistrar
CompilerRegistrarInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Compiler\Registrar
Class CompilerRegistrarInterface.
CompilerRegistrarInterface::count() — Method in class CompilerRegistrarInterface
ContainerAwareInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Container
Class ContainerAwareInterface.
ContainerAwareTraitClass in namespace SR\WonkaBundle\Component\DependencyInjection\Container
Class ContainerAwareTrait.
ContainerExceptionClass in namespace SR\WonkaBundle\Component\DependencyInjection\Exception
Class ContainerException.
ContainerExceptionInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Exception
Interface ContainerExceptionInterface.
CompilerAwareBundleClass in namespace SR\WonkaBundle\Component\HttpKernel\Bundle
Class CompilerAwareBundle.
CompilerAwareBundleInterfaceClass in namespace SR\WonkaBundle\Component\HttpKernel\Bundle
Class CompilerAwareBundleInterface.
KernelDefinition::create() — Method in class KernelDefinition
ConfigurationClass in namespace SR\WonkaBundle\DependencyInjection
Class Configuration.
TwigExtension::clearFunctions() — Method in class TwigExtension
Clears the array of extension functions.
TwigExtension::clearFilters() — Method in class TwigExtension
Clears the array of extension filters.
TwigExtensionInterface::clearFunctions() — Method in class TwigExtensionInterface
Clears the array of extension functions.
TwigExtensionInterface::clearFilters() — Method in class TwigExtensionInterface
Clears the array of extension filters.
ConfigContainerClass in namespace SR\WonkaBundle\Utility\Config
Class ConfigContainer.
ConfigInterfaceClass in namespace SR\WonkaBundle\Utility\Config
Class ConfigInterface.

D

DisableableExtensionClass in namespace SR\WonkaBundle\Component\DependencyInjection
Class DisableableExtension.

E

EnableableExtensionClass in namespace SR\WonkaBundle\Component\DependencyInjection
Class EnableableExtension.
ExtensionClass in namespace SR\WonkaBundle\Component\DependencyInjection
Class Extension.
KernelDefinition::environments() — Method in class KernelDefinition

G

AbstractConfiguration::getConfigTreeBuilder() — Method in class AbstractConfiguration
StopwatchAwareTrait::getStopwatch() — Method in class StopwatchAwareTrait
AbstractBuilderManager::getNodeDefinition() — Method in class AbstractBuilderManager
NodeBuilderManager::getNodeBuilder() — Method in class NodeBuilderManager
TreeBuilderManager::getTreeBuilder() — Method in class TreeBuilderManager
AbstractCompilerAttendant::getType() — Method in class AbstractCompilerAttendant
The attendants are designated their "type" using the class names of the respective object. Although fully-qualified names can be (and are) used, this implementation does take the assuption that the base names of the implementations does not overlap.
CompilerAttendantInterface::getType() — Method in class CompilerAttendantInterface
AbstractCompilerPass::getRegistrarService() — Method in class AbstractCompilerPass
Return the name of the service that handles the collection of tagged items found (the chain manager).
AbstractCompilerPass::getAttendantTagName() — Method in class AbstractCompilerPass
Return the name of the search tag to find services to be attached to the chain (the chain subscribers).
AbstractCompilerPass::getRegistrarAddAttendantMethodName() — Method in class AbstractCompilerPass
CompilerPassInterface::getRegistrarService() — Method in class CompilerPassInterface
Return the name of the service that handles the collection of tagged items found (the chain manager).
CompilerPassInterface::getAttendantTagName() — Method in class CompilerPassInterface
Return the name of the search tag to find services to be attached to the chain (the chain subscribers).
CompilerPassInterface::getRegistrarAddAttendantMethodName() — Method in class CompilerPassInterface
AbstractCompilerRegistrar::getIterator() — Method in class AbstractCompilerRegistrar
AbstractCompilerRegistrar::getAttendantCollection() — Method in class AbstractCompilerRegistrar
CompilerRegistrarInterface::getIterator() — Method in class CompilerRegistrarInterface
CompilerRegistrarInterface::getAttendantCollection() — Method in class CompilerRegistrarInterface
ContainerAwareInterface::getContainer() — Method in class ContainerAwareInterface
Getter for container property.
ContainerAwareInterface::getContainerParameter() — Method in class ContainerAwareInterface
Get a parameter from the container.
ContainerAwareInterface::getContainerService() — Method in class ContainerAwareInterface
Get a service from the container.
ContainerAwareTrait::getContainer() — Method in class ContainerAwareTrait
Getter for container property.
ContainerAwareTrait::getContainerParameter() — Method in class ContainerAwareTrait
Get a parameter from the container.
ContainerAwareTrait::getContainerService() — Method in class ContainerAwareTrait
Get a service from the container.
ContainerException::getDefaultMessage() — Method in class ContainerException
ContainerException::getDefaultCode() — Method in class ContainerException
InvalidContainerParameterException::getDefaultMessage() — Method in class InvalidContainerParameterException
InvalidContainerParameterException::getDefaultCode() — Method in class InvalidContainerParameterException
InvalidContainerServiceException::getDefaultMessage() — Method in class InvalidContainerServiceException
InvalidContainerServiceException::getDefaultCode() — Method in class InvalidContainerServiceException
BundleInspect::getContextFromNamespace() — Method in class BundleInspect
BundleInspect::getName() — Method in class BundleInspect
KernelDefinition::getInstance() — Method in class KernelDefinition
AbstractTwigDefinition::getOptions() — Method in class AbstractTwigDefinition
AbstractTwigDefinition::getNativeInstance() — Method in class AbstractTwigDefinition
TwigFilterDefinition::getNativeInstance() — Method in class TwigFilterDefinition
TwigFunctionDefinition::getNativeInstance() — Method in class TwigFunctionDefinition
TwigExtension::getOptions() — Method in class TwigExtension
TwigExtension::getName() — Method in class TwigExtension
Returns the name of the Twig extension based on the classname.
TwigExtension::getFunctions() — Method in class TwigExtension
Returns an array of extension functions as {@see:\Twig_Function}.
TwigExtension::getFilters() — Method in class TwigExtension
Returns an array of extension filters as {@see:\Twig_Filters}.
TwigExtensionInterface::getOptions() — Method in class TwigExtensionInterface
TwigExtensionInterface::getName() — Method in class TwigExtensionInterface
Returns the name of the Twig extension based on the classname.
TwigExtensionInterface::getFunctions() — Method in class TwigExtensionInterface
Returns an array of extension functions as {@see:\Twig_Function}.
TwigExtensionInterface::getFilters() — Method in class TwigExtensionInterface
Returns an array of extension filters as {@see:\Twig_Filters}.
ConfigContainer::get() — Method in class ConfigContainer
ConfigInterface::get() — Method in class ConfigInterface
Security::getRandomBytes() — Method in class Security
Security::getRandomHash() — Method in class Security
Security::getRandomPassword() — Method in class Security

H

StopwatchAwareTrait::hasStopwatch() — Method in class StopwatchAwareTrait
AbstractCompilerRegistrar::hasAttendant() — Method in class AbstractCompilerRegistrar
CompilerRegistrarInterface::hasAttendant() — Method in class CompilerRegistrarInterface
ContainerAwareInterface::hasContainer() — Method in class ContainerAwareInterface
Checker for container property.
ContainerAwareInterface::hasContainerParameter() — Method in class ContainerAwareInterface
Checks if the container parameter exists.
ContainerAwareInterface::hasContainerService() — Method in class ContainerAwareInterface
Checks if the container service exists.
ContainerAwareTrait::hasContainer() — Method in class ContainerAwareTrait
Checker for container property.
ContainerAwareTrait::hasContainerParameter() — Method in class ContainerAwareTrait
Checks if the container parameter exists.
ContainerAwareTrait::hasContainerService() — Method in class ContainerAwareTrait
Checks if the container service exists.
Extension::handleConfigsToParameterWhenArrayInt() — Method in class Extension
Set or update a parameter when its value is an integer array.
Extension::handleConfigsToParameterWhenArrayHash() — Method in class Extension
Set a new parameter within the container when it is an array hash.
Extension::handleConfigsToParameterWhenNotArray() — Method in class Extension
Set a new parameter within the container when it is a flat value (non-array).
Extension::handleConfigsToParameterWhenEmpty() — Method in class Extension
Set a new parameter within the container when it contains an empty value/array/etc as a value.
KernelDefinition::hasEnvironment() — Method in class KernelDefinition
ConfigContainer::has() — Method in class ConfigContainer
ConfigInterface::has() — Method in class ConfigInterface

I

AbstractCompilerAttendant::isSupported() — Method in class AbstractCompilerAttendant
Override to define logic for supported checks.
CompilerAttendantInterface::isSupported() — Method in class CompilerAttendantInterface
InvokableContainerValueResolverClass in namespace SR\WonkaBundle\Component\DependencyInjection\Container
Class InvokableContainerValueResolver.
InvokableContainerValueResolverInterfaceClass in namespace SR\WonkaBundle\Component\DependencyInjection\Container
Class InvokableContainerValueResolverInterface.
InvalidContainerParameterExceptionClass in namespace SR\WonkaBundle\Component\DependencyInjection\Exception
Class InvalidContainerParameterException.
InvalidContainerServiceExceptionClass in namespace SR\WonkaBundle\Component\DependencyInjection\Exception
Class InvalidContainerServiceException.
Security::isSecurePassword() — Method in class Security

K

KernelClass in namespace SR\WonkaBundle\Component\HttpKernel
Class Kernel.
KernelDefinitionClass in namespace SR\WonkaBundle\Component\HttpKernel
Class KernelDefinition.
KernelTestCaseClass in namespace SR\WonkaBundle\Test
Class KernelTestCase.
KernelTestCaseTraitClass in namespace SR\WonkaBundle\Test
Trait KernelTestCaseTrait.

L

Extension::load() — Method in class Extension
Loads the configuration (builds the container).

M

TwigOptionsDefinition::merge() — Method in class TwigOptionsDefinition
Merges the passed options, optionally overwriting duplicate options or keeping existing options.
MomentTwigExtensionClass in namespace SR\WonkaBundle\Twig
Class MomentTwigExtension.
MomentTwigExtension::moment() — Method in class MomentTwigExtension

N

NodeBuilderManagerClass in namespace SR\WonkaBundle\Component\DependencyInjection\Builder
Class NodeBuilderManager.
NodeBuilderManager::newBuilder() — Method in class NodeBuilderManager
TreeBuilderManager::newBuilder() — Method in class TreeBuilderManager

P

AbstractCompilerPass::process() — Method in class AbstractCompilerPass
PathClass in namespace SR\WonkaBundle\Utility\Path
Class Path.

R

CompilerAwareBundle::registerCompilerPass() — Method in class CompilerAwareBundle
CompilerAwareBundleInterface::registerCompilerPass() — Method in class CompilerAwareBundleInterface
Kernel::registerBundles() — Method in class Kernel
Kernel::registerContainerConfiguration() — Method in class Kernel
Path::remove() — Method in class Path

S

StopwatchActionsAwareTraitClass in namespace SR\WonkaBundle\Component\DependencyInjection\Aware
Trait StopwatchActionsAwareTrait.
StopwatchAwareTraitClass in namespace SR\WonkaBundle\Component\DependencyInjection\Aware
Trait StopwatchAwareTrait.
StopwatchAwareTrait::setStopwatch() — Method in class StopwatchAwareTrait
AbstractBuilderManager::setNodeDefinition() — Method in class AbstractBuilderManager
NodeBuilderManager::setNodeBuilder() — Method in class NodeBuilderManager
TreeBuilderManager::setTreeBuilder() — Method in class TreeBuilderManager
ContainerAwareTrait::setContainer() — Method in class ContainerAwareTrait
Sets the container.
XmlFileLoader::setup() — Method in class XmlFileLoader
Having deferred setup previously, this method handles calling the parent constructor {see parent::__construct} to setup the object as it normally would be.
YamlFileLoader::setup() — Method in class YamlFileLoader
Having deferred setup previously, this method handles calling the parent constructor {see parent::__construct} to setup the object as it normally would be.
KernelTestCase::setUpBeforeClass() — Method in class KernelTestCase
AbstractTwigDefinition::setName() — Method in class AbstractTwigDefinition
AbstractTwigDefinition::setCallable() — Method in class AbstractTwigDefinition
AbstractTwigDefinition::setOptions() — Method in class AbstractTwigDefinition
TwigExtension::setOptions() — Method in class TwigExtension
TwigExtensionInterface::setOptions() — Method in class TwigExtensionInterface
SecurityClass in namespace SR\WonkaBundle\Utility\Security
Class Security.

T

TreeBuilderManagerClass in namespace SR\WonkaBundle\Component\DependencyInjection\Builder
Class TreeBuilderManager.
KernelTestCase::tearDownAfterClass() — Method in class KernelTestCase
TestCaseClass in namespace SR\WonkaBundle\Test
Class TestCase.
TwigFilterDefinitionClass in namespace SR\WonkaBundle\Twig\Definition
Class TwigFilterDefinition.
TwigFunctionDefinitionClass in namespace SR\WonkaBundle\Twig\Definition
Class TwigFunctionDefinition.
TwigOptionsDefinitionClass in namespace SR\WonkaBundle\Twig\Definition
Class TwigOptionsDefinition.
TwigExtensionClass in namespace SR\WonkaBundle\Twig
Class TwigExtension.
TwigExtensionInterfaceClass in namespace SR\WonkaBundle\Twig
Interface TwigExtensionInterface.

W

WonkaExtensionClass in namespace SR\WonkaBundle\DependencyInjection
Class WonkaExtension.
WonkaBundleClass in namespace SR\WonkaBundle
Class WonkaBundle.

X

XmlFileLoaderClass in namespace SR\WonkaBundle\Component\DependencyInjection\Loader
Class XmlFileLoader.

Y

YamlFileLoaderClass in namespace SR\WonkaBundle\Component\DependencyInjection\Loader
Class YamlFileLoader.

_

AbstractCompilerAttendant::__construct() — Method in class AbstractCompilerAttendant
Construct object with default parameters. Any number of parameters may be passed so long as they are each a single-element associative array of the form [propertyName=>propertyValue].
AbstractCompilerAttendant::__toString() — Method in class AbstractCompilerAttendant
Casting to string returns class name of attendant.
AbstractCompilerRegistrar::__construct() — Method in class AbstractCompilerRegistrar
Construct object with default parameters. Any number of parameters may be passed so long as they are each a single-element associative array of the form [propertyName=>propertyValue]. If passed, these additional parameters will overwrite the default instance properties and, as such, runtime handling of this registrar.
InvokableContainerValueResolver::__invoke() — Method in class InvokableContainerValueResolver
Invoking this class using function syntax, while providing either a parameter or service name lookup, will return the requested value.
InvokableContainerValueResolverInterface::__invoke() — Method in class InvokableContainerValueResolverInterface
Invoking this class using function syntax, while providing either a parameter or service name lookup, will return the requested value.
XmlFileLoader::__construct() — Method in class XmlFileLoader
YamlFileLoader::__construct() — Method in class YamlFileLoader
KernelDefinition::__construct() — Method in class KernelDefinition
AbstractTwigDefinition::__construct() — Method in class AbstractTwigDefinition
MomentTwigExtension::__construct() — Method in class MomentTwigExtension
TwigExtension::__construct() — Method in class TwigExtension
ConfigContainer::__construct() — Method in class ConfigContainer