Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
ca435ae9
Commit
ca435ae9
authored
Mar 24, 2010
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#686596
by dhthwy: child before parent class definition order breaks some opcode cachers.
parent
f1c24805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/field/field.module
modules/field/field.module
+8
-8
No files found.
modules/field/field.module
View file @
ca435ae9
...
...
@@ -5,6 +5,14 @@
* Attach custom data fields to Drupal entities.
*/
/**
* Base class for all exceptions thrown by Field API functions.
*
* This class has no functionality of its own other than allowing all
* Field API exceptions to be caught by a single catch block.
*/
class
FieldException
extends
Exception
{}
/*
* Load all public Field API functions. Drupal currently has no
* mechanism for auto-loading core APIs, so we have to load them on
...
...
@@ -115,14 +123,6 @@
* @} End of "Field query flags".
*/
/**
* Base class for all exceptions thrown by Field API functions.
*
* This class has no functionality of its own other than allowing all
* Field API exceptions to be caught by a single catch block.
*/
class
FieldException
extends
Exception
{}
/**
* Exception class thrown by hook_field_update_forbid().
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment