[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/js/dist/ -> plugins.js (summary)

(no description)

File Size: 778 lines (34 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 21 functions

  __webpack_require__()
  getDefault()
  getModuleExports()
  _assertThisInitialized()
  _classCallCheck()
  _defineProperties()
  _createClass()
  _defineProperty()
  _extends()
  _getPrototypeOf()
  _inherits()
  _objectSpread()
  _possibleConstructorReturn()
  _setPrototypeOf()
  _typeof2()
  _typeof()
  registerPlugin()
  unregisterPlugin()
  getPlugin()
  getPlugins()
  PluginArea()

Functions
Functions that are not part of a class:

__webpack_require__(moduleId)   X-Ref
No description

getDefault()   X-Ref
No description

getModuleExports()   X-Ref
No description

_assertThisInitialized(self)   X-Ref
No description

_classCallCheck(instance, Constructor)   X-Ref
No description

_defineProperties(target, props)   X-Ref
No description

_createClass(Constructor, protoProps, staticProps)   X-Ref
No description

_defineProperty(obj, key, value)   X-Ref
No description

_extends()   X-Ref
No description

_getPrototypeOf(o)   X-Ref
No description

_inherits(subClass, superClass)   X-Ref
No description

_objectSpread(target)   X-Ref
No description

_possibleConstructorReturn(self, call)   X-Ref
No description

_setPrototypeOf(o, p)   X-Ref
No description

_typeof2(obj)   X-Ref
No description

_typeof(obj)   X-Ref
No description

registerPlugin(name, settings)   X-Ref
Registers a plugin to the editor.

return: {Object} The final plugin settings object.
param: {string}                    name            The name of the plugin.
param: {Object}                    settings        The settings for this plugin.
param: {Function}                  settings.render The function that renders the plugin.
param: {string|WPElement|Function} settings.icon   An icon to be shown in the UI.

unregisterPlugin(name)   X-Ref
Unregisters a plugin by name.

return: {?WPPlugin} The previous plugin settings object, if it has been
param: {string} name Plugin name.

getPlugin(name)   X-Ref
Returns a registered plugin settings.

return: {?Object} Plugin setting.
param: {string} name Plugin name.

getPlugins()   X-Ref
Returns all registered plugins.

return: {Array} Plugin settings.

PluginArea()   X-Ref
No description



Generated: Mon Jan 7 01:00:05 2019 Cross-referenced by PHPXref 0.7.1