class Source in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-feed/src/Writer/Source.php \Zend\Feed\Writer\Source
- 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/Atom/Source.php \Zend\Feed\Reader\Feed\Atom\Source
- 8.0 vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/Source.php \Zend\Feed\Writer\Renderer\Feed\Atom\Source
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Writer/Source.php \Zend\Feed\Writer\Source
Hierarchy
- class \Zend\Feed\Writer\AbstractFeed
- class \Zend\Feed\Writer\Source
Expanded class hierarchy of Source
8 string references to 'Source'
- aggregator.schema.yml in core/
modules/ aggregator/ config/ schema/ aggregator.schema.yml - core/modules/aggregator/config/schema/aggregator.schema.yml
- CKEditor::getDefaultSettings in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php - Returns the default settings for this configurable text editor.
- CKEditorAdminTest::testExistingFormat in core/
modules/ ckeditor/ src/ Tests/ CKEditorAdminTest.php - Tests configuring a text editor for an existing text format.
- CKEditorTest::getDefaultToolbarConfig in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - editor.editor.basic_html.yml in core/
profiles/ standard/ config/ install/ editor.editor.basic_html.yml - core/profiles/standard/config/install/editor.editor.basic_html.yml
File
- vendor/
zendframework/ zend-feed/ src/ Writer/ Source.php, line 14
Namespace
Zend\Feed\WriterView source
class Source extends AbstractFeed {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractFeed:: |
protected | property | Contains all Feed level date to append in feed output | |
AbstractFeed:: |
protected | property | ||
AbstractFeed:: |
protected | property | Holds the value "atom" or "rss" depending on the feed type set when when last exported. | |
AbstractFeed:: |
public | function | Set a single author | |
AbstractFeed:: |
public | function | Set an array with feed authors | |
AbstractFeed:: |
public | function | Set an array of feed categories | |
AbstractFeed:: |
public | function | Add a feed category | |
AbstractFeed:: |
public | function | Add a Pubsubhubbub hub endpoint URL | |
AbstractFeed:: |
public | function | Add Pubsubhubbub hub endpoint URLs | |
AbstractFeed:: |
public | function | Get a single author | |
AbstractFeed:: |
public | function | Get an array with feed authors | |
AbstractFeed:: |
public | function | Get the feed's base url | |
AbstractFeed:: |
public | function | Get the feed categories | |
AbstractFeed:: |
public | function | Get the copyright entry | |
AbstractFeed:: |
public | function | Get the feed creation date | |
AbstractFeed:: |
public | function | Get the feed modification date | |
AbstractFeed:: |
public | function | Get the feed description | |
AbstractFeed:: |
public | function | Get the feed character encoding | |
AbstractFeed:: |
public | function | Get a link to the XML feed | |
AbstractFeed:: |
public | function | Get the feed generator entry | |
AbstractFeed:: |
public | function | Get the URLs used as Pubsubhubbub hubs endpoints | |
AbstractFeed:: |
public | function | Get the feed ID | |
AbstractFeed:: |
public | function | Get the feed image URI | |
AbstractFeed:: |
public | function | Get the feed language | |
AbstractFeed:: |
public | function | Get the feed last-build date | |
AbstractFeed:: |
public | function | Get a link to the HTML source | |
AbstractFeed:: |
public | function | Get the feed title | |
AbstractFeed:: |
public | function | Retrieve the current or last feed type exported. | |
AbstractFeed:: |
public | function | Unset a specific data point | |
AbstractFeed:: |
public | function | Resets the instance and deletes all data | |
AbstractFeed:: |
public | function | Set the feed's base URL | |
AbstractFeed:: |
public | function | Set the copyright entry | |
AbstractFeed:: |
public | function | Set the feed creation date | |
AbstractFeed:: |
public | function | Set the feed modification date | |
AbstractFeed:: |
public | function | Set the feed description | |
AbstractFeed:: |
public | function | Set the feed character encoding | |
AbstractFeed:: |
public | function | Set a link to an XML feed for any feed type/version | |
AbstractFeed:: |
public | function | Set the feed generator entry | |
AbstractFeed:: |
public | function | Set the feed ID - URI or URN (via PCRE pattern) supported | |
AbstractFeed:: |
public | function | Set a feed image (URI at minimum). Parameter is a single array with the required key 'uri'. When rendering as RSS, the required keys are 'uri', 'title' and 'link'. RSS also specifies three optional parameters… | |
AbstractFeed:: |
public | function | Set the feed language | |
AbstractFeed:: |
public | function | Set the feed last-build date. Ignored for Atom 1.0. | |
AbstractFeed:: |
public | function | Set a link to the HTML source | |
AbstractFeed:: |
public | function | Set the feed title | |
AbstractFeed:: |
public | function | Set the current feed type being exported to "rss" or "atom". This allows other objects to gracefully choose whether to execute or not, depending on their appropriateness for the current type, e.g. renderers. | |
AbstractFeed:: |
protected | function | Load extensions from Zend\Feed\Writer\Writer | |
AbstractFeed:: |
protected | function | Validate a URI using the tag scheme (RFC 4151) | |
AbstractFeed:: |
public | function | Method overloading: call given method on first extension implementing it | |
AbstractFeed:: |
public | function | Constructor: Primarily triggers the registration of core extensions and loads those appropriate to this data container. |