Class: Hyrax::ValkyrieCollectionIndexer Deprecated
- Inherits:
-
PcdmCollectionIndexer
- Object
- PcdmCollectionIndexer
- Hyrax::ValkyrieCollectionIndexer
- Defined in:
- app/indexers/hyrax/valkyrie_collection_indexer.rb
Overview
Deprecated.
use Hyrax::Indexers::PcdmCollectionIndexer instead
Instance Method Summary collapse
-
#initialize(*args, **kwargs) ⇒ ValkyrieCollectionIndexer
constructor
also deprecated.
Constructor Details
#initialize(*args, **kwargs) ⇒ ValkyrieCollectionIndexer
also deprecated
7 8 9 10 |
# File 'app/indexers/hyrax/valkyrie_collection_indexer.rb', line 7 def initialize(*args, **kwargs) Deprecation.warn "`Hyrax::ValkyrieCollectionIndexer` is deprecated. Use `Hyrax::Indexers::PcdmCollectionIndexer` instead." super end |