public function SubEntityDefinitionUpdateManager::publicDoEntityUpdate in Entity Update 8
Performs an entity type definition update.
Parameters
string $op: The operation to perform, either static::DEFINITION_CREATED or static::DEFINITION_UPDATED.
string $entity_type_id: The entity type ID.
File
- src/
SubEntityDefinitionUpdateManager.php, line 60
Class
- SubEntityDefinitionUpdateManager
- This is an extention of EntityDefinitionUpdateManager.
Namespace
Drupal\entity_updateCode
public function publicDoEntityUpdate($op, $entity_type_id) {
return parent::doEntityUpdate($op, $entity_type_id);
}