Drupal Training in Electronic City
Let eMexo Technologies Best Drupal Training in Electronic City, Bangalore take you from the fundamentals of Drupal to Advance Drupal and make you an expert in developing real time Drupal applications. Here are the major topics we cover under this Drupal course Syllabus. Introduction ,Hooks, What is Entity in Drupal vs Bundle ( Content Type) , Fields, Form API, File Upload System, Working with Menus,Theming, Database API, Entity Field Query, Node access rights, Creating Custom Module from scratch. Each topic will be covered in practical way with examples for our Drupal Course in Electronic City.
All the topics will be covered with Practical and hands on training. Our trainers have industry experience with live project experience in cutting edge technologies which they teach. We hire only Best Drupal industry specialists as trainer for our Drupal training in Electronic City, Bangalore.
If you are looking for Drupal Training in Electronic City eMexo Technologies is the Best Drupal Training Institute in Electronic City.Come over to our training institute for a free demo class. Let our trainer give you a demo on Drupal and only then you take the decision to enroll into the Drupal Training in Electronic City.
Drupal Training Institute in Electronic City Features
FAQs
Book Your Free Demo Class For Drupal Course in Electronic City
-
Introduction
-
Hooks
-
What is Entity in Drupal vs Bundle ( Content Type) , Fields
-
Form API
- Benefits of using form api
- Creating a simple form , validating and submitting form using Form API
- drupal_get_form()
- Exploring more elements
- Populating dynamic select options, radio button option
- Submitting (Insert or Update) form in any drupal database table
- Sending email using drupal_mail
- Showing message using drupal_set_message(‘message’)
- form alter
- Autocomplete and #ajax form
-
File Upload System
- Understanding file_managed and file unmanaged
- File unmanaged with an example
- File managed with an example
- Understanding drupal table ‘file_managed’ – Using drupal inbuilt ajax to upload files
- Preview files on form
- Validating files
- Uploading files in drupal ‘files’ directory using file_save_upload
- Use $file->status=1 and save_file($file) to permanently save file
- Showing uploaded files using theme_image_style($params)
- Register custom image style
-
Theming
-
Database API
-
Entity Field Query
-
Node access rights
-
Drupal Module development Debug method
-
Creating Custom Module from scratch (i.e Ads Management Module)
- Declaring custom tables using hook_schema in .install file
- Registering 2 menu for ads listing and ads add
- Creating ads add page using form API, file upload system
- Creating ads listing page using entityFieldQuery()
- Creating new bloc using hook_block_info(), hook_block_configure(),hook_block_save()
- Showing all ads in form add/edit page to select with checkbox
- Saving form custom checked ads value in our custom table
- show ads on front end site using hook_block_view() – Testing and debuging our newly created module