class SchemaProvider in Schema 8
Annotation class for SchemaProvider plugins.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\schema\SchemaProvider
Expanded class hierarchy of SchemaProvider
5 classes are annotated with SchemaProvider
- Caching in src/
Plugin/ Schema/ Caching.php - Provides schema information for database cache tables.
- Config in src/
Plugin/ Schema/ Config.php - Provides schema information for config storage tables.
- Entity in src/
Plugin/ Schema/ Entity.php - Provides schema information related to entities and fields.
- Menu in src/
Plugin/ Schema/ Menu.php - Provides schema information for menu storage tables.
- System in src/
Plugin/ Schema/ System.php - Provides schema information defined by modules in implementations of hook_schema().
File
- src/
SchemaProvider.php, line 16 - Contains Drupal\schema\SchemaProvider.
Namespace
Drupal\schemaView source
class SchemaProvider extends Plugin {
/**
* The schema provider plugin ID.
*
* @var string
*/
public $id;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |
SchemaProvider:: |
public | property | The schema provider plugin ID. |