SearchExtension
final class SearchExtension extends CompilerExtension
Services auto-discovery.
Methods
__construct(string $tempDir)
No description
Schema
getConfigSchema()
Returns configuration schema.
void
loadConfiguration()
Processes configuration data. Intended to be overridden by descendant.
array
void
beforeCompile()
Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.
Details
at line 30
__construct(string $tempDir)
No description
at line 36
Schema
getConfigSchema()
Returns configuration schema.
at line 60
void
loadConfiguration()
Processes configuration data. Intended to be overridden by descendant.
at line 79
array
findClasses(stdClass $config)
No description
at line 125
void
beforeCompile()
Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.