Coder Social home page Coder Social logo

entity-validation-examples's Introduction

Entity Validation Examples

This Drupal 8 module accompanies a Code Enigma blog post. It illustrates how to use the Drupal 8 Entity Validation API to add different validation constraints to the entity creation process.

Blog post: Introduction to Drupal 8 Entity Validation

The examples are kept short and avoid anything that is not related to the actual topic of entity validation.

Example 1: ArticleLimitConstraint

This example limits the creation of nodes of the type article to a specified number (2).

In a real-world scenario this limit would probably be configured using a configuration form, or specified with a config variable in settings.php.

The module does the following:

  1. Defines a new constraint: ArticleLimitConstraint.

  2. Defines a new constraint validator: ArticleLimitConstraintValidator

  3. Attaches the constraint to entities of the type node using a hook_entity_type_alter implementation.

How to test

To test this functionality:

  • Enable the module.
  • Create 2 articles.
  • Attempt to create a 3rd article and notice the error message.

Example 2

Coming soon.

entity-validation-examples's People

Contributors

gregharvey avatar jpoesen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.