function FieldStorageConfig::id
Overrides EntityBase::id
2 calls to FieldStorageConfig::id()
- FieldStorageConfig::preSaveNew in core/modules/ field/ src/ Entity/ FieldStorageConfig.php 
- Prepares saving a new field definition.
- FieldStorageConfig::preSaveUpdated in core/modules/ field/ src/ Entity/ FieldStorageConfig.php 
- Prepares saving an updated field definition.
File
- 
              core/modules/ field/ src/ Entity/ FieldStorageConfig.php, line 270 
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
public function id() {
  return $this->getTargetEntityTypeId() . '.' . $this->getName();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
