You are here

constant FeedImportVectorReader::WILDCARD in Feed Import 7.3

File

feed_import_base/inc/feed_import_abstract.inc, line 209
This file contains abstract classes and interfaces for feed import.

Class

FeedImportVectorReader
This class is a helper for vector (n dimensions) reader. Path format is like a/b/c which results in [a, b, c] array.

Code

const WILDCARD = '*';