EditorsRegistryInterface

编辑器注册类接口

5.0.0

Joomla CMS

方法

add

在注册表中注册元素,添加新的或覆盖现有的。

add(\Joomla\CMS\Editor\EditorProviderInterface instance) : \Joomla\CMS\Editor\EditorsRegistryInterface

5.0.0

参数

实例

EditorProviderInterface

响应

EditorsRegistryInterface

get

按名称返回元素。

get( name) : \Joomla\CMS\Editor\EditorProviderInterface
抛出

EditorNotFoundException

5.0.0

参数

名称

string 元素名称

响应

EditorProviderInterface

getAll

返回所有已注册元素的列表

getAll() : \Joomla\CMS\Editor\EditorProviderInterface||string|int

5.0.0

响应

array<string|int, EditorProviderInterface>

has

检查元素是否存在于注册表中。

has( name) : 

5.0.0

参数

名称

string 元素名称

响应

bool

initRegistry

通过插件等对注册表元素进行初始设置。

initRegistry() : \Joomla\CMS\Editor\EditorsRegistryInterface

5.0.0

响应

EditorsRegistryInterface