| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 32 | public static function getQueries($checkToken = true): array |
||
| 33 | { |
||
| 34 | return [ |
||
| 35 | 'seomatic' => [ |
||
| 36 | 'type' => SeomaticInterface::getType(), |
||
| 37 | 'args' => SeomaticArguments::getArguments(), |
||
| 38 | 'resolve' => SeomaticResolver::class . '::resolve', |
||
| 39 | 'description' => 'This query is used to query for SEOmatic meta data.' |
||
| 40 | ], |
||
| 44 |