Jump to content

PHP functions, Drupal API documentation and Purge Memory Workflows.


Recommended Posts

I made a couple of workflows:

 

PHP functions

php {query}

Shows function description in subtext, enter will bring you to php.net for full documentation.

Download: http://cl.ly/MHVj

 

Drupal API

d {query}

Shows Drupal 7 functions available with query, enter brings you to api.drupal.org.

d6 {query}

d7 {query}

d8 {query}

Shows Drupal X functions available with query, enter brings you to api.drupal.org.

Download: http://cl.ly/MAzw

 

Purge Memory

free

Purges and frees up memory. (hotkey ctrl+alt+cmd+m can also be used)

Download: http://cl.ly/MBc6

 

 

The PHP and Drupal workflows are highly based on "Google Auto Complete" by David Ferguson.

 

Cheers.

Link to comment
PHP functions

php {query}

Shows function description in subtext, enter will bring you to php.net for full documentation.

Download: http://cl.ly/MAba

 

 

I've found a bug; test the get_class function name (or other functions that contain the "_" char):
Your workflow try to open the http://www.php.net/manual/en/function.get_class.php web-page, but the right one is: http://www.php.net/manual/en/function.get-class.php
Link to comment
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...