Provides the content_moderation views integration.
Hierarchy
- class \Drupal\content_moderation\ViewsData uses StringTranslationTrait
File
- core/modules/content_moderation/src/ViewsData.php, line 12
Namespace
Drupal\content_moderation
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
| StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
| StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
| StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
| StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
| StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
| ViewsData::$entityTypeManager | protected | property | The entity type manager. |
| ViewsData::$moderationInformation | protected | property | The moderation information. |
| ViewsData::alterViewsData | public | function | Alters the table and field information from hook_views_data(). |
| ViewsData::getRevisionViewsTableForEntityType | protected | function | Gets the table of an entity type to be used as revision table in views. |
| ViewsData::getViewsData | public | function | Returns the views data. |
| ViewsData::__construct | public | function | Creates a new ViewsData instance. |
Please login to continue.