SYMBOL INDEX (162 symbols across 32 files) FILE: src/Bridge/ElFinderBridge.php class ElFinderBridge (line 9) | class ElFinderBridge extends ElFinder method __construct (line 14) | public function __construct($opts) method setSession (line 22) | public function setSession($session) method getVolumes (line 27) | public function getVolumes(): array method mountVolumes (line 35) | protected function mountVolumes($opts) FILE: src/Command/ElFinderInstallerCommand.php class ElFinderInstallerCommand (line 15) | #[AsCommand( method __construct (line 29) | public function __construct( method configure (line 36) | protected function configure(): void method execute (line 52) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Configuration/ElFinderConfigurationProviderInterface.php type ElFinderConfigurationProviderInterface (line 5) | interface ElFinderConfigurationProviderInterface method getConfiguration (line 7) | public function getConfiguration(string $instance): array; FILE: src/Configuration/ElFinderConfigurationReader.php class ElFinderConfigurationReader (line 31) | class ElFinderConfigurationReader implements ElFinderConfigurationProvid... method __construct (line 41) | public function __construct(array $parameters, RequestStack $requestSt... method getConfiguration (line 48) | public function getConfiguration(string $instance): array method access (line 158) | public function access($attr, $path, $data, $volume) method parseSecurityConfiguration (line 168) | protected function parseSecurityConfiguration(ElfinderSecurityInterfac... method getURL (line 185) | private function getURL(array $parameter, Request $request, string $ho... method configureFlysystem (line 203) | private function configureFlysystem($opt, $adapter, $serviceName) method getFlysystemFilesystem (line 331) | private function getFlysystemFilesystem(string $serviceName): Filesystem method configureDriver (line 342) | private function configureDriver(array $parameter): array FILE: src/Connector/ElFinderConnector.php class ElFinderConnector (line 7) | class ElFinderConnector extends \elFinderConnector method run (line 9) | public function run($queryParameters = null) method execute (line 18) | public function execute($queryParameters) method output (line 77) | protected function output(array $data) FILE: src/Controller/ElFinderController.php class ElFinderController (line 21) | class ElFinderController method __construct (line 27) | public function __construct(Environment $twig, array $params, ElFinder... method show (line 39) | public function show(Request $request, string $instance, string $homeF... method load (line 58) | public function load(SessionInterface $session, HttpKernelInterface $h... method mainJS (line 80) | public function mainJS(): Response method selectEditor (line 98) | private function selectEditor(array $parameters, string $instance, str... FILE: src/DependencyInjection/Compiler/ElFinderConfigurationPass.php class ElFinderConfigurationPass (line 14) | final class ElFinderConfigurationPass implements CompilerPassInterface method process (line 16) | public function process(ContainerBuilder $container): void FILE: src/DependencyInjection/Compiler/TwigFormPass.php class TwigFormPass (line 8) | class TwigFormPass implements CompilerPassInterface method process (line 10) | public function process(ContainerBuilder $container): void FILE: src/DependencyInjection/Configuration.php class Configuration (line 11) | final class Configuration implements ConfigurationInterface method getConfigTreeBuilder (line 16) | public function getConfigTreeBuilder(): TreeBuilder method createFlysystemNode (line 326) | private function createFlysystemNode() method createPluginsNode (line 447) | private function createPluginsNode() method createBindsNode (line 460) | private function createBindsNode() method createDriverOptionsNode (line 473) | private function createDriverOptionsNode() method createNode (line 488) | private function createNode($name) FILE: src/DependencyInjection/FMElfinderExtension.php class FMElfinderExtension (line 11) | final class FMElfinderExtension extends Extension method load (line 16) | public function load(array $configs, ContainerBuilder $container): void method getNamespace (line 33) | public function getNamespace(): string FILE: src/ElFinder/ElFinder.php class ElFinder (line 9) | class ElFinder extends BaseElFinder method __construct (line 16) | public function __construct($opts) method mountVolumes (line 265) | protected function mountVolumes($opts) FILE: src/Event/ElFinderPostExecutionEvent.php class ElFinderPostExecutionEvent (line 8) | class ElFinderPostExecutionEvent extends ElFinderPreExecutionEvent method __construct (line 16) | public function __construct(Request $request, HttpKernelInterface $htt... method hasErrors (line 26) | public function hasErrors(): bool method getResult (line 31) | public function getResult(): array method setResult (line 36) | public function setResult(array $result): void FILE: src/Event/ElFinderPreExecutionEvent.php class ElFinderPreExecutionEvent (line 9) | class ElFinderPreExecutionEvent extends Event method __construct (line 23) | public function __construct(Request $request, HttpKernelInterface $htt... method subRequest (line 42) | public function subRequest(array $path, array $query) method getCommand (line 53) | public function getCommand(): string method getRequest (line 58) | public function getRequest(): Request method getInstance (line 63) | public function getInstance(): string method getHomeFolder (line 68) | public function getHomeFolder(): string FILE: src/FMElfinderBundle.php class FMElfinderBundle (line 10) | class FMElfinderBundle extends Bundle method build (line 12) | public function build(ContainerBuilder $container): void FILE: src/Form/Type/ElFinderType.php class ElFinderType (line 11) | class ElFinderType extends AbstractType method buildForm (line 16) | public function buildForm(FormBuilderInterface $builder, array $option... method buildView (line 29) | public function buildView(FormView $view, FormInterface $form, array $... method configureOptions (line 42) | public function configureOptions(OptionsResolver $resolver): void method getParent (line 58) | public function getParent(): ?string method getName (line 70) | public function getName(): string method getBlockPrefix (line 78) | public function getBlockPrefix(): string FILE: src/Loader/ElFinderLoader.php class ElFinderLoader (line 12) | class ElFinderLoader implements ElFinderLoaderInterface method __construct (line 24) | public function __construct(ElFinderConfigurationProviderInterface $co... method configure (line 32) | public function configure(): array method initBridge (line 43) | public function initBridge(string $instance, array $efParameters): void method load (line 73) | public function load(Request $request): array|string method setInstance (line 84) | public function setInstance(string $instance): void method setConfigurator (line 89) | public function setConfigurator(ElFinderConfigurationProviderInterface... method encode (line 97) | public function encode(string $path): mixed method decode (line 119) | public function decode(string $hash): string method setSession (line 127) | public function setSession(?SessionInterface $session): void FILE: src/Loader/ElFinderLoaderInterface.php type ElFinderLoaderInterface (line 12) | interface ElFinderLoaderInterface method configure (line 17) | public function configure(): array; method initBridge (line 24) | public function initBridge(string $instance, array $efParameters); method load (line 26) | public function load(Request $request): array|string; method setInstance (line 28) | public function setInstance(string $instance): void; method setConfigurator (line 30) | public function setConfigurator(ElFinderConfigurationProviderInterface... method encode (line 32) | public function encode(string $path): mixed; method decode (line 34) | public function decode(string $hash): string; method setSession (line 36) | public function setSession(?SessionInterface $session): void; FILE: src/Security/ElfinderSecurityInterface.php type ElfinderSecurityInterface (line 5) | interface ElfinderSecurityInterface method getConfiguration (line 12) | public function getConfiguration(): array; FILE: src/Session/ElFinderSession.php class ElFinderSession (line 8) | class ElFinderSession implements elFinderSessionInterface method __construct (line 12) | public function __construct(SessionInterface $session) method start (line 17) | public function start() method close (line 22) | public function close() method get (line 27) | public function get($key, $empty = '') method set (line 32) | public function set($key, $data) method remove (line 37) | public function remove($key) FILE: src/Twig/Extension/FMElfinderExtension.php class FMElfinderExtension (line 12) | class FMElfinderExtension extends AbstractExtension method __construct (line 16) | public function __construct(Environment $twig) method getFunctions (line 26) | public function getFunctions(): array method tinymce (line 43) | public function tinymce(string $instance = 'default', array $parameter... method tinymce4 (line 65) | public function tinymce4(string $instance = 'default', array $paramete... method tinymce5 (line 78) | public function tinymce5(string $instance = 'default'): string method summernote (line 92) | public function summernote( method getName (line 114) | public function getName(): string FILE: tests/Command/ElFinderInstallerCommandTest.php class ElFinderInstallerCommandTest (line 13) | class ElFinderInstallerCommandTest extends TestCase method setUp (line 21) | protected function setUp(): void method testExecuteWithDefaultDocroot (line 47) | public function testExecuteWithDefaultDocroot(): void method testExecuteWithCustomDocroot (line 55) | public function testExecuteWithCustomDocroot(): void method assertFileSystemOperations (line 63) | private function assertFileSystemOperations(string $docroot): void method assertCommandOutput (line 95) | private function assertCommandOutput(): void FILE: tests/Configuration/ElFinderConfigurationReaderTest.php class ElFinderConfigurationReaderTest (line 8) | class ElFinderConfigurationReaderTest extends \PHPUnit\Framework\TestCase method getConfigurationReader (line 20) | private function getConfigurationReader($attributesObject) method getDefaultAttributesObject (line 294) | private function getDefaultAttributesObject() method getHomeFolderAwareAttributesObject (line 306) | private function getHomeFolderAwareAttributesObject() method testConfiguration (line 319) | public function testConfiguration(): void method testSubClassOfHelper (line 328) | public function testSubClassOfHelper(): void method testAccessHidden (line 335) | public function testAccessHidden(): void method testAccessVisible (line 343) | public function testAccessVisible() method testPathAndUrlAndHomeFolder (line 351) | public function testPathAndUrlAndHomeFolder(): void method testAccessTmbURLOption (line 384) | public function testAccessTmbURLOption(): void FILE: tests/DependencyInjection/Compiler/TwigFormPassTest.php class TwigFormPassTest (line 8) | class TwigFormPassTest extends \PHPUnit\Framework\TestCase method testProcess (line 10) | public function testProcess() FILE: tests/DependencyInjection/ConfigurationLoadTest.php class ConfigurationLoadTest (line 12) | class ConfigurationLoadTest extends AbstractExtensionConfigurationTestCase method getContainerExtension (line 14) | protected function getContainerExtension(): ExtensionInterface method getConfiguration (line 19) | protected function getConfiguration(): ConfigurationInterface method testSupportsAllConfigFormats (line 24) | #[DataProvider('getSupportsAllConfigFormatsData')] method getSupportsAllConfigFormatsData (line 187) | public static function getSupportsAllConfigFormatsData(): array FILE: tests/DependencyInjection/FMElfinderExtensionTest.php class FMElfinderExtensionTest (line 10) | class FMElfinderExtensionTest extends AbstractExtensionTestCase method getContainerExtensions (line 12) | protected function getContainerExtensions(): array method testServices (line 19) | public function testServices() method testMinimumConfiguration (line 28) | public function testMinimumConfiguration() method getMinimalConfiguration (line 36) | protected function getMinimalConfiguration(): array FILE: tests/Event/ElFinderPostExecutionEventTest.php class ElFinderPostExecutionEventTest (line 8) | class ElFinderPostExecutionEventTest extends \PHPUnit\Framework\TestCase method testHasErrors (line 10) | public function testHasErrors() FILE: tests/Event/ElFinderPreExecutionEventTest.php class ElFinderPreExecutionEventTest (line 8) | class ElFinderPreExecutionEventTest extends \PHPUnit\Framework\TestCase method testGetCommand (line 10) | public function testGetCommand() method testSubRequest (line 19) | public function testSubRequest() FILE: tests/FMElfinderBundleTest.php class FMElfinderBundleTest (line 9) | class FMElfinderBundleTest extends \PHPUnit\Framework\TestCase method testBundle (line 11) | public function testBundle(): void FILE: tests/Form/Type/ElFinderTypeTest.php class ElFinderTypeTest (line 9) | class ElFinderTypeTest extends \PHPUnit\Framework\TestCase method testGetName (line 11) | public function testGetName() method testConfigureOptions (line 17) | public function testConfigureOptions() method testBuildView (line 27) | public function testBuildView() FILE: tests/Functional/AppKernel.php class AppKernel (line 6) | class AppKernel extends Kernel method registerBundles (line 8) | public function registerBundles() method registerContainerConfiguration (line 19) | public function registerContainerConfiguration(LoaderInterface $loader) FILE: tests/Loader/ElFinderLoaderTest.php class ElFinderLoaderTest (line 8) | class ElFinderLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 14) | public function setUp(): void method testConfigure (line 24) | public function testConfigure() FILE: tests/Twig/Extension/FMElfinderExtensionTest.php class FMElfinderExtensionTest (line 16) | class FMElfinderExtensionTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp(): void method testRenderTinyMCE3 (line 45) | public function testRenderTinyMCE3() method testRenderTinyMCE4 (line 75) | public function testRenderTinyMCE4() method testRenderSummernote (line 101) | public function testRenderSummernote() method testName (line 120) | public function testName() method tearDown (line 128) | protected function tearDown(): void method normalizeOutput (line 141) | protected function normalizeOutput($output) method testSubClassOfTwigExtension (line 146) | public function testSubClassOfTwigExtension() method testSummernoteInstanceNotString (line 153) | public function testSummernoteInstanceNotString() method testTinyMCEInstanceNotString (line 159) | public function testTinyMCEInstanceNotString() method testTinyMCE4InstanceNotString (line 165) | public function testTinyMCE4InstanceNotString() method testGetFunctions (line 171) | public function testGetFunctions()