EditorsRegistryInterface
interface EditorsRegistryInterface
Interface for Editor Registry classes
Methods
bool
has(string $name)
Check whether the element exists in the registry.
get(string $name)
Return element by name.
array
getAll()
Return list of all registered elements
initRegistry()
Initial set up of the registry elements through plugins etc.
Details
EditorsRegistryInterface
add(EditorProviderInterface $instance)
Since: 5.0.0
Register element in registry, add new or override existing.
EditorsRegistryInterface
initRegistry()
Since: 5.0.0
Initial set up of the registry elements through plugins etc.