protected MatcherDumper::schemaDefinition()
Defines the schema for the router table.
Return value
array The schema API definition for the SQL storage table.
File
core/lib/Drupal/Core/Routing/MatcherDumper.php, line 198
Class
MatcherDumper Dumps Route information to a database table.
Namespace
Drupal\Core\Routing
Code
protected function schemaDefinition() {
$schema = [
'description' => 'Maps paths to various callbacks (access, page and title)',
'fields' => [
'name