You are here

Namespaces in Drupal 10

Primary tabs

Introduction to namespaces

PHP classes, interfaces, and traits in Drupal are namespaced. See the Objected-oriented programming conventions for more information.

See also

Objected-oriented programming conventions

Namespace
Drupal\ckeditor\Annotation
Drupal\ckeditor\Plugin\CKEditorPlugin
Drupal\ckeditor\Plugin\Editor
Drupal\ckeditor_test
Drupal\ckeditor_test\Form
Drupal\ckeditor_test\Plugin\CKEditorPlugin
Drupal\ckeditor_test\Plugin\Filter
Drupal\claro
Drupal\comment
Drupal\comment\Controller
Drupal\comment\Entity
Drupal\comment\Form
Drupal\comment\Plugin\Action
Drupal\comment\Plugin\EntityReferenceSelection
Drupal\comment\Plugin\Field\FieldFormatter
Drupal\comment\Plugin\Field\FieldType
Drupal\comment\Plugin\Field\FieldWidget
Drupal\comment\Plugin\Menu\LocalTask
Drupal\comment\Plugin\migrate
Drupal\comment\Plugin\migrate\destination
Drupal\comment\Plugin\migrate\source
Drupal\comment\Plugin\migrate\source\d6
Drupal\comment\Plugin\migrate\source\d7
Drupal\comment\Plugin\Validation\Constraint
Drupal\comment\Plugin\views\argument
Drupal\comment\Plugin\views\field
Drupal\comment\Plugin\views\filter
Drupal\comment\Plugin\views\sort
Drupal\comment\Plugin\views\wizard
Drupal\comment\Tests
Drupal\comment_base_field_test\Entity
Drupal\comment_test\Controller
Drupal\common_test\Controller
Drupal\common_test\Render\MainContent
Drupal\Component\Annotation
Drupal\Component\Annotation\Doctrine
Drupal\Component\Annotation\Plugin\Discovery
Drupal\Component\Annotation\Reflection
Drupal\Component\Assertion
Drupal\Component\ClassFinder
Drupal\Component\Datetime
Drupal\Component\DependencyInjection
Drupal\Component\DependencyInjection\Dumper
Drupal\Component\Diff
Drupal\Component\Diff\Engine
Drupal\Component\Discovery
Drupal\Component\EventDispatcher
Drupal\Component\FileCache
Drupal\Component\FileSecurity
Drupal\Component\FileSystem

Pages

Other projects