Monday, June 30, 2014
Sunday, June 29, 2014
107. What is a sub theme in Drupal ?
Sub-themes are just like any other theme, with one difference: They
inherit the parent theme's resources. There are no limits on the chaining
capabilities connecting sub-themes to their parents. A sub-theme can be a child
of another sub-theme, and it can be branched and organized however you see fit.
This is what gives sub-themes great potential.
Thursday, June 26, 2014
106. What is template.php in drupal ?
If you want to override a theme function not included in the basic list
(block, box, comment, node, page), you need to tell PHPTemplate about it.
To do this, you need to create a
To do this, you need to create a
template.php
file in your theme's directory. This file must start with a PHP opening tag
but the close tag is not needed
and it is recommended that you omit it. Also included in the file are stubs
for the theme overrides. These stubs instruct the engine what template file to
use and which variables to pass to it.Wednesday, June 25, 2014
Tuesday, June 24, 2014
104. What is entity api module ?
The entity api module extends the entity API of Drupal core in order to
provide a unified way to deal with entities and their properties. Additionally,
it provides an entity CRUD controller, which helps simplifying the creation of
new entity types.
Read More here https://www.drupal.org/project/entity
Monday, June 23, 2014
103. What are the system requirements for drupal 7 and drupal 8 ?
Drupal 7
- Database: MySQL 5.0.15 or
PostgreSQL 8.3
- PHP Version 5.2 or higher
- PHP Memory: 40M - 64M
Drupal 8
Sunday, June 22, 2014
Subscribe to:
Posts (Atom)