CloudBuilder.php |
src/CloudBuilder.php |
Drupal\tagclouds |
|
CloudBuilderInterface.php |
src/CloudBuilderInterface.php |
Drupal\tagclouds |
|
CsvToArrayTrait.php |
src/Controller/CsvToArrayTrait.php |
Drupal\tagclouds\Controller |
|
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Readme
------
Tagclouds is a small module forked from Tagadelic, without any databases, or configuration, that generates pages with weighted tags.
Tagclouds is an out of the box, ready to use module, if you want simple weighted tag clouds. With, or… |
tagclouds-list-box.html.twig |
templates/tagclouds-list-box.html.twig |
|
Default theme implementation to diplsay the terms of a vocabulary. |
tagclouds-weighted.html.twig |
templates/tagclouds-weighted.html.twig |
|
Default theme implementation to display a list of terms. |
tagclouds.css |
css/tagclouds.css |
|
/* tagclouds default example stylesheet **/
.wrapper.tagclouds {
text-align: justify;
margin-right: 1em;
}
.tagclouds.level1 {
font-size: 1em;
}
.tagclouds.level2 {
font-size: 1.2em;
}
.tagclouds.level3 {
font-size:… |
tagclouds.info.yml |
tagclouds.info.yml |
|
tagclouds.info.yml |
tagclouds.libraries.yml |
tagclouds.libraries.yml |
|
tagclouds.libraries.yml |
tagclouds.links.menu.yml |
tagclouds.links.menu.yml |
|
tagclouds.links.menu.yml |
tagclouds.module |
tagclouds.module |
|
|
tagclouds.routing.yml |
tagclouds.routing.yml |
|
tagclouds.routing.yml |
tagclouds.schema.yml |
config/schema/tagclouds.schema.yml |
|
config/schema/tagclouds.schema.yml |
tagclouds.services.yml |
tagclouds.services.yml |
|
tagclouds.services.yml |
tagclouds.settings.yml |
config/install/tagclouds.settings.yml |
|
config/install/tagclouds.settings.yml |
TagcloudsAdminPage.php |
src/Form/TagcloudsAdminPage.php |
Drupal\tagclouds\Form |
|
TagcloudsListVocs.php |
src/Controller/TagcloudsListVocs.php |
Drupal\tagclouds\Controller |
|
TagcloudsPageChunk.php |
src/Controller/TagcloudsPageChunk.php |
Drupal\tagclouds\Controller |
|
TagcloudsTermsBlock.php |
src/Plugin/Derivative/TagcloudsTermsBlock.php |
Drupal\tagclouds\Plugin\Derivative |
|
TagcloudsTermsBlock.php |
src/Plugin/Block/TagcloudsTermsBlock.php |
Drupal\tagclouds\Plugin\Block |
|
TagService.php |
src/TagService.php |
Drupal\tagclouds |
|
TagServiceInterface.php |
src/TagServiceInterface.php |
Drupal\tagclouds |
|