DeprecatedServicePropertyTrait::__get |
public |
function |
Allows to access deprecated/removed properties. |
|
EntityDefinitionUpdateManager::$deprecatedProperties |
protected |
property |
|
|
EntityDefinitionUpdateManager::$entityFieldManager |
protected |
property |
The entity field manager service. |
|
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository |
protected |
property |
The last installed schema repository. |
|
EntityDefinitionUpdateManager::$entityTypeListener |
protected |
property |
The entity type listener service. |
|
EntityDefinitionUpdateManager::$entityTypeManager |
protected |
property |
The entity type manager service. |
|
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener |
protected |
property |
The field storage definition listener service. |
|
EntityDefinitionUpdateManager::applyUpdates |
public |
function |
Applies all the detected valid changes. Overrides EntityDefinitionUpdateManagerInterface::applyUpdates |
|
EntityDefinitionUpdateManager::clearCachedDefinitions |
protected |
function |
Clears necessary caches to apply entity/field definition updates. |
|
EntityDefinitionUpdateManager::getChangeList |
public |
function |
Gets a list of changes to entity type and field storage definitions. Overrides EntityDefinitionUpdateManagerInterface::getChangeList |
|
EntityDefinitionUpdateManager::getChangeSummary |
public |
function |
Gets a human readable summary of the detected changes. Overrides EntityDefinitionUpdateManagerInterface::getChangeSummary |
|
EntityDefinitionUpdateManager::getEntityType |
public |
function |
Returns an entity type definition ready to be manipulated. Overrides EntityDefinitionUpdateManagerInterface::getEntityType |
|
EntityDefinitionUpdateManager::getEntityTypes |
public |
function |
Returns all the entity type definitions, ready to be manipulated. Overrides EntityDefinitionUpdateManagerInterface::getEntityTypes |
|
EntityDefinitionUpdateManager::getFieldStorageDefinition |
public |
function |
Returns a field storage definition ready to be manipulated. Overrides EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition |
|
EntityDefinitionUpdateManager::installEntityType |
public |
function |
Installs a new entity type definition. Overrides EntityDefinitionUpdateManagerInterface::installEntityType |
|
EntityDefinitionUpdateManager::installFieldableEntityType |
public |
function |
Installs a new fieldable entity type definition. Overrides EntityDefinitionUpdateManagerInterface::installFieldableEntityType |
|
EntityDefinitionUpdateManager::installFieldStorageDefinition |
public |
function |
Installs a new field storage definition. Overrides EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition |
|
EntityDefinitionUpdateManager::needsUpdates |
public |
function |
Checks if there are any definition updates that need to be applied. Overrides EntityDefinitionUpdateManagerInterface::needsUpdates |
|
EntityDefinitionUpdateManager::requiresEntityDataMigration |
protected |
function |
Checks if existing data would be lost if the schema changes were applied. |
|
EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges |
protected |
function |
Checks if the changes to the entity type requires storage schema changes. |
|
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges |
protected |
function |
Checks if the changes to the storage definition requires schema changes. |
|
EntityDefinitionUpdateManager::uninstallEntityType |
public |
function |
Uninstalls an entity type definition. Overrides EntityDefinitionUpdateManagerInterface::uninstallEntityType |
|
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition |
public |
function |
Uninstalls a field storage definition. Overrides EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition |
|
EntityDefinitionUpdateManager::updateEntityType |
public |
function |
Applies any change performed to the passed entity type definition. Overrides EntityDefinitionUpdateManagerInterface::updateEntityType |
|
EntityDefinitionUpdateManager::updateFieldableEntityType |
public |
function |
Applies any change performed to a fieldable entity type definition. Overrides EntityDefinitionUpdateManagerInterface::updateFieldableEntityType |
|
EntityDefinitionUpdateManager::updateFieldStorageDefinition |
public |
function |
Applies any change performed to the passed field storage definition. Overrides EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition |
|
EntityDefinitionUpdateManager::__construct |
public |
function |
Constructs a new EntityDefinitionUpdateManager. |
|
EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED |
|
constant |
Indicates that a definition has just been created. |
|
EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED |
|
constant |
Indicates that a definition has just been deleted. |
|
EntityDefinitionUpdateManagerInterface::DEFINITION_UPDATED |
|
constant |
Indicates that a definition has changes. |
|
StringTranslationTrait::$stringTranslation |
protected |
property |
The string translation service. |
1 |
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. |
2 |
StringTranslationTrait::t |
protected |
function |
Translates a string to the current language or to a given language. |
|
SubEntityDefinitionUpdateManager::$entityManager |
public |
property |
The entity manager service. |
|
SubEntityDefinitionUpdateManager::publicDoEntityUpdate |
public |
function |
Performs an entity type definition update. |
|
SubEntityDefinitionUpdateManager::publicDoFieldUpdate |
public |
function |
Performs a field storage definition update. |
|
SubEntityDefinitionUpdateManager::publicGetChangeList |
public |
function |
Gets a list of changes to entity type and field storage definitions. |
|