Helping Others Help Others

Our expertise at your disposal. Ready for more? View all blog articles or contact us.

Unleashing the CiviCRM Entity Module in Drupal 8

We are excited to announce a new blog and webinar series on the CiviCRM Entity module, demonstrating practical applications of CiviCRM integration with Drupal. Proudly presented and hosted by Skvare, we will cover an initial 8 topics - highlighting key features and use cases of this powerful tool. We’ve included the first five topics below, and will update with additional topics soon: (May 25) - CiviCRM Contacts in Drupal 8 (June 1) - Interactive Maps with CiviCRM Addresses (June 8) - Contributions and Reports within Views (June 15) - Customizing ...
Read more

Using the CiviCRM Entity Module

What is the CiviCRM Entity Module? Integrating the world’s largest open-source Client Relationship Management tool, dedicated to supporting membership associations and non-profit organizations (CiviCRM), with the latest versions of the popular Drupal Content Management System (Drupal 8 and Drupal 9) - the CiviCRM Enitity module allows for incredible expanded functionality by exposing CiviCRM API entities as true Drupal entity types. This allows users to: Sync roles and contact types during user creation Register users and collect contributions using powerful webforms Reference any Civi data on nodes and other Drupal entities Create event and other contact type pages using the new core media entity system, slideshows, and other Drupal fields Generate reports and charts using Civi data within views displays Create maps and proximity filters using Civi addresses A few more details please... CiviCRM focuses on contact and relationship management as its core function, and is 100% open source benefitting from a large and vibrant community of contributors. The power of the CiviCRM Entity module is the extendability it provides by interconnecting features of CiviCRM and Drupal to create unlimited synergistic functionality. By exposing CiviCRM API entities as true Drupal entity types, any Drupal feature or module can access, manipulate, and display CiviCRM contact data as if it were a native Drupal entity. This opens the doors of hundreds contributed modules to be used with CiviCRM data to build custom solutions.

3rd party single sign-on suite integrated with Drupal 7 and Drupal 8

Skvare developed a single sign-on suite for Drupal 7 and Drupal 8 that integrates the Nimble Association Management System, which is built on top of Salesforce. Features include a single sign-on for both D7 and D8 sites, as well as syncing data from the 3rd party system. Custom module configuration pages allow the administrators to map fields, map Drupal user roles, control access to the Drupal user profile fields, and calculate the number of continual education credits that are awarded to their members.
Read more

Drupal 8 Entity Series- Part One - Introduction to Entities

This series of blog articles will describe Drupal 8 Entities, what they are, how to create them, an explanation of the class structure necessary to integrate with Drupal 8, how to manipulate entities with the Drupal 8 Entity API, and later, how to customize entity types in a variety of ways. Part one of this series, Introduction to Entities will describe what a Entity is, its origination in Drupal 7, and the differences and feature enhancements that Entities have in Drupal 8. What are Drupal Entities? With the release of ...
Read more

Drupal 8 Entity Series - Part Two -- Creating Entity Boilerplate Code

In part one of the Drupal 8 Entity series, I described the origins and definition of the Entity concept, as well as many of the differences between entities in Drupal 7 and Drupal 8. In this article I will describe how to create a content entity type and some of the basic features that you get from a relatively simple initial process. Creating Custom Entity Types in Drupal 8 As you know if you've developed custom entities for Drupal 7, it required a lot of research, poking around for documentation ...
Read more