plgEasyBlogAutoArticle
extends JPlugin
in package
Table of Contents
Properties
- $autoloadLanguage : mixed
Methods
- mapCategory() : mixed
- normalizeData() : mixed
- Normalise post data before store in Joomla content
- onAfterEasyBlogDelete() : mixed
- Run some cleanup after a blog post is deleted
- onAfterEasyBlogSave() : mixed
- setFeatured() : mixed
- Set featured value
- workflowProcess() : mixed
- Process the workflow in Joomla 4
- exists() : mixed
- Tests if EasyBlog exists
Properties
$autoloadLanguage
protected
mixed
$autoloadLanguage
= \true
Methods
mapCategory()
public
mapCategory(mixed $eb_catid) : mixed
Parameters
- $eb_catid : mixed
normalizeData()
Normalise post data before store in Joomla content
public
normalizeData(mixed $post, mixed $pluginParams) : mixed
Parameters
- $post : mixed
- $pluginParams : mixed
Tags
onAfterEasyBlogDelete()
Run some cleanup after a blog post is deleted
public
onAfterEasyBlogDelete(mixed $blog) : mixed
Parameters
- $blog : mixed
Tags
onAfterEasyBlogSave()
public
onAfterEasyBlogSave(mixed $post, mixed $isNew) : mixed
Parameters
- $post : mixed
- $isNew : mixed
setFeatured()
Set featured value
public
setFeatured(mixed $postId[, mixed $isNew = false ][, mixed $frontpage = false ]) : mixed
Parameters
- $postId : mixed
- $isNew : mixed = false
- $frontpage : mixed = false
Tags
workflowProcess()
Process the workflow in Joomla 4
public
workflowProcess([mixed $preparation = 'before' ][, mixed $data = '' ][, mixed $postId = '' ][, mixed $isNew = false ]) : mixed
Parameters
- $preparation : mixed = 'before'
- $data : mixed = ''
- $postId : mixed = ''
- $isNew : mixed = false
Tags
exists()
Tests if EasyBlog exists
private
exists() : mixed