PyDestinationContentReferenceFinderFactory
class PyDestinationContentReferenceFinderFactory(destination_content_reference_finder_factory)
Bases: object
Interface for an object that can create destination content reference finders based on content type.
- Parameters: destination_content_reference_finder_factory (ManifestDestinationContentReferenceFinderFactory)
__init__(destination_content_reference_finder_factory)
Creates a new PyDestinationContentReferenceFinderFactory object.
Args: : destination_content_reference_finder_factory: A ManifestDestinationContentReferenceFinderFactory object.
Returns: None.
- Parameters: destination_content_reference_finder_factory (ManifestDestinationContentReferenceFinderFactory)
- Return type: None
Methods
__init__ (...) |
Creates a new PyDestinationContentReferenceFinderFactory object. |
---|---|
for_destination_content_type (t) |
Gets or creates a destination content reference finder for a given content type. |
for_destination_content_type(t)
Gets or creates a destination content reference finder for a given content type.
Returns: The content reference finder.
- Parameters: t (Type *[*TContent ])
- Return type: PyDestinationContentReferenceFinder[TContent]