Where I could find the Cores files of the Drupal? I do not possess the archive developer/hooks/core.php in my directory.
The structure of my directory is:
- /database
- /files
- /includes
- /misc
- /modules
- /scripts
- /sites
- /themes
- cron.php
- index.php
- update.php
- xmlrpc.php

Comments

sepeck’s picture

There is no file named core.php in Drupal. Core referes to the modules you download. For example, Drupal core is all the files in the 4.7.3.tar.gz

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

dr3d’s picture

This is confusing to me also. there's clearly a file named core.php listed here:

http://api.drupal.org/api/4.7/file/developer/hooks/core.php/source

Don;t quite see where this fits in however... Where is the developer directory?

-scott

mchaplin’s picture

I find this confusing also - where is developer/hooks/core.php as referred to in the api manual?