Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Classes, traits, and interfaces - Drupal 11.1.x - Drupal Core

Primary tabs

  • Drupal 11.1.x

Introduction to classes

A lot of the PHP code in Drupal is object oriented (OO), making use of PHP classes, interfaces, and traits. See the Objected-oriented programming conventions for more information.

See also

Objected-oriented programming conventions

File

core/core.api.php, line 1518

Name Deprecated Object type Namespace File name Summary Direct uses Use statements Strings
NoopMetricExporterFactory class OpenTelemetry\SDK\Metrics\MetricExporter vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporterFactory.php
NoopObservableCallback final class OpenTelemetry\API\Metrics\Noop vendor/open-telemetry/api/Metrics/Noop/NoopObservableCallback.php @internal
NoopObservableCounter final class OpenTelemetry\API\Metrics\Noop vendor/open-telemetry/api/Metrics/Noop/NoopObservableCounter.php @internal
NoopObservableGauge final class OpenTelemetry\API\Metrics\Noop vendor/open-telemetry/api/Metrics/Noop/NoopObservableGauge.php @internal
NoopObservableUpDownCounter final class OpenTelemetry\API\Metrics\Noop vendor/open-telemetry/api/Metrics/Noop/NoopObservableUpDownCounter.php @internal
NoopObserver final class OpenTelemetry\SDK\Metrics\MetricRegistry vendor/open-telemetry/sdk/Metrics/MetricRegistry/NoopObserver.php @internal
NoopReservoir final class OpenTelemetry\SDK\Metrics\Exemplar vendor/open-telemetry/sdk/Metrics/Exemplar/NoopReservoir.php
NoopSpanBuilder final class OpenTelemetry\API\Trace vendor/open-telemetry/api/Trace/NoopSpanBuilder.php
NoopSpanProcessor class OpenTelemetry\SDK\Trace\SpanProcessor vendor/open-telemetry/sdk/Trace/SpanProcessor/NoopSpanProcessor.php 2
NoopStalenessHandler final class OpenTelemetry\SDK\Metrics\StalenessHandler vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandler.php @internal
NoopStalenessHandlerFactory final class OpenTelemetry\SDK\Metrics\StalenessHandler vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandlerFactory.php 1
NoopTextMapPropagator final class OpenTelemetry\Context\Propagation vendor/open-telemetry/context/Propagation/NoopTextMapPropagator.php 5
NoopTracer final class OpenTelemetry\API\Trace vendor/open-telemetry/api/Trace/NoopTracer.php 2
NoopTracerProvider class OpenTelemetry\API\Trace vendor/open-telemetry/api/Trace/NoopTracerProvider.php 3
NoopTracerProvider class OpenTelemetry\SDK\Trace vendor/open-telemetry/sdk/Trace/NoopTracerProvider.php 1
NoopUpDownCounter final class OpenTelemetry\API\Metrics\Noop vendor/open-telemetry/api/Metrics/Noop/NoopUpDownCounter.php @internal
Nop class PhpParser\Node\Stmt vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php Nop/empty statement (;). 1
NoParametersExpected final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoParametersExpected.php WebDriver\Exception\NoParametersExpected class
NoPharExtensionDirectoryException final class PHPUnit\TextUI\Configuration vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoPreReleaseSuffixException class PharIo\Version vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php
NoPreviousThrowableException final class PHPUnit\Event vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit 7
NoProfilesException class Drupal\Core\Installer\Exception core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php Exception thrown if no installation profiles are available. 1
NoProxyPattern class Composer\Util vendor/composer/composer/src/Composer/Util/NoProxyPattern.php Tests URLs against NO_PROXY patterns 1
NoRFCWarningsValidation class Egulias\EmailValidator\Validation vendor/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php 1
NormalInstallerServiceProvider class Drupal\Core\Installer core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php Service provider for the installer environment. 1
NormalizableInterface interface Symfony\Component\Serializer\Normalizer vendor/symfony/serializer/Normalizer/NormalizableInterface.php Defines the most basic interface a class must implement to be normalizable.
NormalizationAwareInterface interface Symfony\Component\Serializer\Encoder vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php Defines the interface of encoders that will normalize data themselves. 1 1
Normalizer class vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
Normalizer class Symfony\Polyfill\Intl\Normalizer vendor/symfony/polyfill-intl-normalizer/Normalizer.php Normalizer is a PHP fallback implementation of the Normalizer class provided by the intl extension. 1
NormalizerAwareInterface interface Symfony\Component\Serializer\Normalizer vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php @author Joel Wurtz <joel.wurtz@gmail.com> 1 2
NormalizerAwareTrait trait Symfony\Component\Serializer\Normalizer vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php @author Joel Wurtz <joel.wurtz@gmail.com>
NormalizerBase abstract class Drupal\serialization\Normalizer core/modules/serialization/src/Normalizer/NormalizerBase.php Base class for Normalizers. 8 1
NormalizerBase abstract class Drupal\jsonapi\Normalizer core/modules/jsonapi/src/Normalizer/NormalizerBase.php Base normalizer used in all JSON:API normalizers. 10
NormalizerInterface interface Symfony\Component\Serializer\Normalizer vendor/symfony/serializer/Normalizer/NormalizerInterface.php @author Jordi Boggiano <j.boggiano@seld.be> 19 11
NoSeekStream final class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/NoSeekStream.php Stream decorator that prevents a stream from being seeked.
NoServerError class Drupal\Core\PageCache\ResponsePolicy core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php A policy denying caching of a server error (HTTP 5xx) responses.
NoSessionOpen class Drupal\Core\PageCache\RequestPolicy core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php A policy allowing delivery of cached pages when there is no session open. 1
NoSilencedErrorsSniff class PHP_CodeSniffer\Standards\Generic\Sniffs\PHP vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php
NoSourcePluginDecorator class Drupal\migrate\Plugin core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Remove definitions which refer to a non-existing source plugin.
NoSpaceAfterCastSniff class PHP_CodeSniffer\Standards\Generic\Sniffs\Formatting vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php
NoSslException class Composer\Exception vendor/composer/composer/src/Composer/Exception/NoSslException.php Specific exception for Composer\Util\HttpDownloader creation. 1
NoSuchAlert final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchAlert.php WebDriver\Exception\NoSuchAlert class
NoSuchCookie final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchCookie.php WebDriver\Exception\NoSuchCookie class
NoSuchDriver final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchDriver.php WebDriver\Exception\NoSuchDriver class
NoSuchElement final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchElement.php WebDriver\Exception\NoSuchElement class 1
NoSuchElementException class Ramsey\Collection\Exception vendor/ramsey/collection/src/Exception/NoSuchElementException.php Thrown when attempting to access an element that does not exist. 6
NoSuchFrame final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchFrame.php WebDriver\Exception\NoSuchFrame class
NoSuchMetadataException class Symfony\Component\Validator\Exception vendor/symfony/validator/Exception/NoSuchMetadataException.php @author Bernhard Schussek <bschussek@gmail.com> 3
NoSuchShadowRoot final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchShadowRoot.php WebDriver\Exception\NoSuchShadowRoot class
NoSuchWindow final class WebDriver\Exception vendor/lullabot/php-webdriver/lib/WebDriver/Exception/NoSuchWindow.php WebDriver\Exception\NoSuchWindow class

Pagination

  • First page
  • Previous page
  • …
  • Page 128
  • Page 129
  • Page 130
  • Page 131
  • Page 132
  • Page 133
  • Page 134
  • Page 135
  • Page 136
  • …
  • Next page
  • Last page
RSS feed
Powered by Drupal