SYMBOL INDEX (312 symbols across 36 files) FILE: Command/NotifyDeploymentCommand.php class NotifyDeploymentCommand (line 22) | class NotifyDeploymentCommand extends Command method __construct (line 32) | public function __construct(Config $newrelic) method configure (line 39) | protected function configure(): void method execute (line 64) | protected function execute(InputInterface $input, OutputInterface $out... method performRequest (line 102) | public function performRequest(string $api_key, string $payload, ?stri... method createPayload (line 150) | private function createPayload(string $appName, InputInterface $input)... FILE: DependencyInjection/Compiler/MonologHandlerPass.php class MonologHandlerPass (line 21) | class MonologHandlerPass implements CompilerPassInterface method process (line 23) | public function process(ContainerBuilder $container): void method getChannels (line 56) | private function getChannels(ContainerBuilder $container) FILE: DependencyInjection/Configuration.php class Configuration (line 22) | class Configuration implements ConfigurationInterface method getConfigTreeBuilder (line 24) | public function getConfigTreeBuilder(): TreeBuilder FILE: DependencyInjection/EkinoNewRelicExtension.php class EkinoNewRelicExtension (line 40) | class EkinoNewRelicExtension extends Extension method load (line 42) | public function load(array $configs, ContainerBuilder $container): void method getInteractorServiceId (line 135) | private function getInteractorServiceId(array $config): string method getTransactionNamingServiceId (line 154) | private function getTransactionNamingServiceId(array $config): string FILE: EkinoNewRelicBundle.php class EkinoNewRelicBundle (line 21) | class EkinoNewRelicBundle extends Bundle method build (line 23) | public function build(ContainerBuilder $container) method boot (line 30) | public function boot() method shutdown (line 39) | public function shutdown() FILE: Exception/DeprecationException.php class DeprecationException (line 19) | class DeprecationException extends \ErrorException FILE: Listener/CommandListener.php class CommandListener (line 23) | class CommandListener implements EventSubscriberInterface method __construct (line 29) | public function __construct(Config $config, NewRelicInteractorInterfac... method getSubscribedEvents (line 36) | public static function getSubscribedEvents(): array method onConsoleCommand (line 44) | public function onConsoleCommand(ConsoleCommandEvent $event): void method onConsoleError (line 85) | public function onConsoleError(ConsoleErrorEvent $event): void FILE: Listener/DeprecationListener.php class DeprecationListener (line 19) | class DeprecationListener method __construct (line 24) | public function __construct(NewRelicInteractorInterface $interactor) method register (line 29) | public function register(): void method unregister (line 45) | public function unregister(): void FILE: Listener/ExceptionListener.php class ExceptionListener (line 26) | class ExceptionListener implements EventSubscriberInterface method __construct (line 30) | public function __construct(NewRelicInteractorInterface $interactor) method getSubscribedEvents (line 35) | public static function getSubscribedEvents(): array method onKernelException (line 45) | public function onKernelException(KernelExceptionEvent $event): void FILE: Listener/RequestListener.php class RequestListener (line 25) | class RequestListener implements EventSubscriberInterface method __construct (line 34) | public function __construct( method getSubscribedEvents (line 50) | public static function getSubscribedEvents(): array method setApplicationName (line 61) | public function setApplicationName(KernelRequestEvent $event): void method setTransactionName (line 83) | public function setTransactionName(KernelRequestEvent $event): void method setIgnoreTransaction (line 94) | public function setIgnoreTransaction(KernelRequestEvent $event): void method isEventValid (line 113) | private function isEventValid(KernelRequestEvent $event): bool FILE: Listener/ResponseListener.php class ResponseListener (line 25) | class ResponseListener implements EventSubscriberInterface method __construct (line 33) | public function __construct( method getSubscribedEvents (line 47) | public static function getSubscribedEvents(): array method onKernelResponse (line 56) | public function onKernelResponse(KernelResponseEvent $event): void FILE: Logging/AdaptiveHandler.php class AdaptiveHandler (line 19) | class AdaptiveHandler extends NewRelicHandler method __construct (line 21) | public function __construct( method write (line 31) | protected function write(array $record): void FILE: NewRelic/AdaptiveInteractor.php class AdaptiveInteractor (line 24) | class AdaptiveInteractor implements NewRelicInteractorInterface method __construct (line 28) | public function __construct(NewRelicInteractorInterface $real, NewReli... method setApplicationName (line 33) | public function setApplicationName(string $name, string $license = nul... method setTransactionName (line 38) | public function setTransactionName(string $name): bool method ignoreTransaction (line 43) | public function ignoreTransaction(): void method addCustomEvent (line 48) | public function addCustomEvent(string $name, array $attributes): void method addCustomMetric (line 53) | public function addCustomMetric(string $name, float $value): bool method addCustomParameter (line 58) | public function addCustomParameter(string $name, $value): bool method getBrowserTimingHeader (line 63) | public function getBrowserTimingHeader(bool $includeTags = true): string method getBrowserTimingFooter (line 68) | public function getBrowserTimingFooter(bool $includeTags = true): string method disableAutoRUM (line 73) | public function disableAutoRUM(): ?bool method noticeThrowable (line 78) | public function noticeThrowable(\Throwable $e, string $message = null)... method noticeError (line 83) | public function noticeError( method enableBackgroundJob (line 93) | public function enableBackgroundJob(): void method disableBackgroundJob (line 98) | public function disableBackgroundJob(): void method startTransaction (line 103) | public function startTransaction(string $name = null, string $license ... method endTransaction (line 108) | public function endTransaction(bool $ignore = false): bool method excludeFromApdex (line 113) | public function excludeFromApdex(): void method addCustomTracer (line 118) | public function addCustomTracer(string $name): bool method setCaptureParams (line 123) | public function setCaptureParams(bool $enabled): void method stopTransactionTiming (line 128) | public function stopTransactionTiming(): void method recordDatastoreSegment (line 133) | public function recordDatastoreSegment(callable $func, array $parameters) method setUserAttributes (line 138) | public function setUserAttributes(string $userValue, string $accountVa... method getTraceMetadata (line 143) | public function getTraceMetadata(): array method getLinkingMetadata (line 152) | public function getLinkingMetadata(): array method isSampled (line 161) | public function isSampled(): bool method insertDistributedTracingHeaders (line 170) | public function insertDistributedTracingHeaders(array &$headers): void method acceptDistributedTraceHeaders (line 179) | public function acceptDistributedTraceHeaders(array $headers, string $... FILE: NewRelic/BlackholeInteractor.php class BlackholeInteractor (line 21) | class BlackholeInteractor implements NewRelicInteractorInterface method setApplicationName (line 23) | public function setApplicationName(string $name, string $license = nul... method setTransactionName (line 28) | public function setTransactionName(string $name): bool method ignoreTransaction (line 33) | public function ignoreTransaction(): void method addCustomEvent (line 37) | public function addCustomEvent(string $name, array $attributes): void method addCustomMetric (line 41) | public function addCustomMetric(string $name, float $value): bool method addCustomParameter (line 46) | public function addCustomParameter(string $name, $value): bool method getBrowserTimingHeader (line 51) | public function getBrowserTimingHeader(bool $includeTags = true): string method getBrowserTimingFooter (line 56) | public function getBrowserTimingFooter(bool $includeTags = true): string method disableAutoRUM (line 61) | public function disableAutoRUM(): ?bool method noticeThrowable (line 66) | public function noticeThrowable(\Throwable $e, string $message = null)... method noticeError (line 70) | public function noticeError( method enableBackgroundJob (line 79) | public function enableBackgroundJob(): void method disableBackgroundJob (line 83) | public function disableBackgroundJob(): void method startTransaction (line 87) | public function startTransaction(string $name = null, string $license ... method endTransaction (line 92) | public function endTransaction(bool $ignore = false): bool method excludeFromApdex (line 97) | public function excludeFromApdex(): void method addCustomTracer (line 101) | public function addCustomTracer(string $name): bool method setCaptureParams (line 106) | public function setCaptureParams(bool $enabled): void method stopTransactionTiming (line 110) | public function stopTransactionTiming(): void method recordDatastoreSegment (line 114) | public function recordDatastoreSegment(callable $func, array $parameters) method setUserAttributes (line 119) | public function setUserAttributes(string $userValue, string $accountVa... method getTraceMetadata (line 124) | public function getTraceMetadata(): array method getLinkingMetadata (line 129) | public function getLinkingMetadata(): array method isSampled (line 134) | public function isSampled(): bool method insertDistributedTracingHeaders (line 139) | public function insertDistributedTracingHeaders(array &$headers): void method acceptDistributedTraceHeaders (line 143) | public function acceptDistributedTraceHeaders(array $headers, string $... FILE: NewRelic/Config.php class Config (line 19) | class Config method __construct (line 31) | public function __construct(?string $name, string $apiKey = null, stri... method setCustomEvents (line 44) | public function setCustomEvents(array $customEvents): void method getCustomEvents (line 49) | public function getCustomEvents(): array method addCustomEvent (line 54) | public function addCustomEvent(string $name, array $attributes): void method setCustomMetrics (line 59) | public function setCustomMetrics(array $customMetrics): void method getCustomMetrics (line 64) | public function getCustomMetrics(): array method setCustomParameters (line 69) | public function setCustomParameters(array $customParameters): void method addCustomParameter (line 77) | public function addCustomParameter(string $name, $value): void method addCustomMetric (line 82) | public function addCustomMetric(string $name, float $value): void method getCustomParameters (line 87) | public function getCustomParameters(): array method getName (line 92) | public function getName(): string method getDeploymentNames (line 100) | public function getDeploymentNames(): array method getApiKey (line 105) | public function getApiKey(): ?string method getApiHost (line 110) | public function getApiHost(): ?string method getLicenseKey (line 115) | public function getLicenseKey(): ?string method getXmit (line 120) | public function getXmit(): bool FILE: NewRelic/LoggingInteractorDecorator.php class LoggingInteractorDecorator (line 19) | class LoggingInteractorDecorator implements NewRelicInteractorInterface method __construct (line 24) | public function __construct(NewRelicInteractorInterface $interactor, L... method setApplicationName (line 30) | public function setApplicationName(string $name, string $license = nul... method setTransactionName (line 37) | public function setTransactionName(string $name): bool method ignoreTransaction (line 44) | public function ignoreTransaction(): void method addCustomEvent (line 50) | public function addCustomEvent(string $name, array $attributes): void method addCustomMetric (line 56) | public function addCustomMetric(string $name, float $value): bool method addCustomParameter (line 63) | public function addCustomParameter(string $name, $value): bool method getBrowserTimingHeader (line 70) | public function getBrowserTimingHeader(bool $includeTags = true): string method getBrowserTimingFooter (line 77) | public function getBrowserTimingFooter(bool $includeTags = true): string method disableAutoRUM (line 84) | public function disableAutoRUM(): ?bool method noticeError (line 91) | public function noticeError( method noticeThrowable (line 108) | public function noticeThrowable(\Throwable $e, string $message = null)... method enableBackgroundJob (line 117) | public function enableBackgroundJob(): void method disableBackgroundJob (line 123) | public function disableBackgroundJob(): void method endTransaction (line 129) | public function endTransaction(bool $ignore = false): bool method startTransaction (line 136) | public function startTransaction(string $name = null, string $license ... method excludeFromApdex (line 143) | public function excludeFromApdex(): void method addCustomTracer (line 149) | public function addCustomTracer(string $name): bool method setCaptureParams (line 156) | public function setCaptureParams(bool $enabled): void method stopTransactionTiming (line 162) | public function stopTransactionTiming(): void method recordDatastoreSegment (line 168) | public function recordDatastoreSegment(callable $func, array $parameters) method setUserAttributes (line 177) | public function setUserAttributes(string $userValue, string $accountVa... method getTraceMetadata (line 188) | public function getTraceMetadata(): array method getLinkingMetadata (line 197) | public function getLinkingMetadata(): array method isSampled (line 206) | public function isSampled(): bool method insertDistributedTracingHeaders (line 215) | public function insertDistributedTracingHeaders(array &$headers): void method acceptDistributedTraceHeaders (line 222) | public function acceptDistributedTraceHeaders(array $headers, string $... FILE: NewRelic/NewRelicInteractor.php class NewRelicInteractor (line 16) | class NewRelicInteractor implements NewRelicInteractorInterface method setApplicationName (line 18) | public function setApplicationName(string $name, string $license = nul... method setTransactionName (line 23) | public function setTransactionName(string $name): bool method ignoreTransaction (line 28) | public function ignoreTransaction(): void method addCustomEvent (line 33) | public function addCustomEvent(string $name, array $attributes): void method addCustomMetric (line 38) | public function addCustomMetric(string $name, float $value): bool method addCustomParameter (line 43) | public function addCustomParameter(string $name, $value): bool method getBrowserTimingHeader (line 48) | public function getBrowserTimingHeader(bool $includeTags = true): string method getBrowserTimingFooter (line 53) | public function getBrowserTimingFooter(bool $includeTags = true): string method disableAutoRUM (line 58) | public function disableAutoRUM(): ?bool method noticeError (line 63) | public function noticeError(int $errno, string $errstr, string $errfil... method noticeThrowable (line 68) | public function noticeThrowable(\Throwable $e, string $message = null)... method enableBackgroundJob (line 73) | public function enableBackgroundJob(): void method disableBackgroundJob (line 78) | public function disableBackgroundJob(): void method endTransaction (line 83) | public function endTransaction(bool $ignore = false): bool method startTransaction (line 88) | public function startTransaction(string $name = null, string $license ... method excludeFromApdex (line 101) | public function excludeFromApdex(): void method addCustomTracer (line 106) | public function addCustomTracer(string $name): bool method setCaptureParams (line 111) | public function setCaptureParams(bool $enabled): void method stopTransactionTiming (line 116) | public function stopTransactionTiming(): void method recordDatastoreSegment (line 121) | public function recordDatastoreSegment(callable $func, array $parameters) method setUserAttributes (line 126) | public function setUserAttributes(string $userValue, string $accountVa... method getTraceMetadata (line 131) | public function getTraceMetadata(): array method getLinkingMetadata (line 140) | public function getLinkingMetadata(): array method isSampled (line 149) | public function isSampled(): bool method insertDistributedTracingHeaders (line 158) | public function insertDistributedTracingHeaders(array &$headers): void method acceptDistributedTraceHeaders (line 167) | public function acceptDistributedTraceHeaders(array $headers, string $... FILE: NewRelic/NewRelicInteractorInterface.php type NewRelicInteractorInterface (line 25) | interface NewRelicInteractorInterface method setApplicationName (line 32) | public function setApplicationName(string $name, string $license = nul... method setTransactionName (line 39) | public function setTransactionName(string $name): bool; method ignoreTransaction (line 46) | public function ignoreTransaction(): void; method addCustomEvent (line 53) | public function addCustomEvent(string $name, array $attributes): void; method addCustomMetric (line 60) | public function addCustomMetric(string $name, float $value): bool; method addCustomParameter (line 67) | public function addCustomParameter(string $name, $value): bool; method getBrowserTimingHeader (line 74) | public function getBrowserTimingHeader(bool $includeTags = true): string; method getBrowserTimingFooter (line 81) | public function getBrowserTimingFooter(bool $includeTags = true): string; method disableAutoRUM (line 88) | public function disableAutoRUM(): ?bool; method noticeThrowable (line 96) | public function noticeThrowable(\Throwable $e, string $message = null)... method noticeError (line 101) | public function noticeError(int $errno, string $errstr, string $errfil... method enableBackgroundJob (line 106) | public function enableBackgroundJob(): void; method disableBackgroundJob (line 111) | public function disableBackgroundJob(): void; method startTransaction (line 118) | public function startTransaction(string $name = null, string $license ... method endTransaction (line 125) | public function endTransaction(bool $ignore = false): bool; method excludeFromApdex (line 132) | public function excludeFromApdex(): void; method addCustomTracer (line 140) | public function addCustomTracer(string $name): bool; method setCaptureParams (line 147) | public function setCaptureParams(bool $enabled): void; method stopTransactionTiming (line 154) | public function stopTransactionTiming(): void; method recordDatastoreSegment (line 163) | public function recordDatastoreSegment(callable $func, array $paramete... method setUserAttributes (line 170) | public function setUserAttributes(string $userValue, string $accountVa... FILE: Tests/AppKernel.php class AppKernel (line 24) | class AppKernel extends Kernel method __construct (line 39) | public function __construct($cachePrefix) method getCacheDir (line 45) | public function getCacheDir(): string method getLogDir (line 50) | public function getLogDir(): string method getProjectDir (line 55) | public function getProjectDir(): string method setRootDir (line 67) | public function setRootDir($rootDir) method setProjectDir (line 75) | public function setProjectDir($projectDir) method registerBundles (line 80) | public function registerBundles(): iterable method registerContainerConfiguration (line 92) | public function registerContainerConfiguration(LoaderInterface $loader) method loadRoutes (line 130) | public function loadRoutes(LoaderInterface $loader) method buildContainer (line 138) | protected function buildContainer(): ContainerBuilder FILE: Tests/BundleInitializationTest.php class BundleInitializationTest (line 28) | class BundleInitializationTest extends TestCase method getBundleClass (line 30) | protected function getBundleClass() method testInitBundle (line 35) | public function testInitBundle() FILE: Tests/DependencyInjection/Compiler/MonologHandlerPassTest.php class MonologHandlerPassTest (line 21) | class MonologHandlerPassTest extends AbstractCompilerPassTestCase method registerCompilerPass (line 23) | protected function registerCompilerPass(ContainerBuilder $container): ... method testProcessChannel (line 28) | public function testProcessChannel() method testProcessChannelAllChannels (line 43) | public function testProcessChannelAllChannels() method testProcessChannelExcludeChannels (line 58) | public function testProcessChannelExcludeChannels() FILE: Tests/DependencyInjection/ConfigurationTest.php class ConfigurationTest (line 21) | class ConfigurationTest extends TestCase method testIgnoredRoutes (line 23) | public function testIgnoredRoutes() method testIgnoredPaths (line 42) | public function testIgnoredPaths() method testIgnoredCommands (line 61) | public function testIgnoredCommands() method testDefaults (line 80) | public function testDefaults() method ignoredRoutesProvider (line 96) | public static function ignoredRoutesProvider() method ignoredPathsProvider (line 105) | public static function ignoredPathsProvider() method ignoredCommandsProvider (line 114) | public static function ignoredCommandsProvider() method deploymentNamesProvider (line 123) | public static function deploymentNamesProvider() method testDeploymentNames (line 135) | public function testDeploymentNames($deploymentNameConfig, $expected) method testIgnoreRoutes (line 149) | public function testIgnoreRoutes($ignoredRoutesConfig, $expected) method testIgnorePaths (line 161) | public function testIgnorePaths($ignoredPathsConfig, $expected) method testIgnoreCommands (line 173) | public function testIgnoreCommands($ignoredCommandsConfig, $expected) FILE: Tests/DependencyInjection/EkinoNewRelicExtensionTest.php class EkinoNewRelicExtensionTest (line 27) | class EkinoNewRelicExtensionTest extends AbstractExtensionTestCase method getContainerExtensions (line 29) | protected function getContainerExtensions(): array method setUp (line 34) | protected function setUp(): void method testDefaultConfiguration (line 41) | public function testDefaultConfiguration() method testAlternativeConfiguration (line 50) | public function testAlternativeConfiguration() method testDeprecation (line 63) | public function testDeprecation() method testMonolog (line 70) | public function testMonolog() method testMonologDisabled (line 79) | public function testMonologDisabled() method testConfigDisabled (line 89) | public function testConfigDisabled() method testConfigDisabledWithInteractor (line 98) | public function testConfigDisabledWithInteractor() method testConfigEnabledWithInteractor (line 108) | public function testConfigEnabledWithInteractor() FILE: Tests/Listener/CommandListenerTest.php class CommandListenerTest (line 29) | class CommandListenerTest extends TestCase method testCommandMarkedAsBackgroundJob (line 31) | public function testCommandMarkedAsBackgroundJob() method testIgnoreBackgroundJob (line 71) | public function testIgnoreBackgroundJob() method testConsoleError (line 87) | public function testConsoleError() method testConsoleErrorsWithThrowable (line 106) | public function testConsoleErrorsWithThrowable() FILE: Tests/Listener/DeprecationListenerTest.php class DeprecationListenerTest (line 21) | class DeprecationListenerTest extends TestCase method testDeprecationIsReported (line 23) | public function testDeprecationIsReported() method testDeprecationIsReportedRegardlessErrorReporting (line 42) | public function testDeprecationIsReportedRegardlessErrorReporting() method testOtherErrorAreIgnored (line 61) | public function testOtherErrorAreIgnored() method testInitialHandlerIsCalled (line 78) | public function testInitialHandlerIsCalled() method testUnregisterRemovesHandler (line 98) | public function testUnregisterRemovesHandler() method testUnregisterRestorePreviousHandler (line 115) | public function testUnregisterRestorePreviousHandler() class DummyHandler (line 135) | class DummyHandler method __invoke (line 137) | public function __invoke() FILE: Tests/Listener/ExceptionListenerTest.php class ExceptionListenerTest (line 25) | class ExceptionListenerTest extends TestCase method testOnKernelException (line 27) | public function testOnKernelException() method testOnKernelExceptionWithHttp (line 44) | public function testOnKernelExceptionWithHttp() FILE: Tests/Listener/RequestListenerTest.php class RequestListenerTest (line 27) | class RequestListenerTest extends TestCase method testSubRequest (line 29) | public function testSubRequest() method testMasterRequest (line 45) | public function testMasterRequest() method testPathIsIgnored (line 64) | public function testPathIsIgnored() method testRouteIsIgnored (line 81) | public function testRouteIsIgnored() method testSymfonyCacheEnabled (line 98) | public function testSymfonyCacheEnabled() method testSymfonyCacheDisabled (line 114) | public function testSymfonyCacheDisabled() FILE: Tests/Listener/ResponseListenerTest.php class ResponseListenerTest (line 27) | class ResponseListenerTest extends TestCase method setUp (line 29) | protected function setUp(): void method testOnKernelResponseOnlyMasterRequestsAreProcessed (line 42) | public function testOnKernelResponseOnlyMasterRequestsAreProcessed() method testOnKernelResponseWithOnlyCustomMetricsAndParameters (line 52) | public function testOnKernelResponseWithOnlyCustomMetricsAndParameters() method testOnKernelResponseInstrumentDisabledInRequest (line 106) | public function testOnKernelResponseInstrumentDisabledInRequest() method testSymfonyCacheEnabled (line 118) | public function testSymfonyCacheEnabled() method testSymfonyCacheDisabled (line 130) | public function testSymfonyCacheDisabled() method testOnKernelResponseOnlyInstrumentHTMLResponses (line 145) | public function testOnKernelResponseOnlyInstrumentHTMLResponses($conte... method providerOnKernelResponseOnlyInstrumentHTMLResponses (line 160) | public function providerOnKernelResponseOnlyInstrumentHTMLResponses() method testInteractionWithTwigExtensionHeader (line 182) | public function testInteractionWithTwigExtensionHeader() method testInteractionWithTwigExtensionFooter (line 204) | public function testInteractionWithTwigExtensionFooter() method testInteractionWithTwigExtensionHeaderFooter (line 226) | public function testInteractionWithTwigExtensionHeaderFooter() method setUpNoCustomMetricsOrParameters (line 248) | private function setUpNoCustomMetricsOrParameters() method createRequestMock (line 259) | private function createRequestMock($instrumentEnabled = true) method createResponseMock (line 271) | private function createResponseMock($content = null, $expectsSetConten... method createFilterResponseEventDummy (line 290) | private function createFilterResponseEventDummy(Request $request = nul... FILE: Tests/NewRelic/ConfigTest.php class ConfigTest (line 19) | class ConfigTest extends TestCase method testGeneric (line 21) | public function testGeneric() method testDefaults (line 70) | public function testDefaults() FILE: Tests/NewRelic/LoggingInteractorDecoratorTest.php class LoggingInteractorDecoratorTest (line 21) | class LoggingInteractorDecoratorTest extends TestCase method testGeneric (line 26) | public function testGeneric(string $method, array $arguments, $return) method provideMethods (line 44) | public function provideMethods() method getTypeStub (line 65) | private function getTypeStub(?\ReflectionType $type) FILE: Tests/TransactionNamingStrategy/ControllerNamingStrategyTest.php class ControllerNamingStrategyTest (line 20) | class ControllerNamingStrategyTest extends TestCase method testControllerAsString (line 22) | public function testControllerAsString() method testControllerAsClosure (line 31) | public function testControllerAsClosure() method testControllerAsCallback (line 41) | public function testControllerAsCallback() method testControllerUnknown (line 50) | public function testControllerUnknown() FILE: Tests/Twig/NewRelicExtensionTest.php class NewRelicExtensionTest (line 21) | class NewRelicExtensionTest extends TestCase method setUp (line 33) | protected function setUp(): void method testInitialSetup (line 45) | public function testInitialSetup() method testHeaderException (line 57) | public function testHeaderException() method testFooterException (line 78) | public function testFooterException() method testPreparingOfInteractor (line 99) | public function testPreparingOfInteractor() FILE: TransactionNamingStrategy/ControllerNamingStrategy.php class ControllerNamingStrategy (line 22) | class ControllerNamingStrategy implements TransactionNamingStrategyInter... method getTransactionName (line 24) | public function getTransactionName(Request $request): string FILE: TransactionNamingStrategy/RouteNamingStrategy.php class RouteNamingStrategy (line 21) | class RouteNamingStrategy implements TransactionNamingStrategyInterface method getTransactionName (line 23) | public function getTransactionName(Request $request): string FILE: TransactionNamingStrategy/TransactionNamingStrategyInterface.php type TransactionNamingStrategyInterface (line 18) | interface TransactionNamingStrategyInterface method getTransactionName (line 20) | public function getTransactionName(Request $request): string; FILE: Twig/NewRelicExtension.php class NewRelicExtension (line 24) | class NewRelicExtension extends AbstractExtension method __construct (line 32) | public function __construct( method getFunctions (line 42) | public function getFunctions(): array method getNewrelicBrowserTimingHeader (line 53) | public function getNewrelicBrowserTimingHeader(): string method getNewrelicBrowserTimingFooter (line 69) | public function getNewrelicBrowserTimingFooter(): string method isHeaderCalled (line 84) | public function isHeaderCalled(): bool method isFooterCalled (line 89) | public function isFooterCalled(): bool method isUsed (line 94) | public function isUsed(): bool method prepareInteractor (line 99) | private function prepareInteractor(): void