interface SchemaProviderInterface in Schema 8
Hierarchy
- interface \Drupal\schema\SchemaProviderInterface
Expanded class hierarchy of SchemaProviderInterface
All classes that implement SchemaProviderInterface
6 files declare their use of SchemaProviderInterface
- Caching.php in src/
Plugin/ Schema/ Caching.php - Contains Drupal\schema\Plugin\Schema\Caching.
- Config.php in src/
Plugin/ Schema/ Config.php - Contains Drupal\schema\Plugin\Schema\Config.
- Entity.php in src/
Plugin/ Schema/ Entity.php - Contains Drupal\schema\Plugin\Schema\Entity.
- Menu.php in src/
Plugin/ Schema/ Menu.php - Contains Drupal\schema\Plugin\Schema\Menu.
- schema.module in ./
schema.module - The Schema module provides functionality built on the Schema API.
File
- src/
SchemaProviderInterface.php, line 9 - Contains Drupal\schema\SchemaProviderInterface.
Namespace
Drupal\schemaView source
interface SchemaProviderInterface {
/**
* @param bool $rebuild
* Whether to force a rebuild of schema data.
*
* @return array
* Array of schema information, keyed by table.
*/
public function get($rebuild = FALSE);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SchemaProviderInterface:: |
public | function | 5 |