constant LANGUAGE_NONE in Drupal 7
The language code used when no language is explicitly assigned.
Defined by ISO639-2 for "Undetermined".
159 uses of LANGUAGE_NONE
- AggregatorTestCase::createSampleNodes in modules/
aggregator/ aggregator.test - Creates sample article nodes.
- BlogTestCase::verifyBlogs in modules/
blog/ blog.test - Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::createBookNode in modules/
book/ book.test - Creates a book node.
- book_admin_edit_submit in modules/
book/ book.admin.inc - Form submission handler for book_admin_edit().
- CommentAnonymous::testAnonymous in modules/
comment/ comment.test - Test anonymous comment functionality.
File
- includes/
bootstrap.inc, line 181 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_NONE', 'und');