You are here

Namespaces in Drupal 8

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\language\EventSubscriber
Drupal\language\Exception
Drupal\language\Form
Drupal\language\HttpKernel
Drupal\language\Plugin\Block
Drupal\language\Plugin\Condition
Drupal\language\Plugin\Derivative
Drupal\language\Plugin\LanguageNegotiation
Drupal\language\Plugin\migrate\destination
Drupal\language\Plugin\migrate\process
Drupal\language\Plugin\migrate\source
Drupal\language\Plugin\migrate\source\d6
Drupal\language\Plugin\migrate\source\d7
Drupal\language\ProxyClass
Drupal\language_elements_test\Form
Drupal\language_test\Controller
Drupal\language_test\Entity
Drupal\language_test\Plugin\LanguageNegotiation
Drupal\layout_builder
Drupal\layout_builder\Access
Drupal\layout_builder\Annotation
Drupal\layout_builder\Cache
Drupal\layout_builder\Context
Drupal\layout_builder\Controller
Drupal\layout_builder\Element
Drupal\layout_builder\Entity
Drupal\layout_builder\Event
Drupal\layout_builder\EventSubscriber
Drupal\layout_builder\Field
Drupal\layout_builder\Form
Drupal\layout_builder\Normalizer
Drupal\layout_builder\Plugin\Block
Drupal\layout_builder\Plugin\DataType
Drupal\layout_builder\Plugin\Derivative
Drupal\layout_builder\Plugin\Field\FieldType
Drupal\layout_builder\Plugin\Field\FieldWidget
Drupal\layout_builder\Plugin\Layout
Drupal\layout_builder\Plugin\SectionStorage
Drupal\layout_builder\Routing
Drupal\layout_builder\SectionStorage
Drupal\layout_builder_fieldblock_test\ContextProvider
Drupal\layout_builder_fieldblock_test\Plugin\Block
Drupal\layout_builder_form_block_test\Plugin\Block
Drupal\layout_builder_test\Plugin\Block
Drupal\layout_builder_test\Plugin\Layout
Drupal\layout_builder_test\Plugin\SectionStorage
Drupal\layout_test\Plugin\Layout
Drupal\lazy_route_provider_install_test
Drupal\link
Drupal\link\Plugin\Field\FieldFormatter

Pages

Other projects