Configuration API
In order to access the extension configuration, a slim PHP API exists. Each configuration option is accessible by an appropriate class method.
- class Configuration
-
- Fully qualified name
-
\Elias
Haeussler\ Typo3Warming\ Configuration\ Configuration
API to access all available extension configuration options.
- getCrawler ( )
-
Get the configured crawler.
- returntype
-
\Elias
Haeussler\ Cache Warmup\ Crawler\ Crawler
- getCrawlerOptions ( )
-
Get the configured crawler options.
- returntype
-
array
- getVerboseCrawler ( )
-
Get the configured verbose crawler.
- returntype
-
\Elias
Haeussler\ Cache Warmup\ Crawler\ Verbose Crawler
- getVerboseCrawlerOptions ( )
-
Get the configured verbose crawler options.
- returntype
-
array
- getParserOptions ( )
-
Get the configured parser options.
- returntype
-
array
- getClientOptions ( )
-
Get the configured client options.
- returntype
-
array
- getLimit ( )
-
Get the configured crawler limit.
- returntype
-
int
- getExcludePatterns ( )
-
Get the configured exclude patterns.
- returntype
-
list<string>
- getStrategy ( )
-
Get the configured crawling strategy.
- returntype
-
\Elias
Haeussler\ Cache Warmup\ Crawler\ Strategy\ Crawling Strategy |null
- isEnabledInPageTree ( )
-
Check whether cache warmup from page tree is enabled.
- returntype
-
bool
- getSupportedDoktypes ( )
-
Get all doktypes that support cache warmup from page tree.
- returntype
-
list<int>
- isEnabledInToolbar ( )
-
Check whether cache warmup from toolbar is enabled.
- returntype
-
bool