Twitter Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

469

Component created

Component changed

Twitter Entity features

  • Twitter Entity module allows to pull Tweets from user timeline and store them as entities.
  • Tweets can be pulled from multiple users.
  • Provides basic views block with list of five latest Tweets. This block can be easily cloned and adjusted to user needs.

Requirements

Module uses https://github.com/abraham/twitteroauth library to interact with Twitter API.
If you will use composer to install this module it will be automatically pulled.

Entity UI Builder

Component type

module

Categories

Maintenance status

Development status

Downloads

698

Component created

Component changed

Provides an admin UI for building tabs on content entities of any type.

Each tab is a config entity, which defines the tab path component, page title, and so on, as well as the plugin to use to provide the content. Tab content plugins can show view modes, form modes, action forms, or indeed any kind of content.

Each tab has its own access permission, with permissions granular to bundles on the target entity and entity owners (for entity types that support owners).

Field Collection Modal

Component type

module

Maintenance status

Development status

Downloads

781

Component created

Component changed

Overview

Provides a Modal widget for the Field Collection module.
After enabling the module, go to admin/structure/types/manage/CONTENT_TYPE/fields and switch the widget to "Modal".

Module allows add and edit field collection items via Ctools Modal dialog.

Requirements

Field collection
Chaos tool suite (ctools)

Weatherstation - weather widget

Component type

module

Categories

Maintenance status

Development status

Downloads

156

Component created

Component changed

Module add block where background and text depend on weather.
We can also change background any html element we choose in config.

Module use https://openweathermap.org/ API, so you have to create free account and generate API code, and past in config in weatherstation module.

Image and text changes depends on weather.

Module can show temperature in C F and Kelvin.

Age field formatter

Component type

module

Maintenance status

Development status

Downloads

2087

Component created

Component changed

The Age field formatter Drupal 8 module calculates and formats the display of a date field to display the age. It also offers the option to display both the date with the age, along with the possibility to add the “years” suffix to the age value.

This is perfect to display quickly someone age based on his birth date without any coding.

This is a date field formatter. You can access the field format in the content type Manage display tab.

Similar module

Core Date module, which offers a Time ago formatter.

Custom Title

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

Hide title field and late system populate/set automatically customize title as per combination of string & variable set by developer .

Use {{ kint(form) }} at the bottom in node-edit-form.html.twig to get form id. and change for id in custom_title.module file at if ($form_id == "your_form_id")