SlideShare a Scribd company logo
axelerant.com 1
Decoupling Entity-Validations From Entity-Forms
@kunalkursija
axelerant.com 2
Validations
@kunalkursija
axelerant.com 3
The Story So Far…
hook_form_alter()
hook_form_FORM_ID_alter()
hook_form_BASE_FORM_ID_alter()
@kunalkursija
$form['#validate'][] = 'content_validation_movie_trailer_link_validate';
axelerant.com 4
Disadvantage of…
hook_form_alter()
hook_form_FORM_ID_alter()
hook_form_BASE_FORM_ID_alter()
@kunalkursija
axelerant.com 5
Hello!
I am Kunal Kursija
• Mumbai, India
• Drupal Engineer - @axelerant
• Twitter: @kunalkursija
• Drupal: https://www.drupal.org/u/kunalkursija
• LinkedIn: https://www.linkedin.com/in/kunalkursija/
@kunalkursija
axelerant.com 6
Symphony Validator Component
@kunalkursija
axelerant.com 7
Two Main Concepts
Constraint
ConstraintValidator
Class
Class
Contain validation rules. (IsThatUfo, IsNull, IsTrue, e.t.c)
Contain validation logic
@kunalkursija
axelerant.com
Annotation
@kunalkursija
Plugin
Constraint
ConstraintValidator
Only Constraint class has annotation
8
Drupal and Symphony Validator
axelerant.com 9
Demo…
Adding constraint to entity field…
OR
Adding constraint to entity…
We will create constraints and constraint-validatorsStep 1
Step 2
Step 3
@kunalkursija
axelerant.com 10
Questions?
@kunalkursija
axelerant.com 11
Thank You!
@kunalkursija

More Related Content

KEY
A Brief Introduction to JQuery Mobile
PDF
Puppet Roles & Profiles Using Trusted Facts.
PPT
WordPress as a Content Management System
PPT
JoomlaEXPO: Search Engine Friendly URLs - Azrul.com
PDF
Spick and span php unit tests using data providers
PDF
Php 8: String Helpers
PDF
Decoupling entity validations from entity forms
PPTX
Modern java script features
A Brief Introduction to JQuery Mobile
Puppet Roles & Profiles Using Trusted Facts.
WordPress as a Content Management System
JoomlaEXPO: Search Engine Friendly URLs - Azrul.com
Spick and span php unit tests using data providers
Php 8: String Helpers
Decoupling entity validations from entity forms
Modern java script features

Recently uploaded (20)

PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Cloud computing and distributed systems.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Spectroscopy.pptx food analysis technology
PDF
cuic standard and advanced reporting.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation theory and applications.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Programs and apps: productivity, graphics, security and other tools
Cloud computing and distributed systems.
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Diabetes mellitus diagnosis method based random forest with bat algorithm
MYSQL Presentation for SQL database connectivity
Spectroscopy.pptx food analysis technology
cuic standard and advanced reporting.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
sap open course for s4hana steps from ECC to s4
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Ad
Ad

Decoupling entity-validations from entity-forms