Overrides EntityConfigBase::getIds
public function getIds() { $ids['entity_type']['type'] = 'string'; $ids['bundle']['type'] = 'string'; $ids['field_name']['type'] = 'string'; if ($this->isTranslationDestination()) { $ids['langcode']['type'] = 'string'; } return $ids; }