6 calls to ConfigEntityStorage::getPrefix() in Drupal 9
- ConfigEntityStorage::doLoadMultiple in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Performs storage-specific loading of entities.
- ConfigEntityStorage::doSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Performs storage-specific saving of the entity.
- ConfigEntityStorage::has in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Determines if this entity already exists in storage.
- ConfigEntityStorage::hasData in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Determines if the storage contains any data.
- FieldConfigStorageBase::mapFromStorageRecords in core/
lib/ Drupal/ Core/ Field/ FieldConfigStorageBase.php - Maps from storage records to entity objects.
- FieldStorageConfigStorage::mapFromStorageRecords in core/
modules/ field/ src/ FieldStorageConfigStorage.php - Maps from storage records to entity objects.