We make use of views and panels quite often in Drupal and a lot of people are utilizing CTools in development. I can't find a lot of documentation on what it is and why you'd use it and the drupal.org forum isn't providing much either.

What is CTools, and is it worth using? What is the best use-case for utilizing it?

link|improve this question

Have you looked over the ctools_plugin_examples ? drupalcontrib.org/api/drupal/… – chrisjlee Nov 23 '11 at 19:56
feedback

2 Answers

up vote 1 down vote accepted

The Chaos Tool suite is just a set of API's for a better developer's experience. In short, it spices up things and makes it easy to customize some components of Drupal.

link|improve this answer
1  
Is there any solid docs / use cases on how to implement it? Thats what I can't find. – Kevin Mar 19 '10 at 13:07
I wonder the same...I can't find out how to use the functions. – JeroenEijkhof Jan 17 '11 at 23:35
feedback

You could install module Advanced help

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.