You are here

protected function MaskContentEntityStorage::getQueryServiceName in Chaos Tool Suite (ctools) 8.3

Gets the name of the service for the query for this entity storage.

Return value

string The name of the service for the query for this entity storage.

Overrides EntityStorageBase::getQueryServiceName

File

modules/ctools_entity_mask/src/MaskContentEntityStorage.php, line 70

Class

MaskContentEntityStorage
Storage handler that simulates a full save, without writing to the database.

Namespace

Drupal\ctools_entity_mask

Code

protected function getQueryServiceName() {
  return 'entity.query.null';
}