getEntityFilename() abstract public méthode

Returns a physical path to an INI file where the entity is stored
abstract public getEntityFilename ( string $id, string | null $parentId ) : string
$id string VPID
$parentId string | null VPID of parent entity (for example post for postmeta)
Résultat string
 public function getEntityFilename($vpId, $parentId)
 {
     return $this->parentStorage->getEntityFilename($parentId, null);
 }