public function SchemaProviderInterface::get in Schema 8
Parameters
bool $rebuild: Whether to force a rebuild of schema data.
Return value
array Array of schema information, keyed by table.
5 methods override SchemaProviderInterface::get()
- Caching::get in src/
Plugin/ Schema/ Caching.php - Config::get in src/
Plugin/ Schema/ Config.php - Entity::get in src/
Plugin/ Schema/ Entity.php - Menu::get in src/
Plugin/ Schema/ Menu.php - System::get in src/
Plugin/ Schema/ System.php
File
- src/
SchemaProviderInterface.php, line 17 - Contains Drupal\schema\SchemaProviderInterface.
Class
Namespace
Drupal\schemaCode
public function get($rebuild = FALSE);