Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NumericFormatPluralTest::createFile function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Creates and saves a test file.
NumericFormatPluralTest::setUp function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Sets up the test.
NumericFormatPluralTest::testNumericFormatPlural function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests plural formatting setting on a numeric views handler.
NumericFormatterBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Parent plugin for decimal and integer formatters.
NumericFormatterBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
NumericFormatterBase::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Formats a number.
NumericFormatterBase::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a short summary for the current formatter settings.
NumericFormatterBase::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Builds a renderable array for a field value.
NumericItemBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Base class for numeric configurable field types.
NumericItemBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
NumericItemBase::defaultFieldSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Defines the field-level settings for this plugin.
NumericItemBase::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Returns a form for the field-level settings.
NumericItemBase::getConstraints function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Gets a list of validation constraints.
NumericItemBase::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Determines whether the data structure is empty.
NumericItemBase::truncateDecimal function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Helper method to truncate a decimal number to a given number of decimals.
NumericUnformattedFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php Builds a renderable array for a field value.
nyan_cat_extension function core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine Implements hook_extension().
ObjectDefinition::__construct function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php ObjectDefinition constructor.
ObjectDefinition::__construct function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php ObjectDefinition constructor.
Objected-oriented programming conventions group core/core.api.php PSR-4, namespaces, class naming, and other conventions.
ObjectSerialization class core/lib/Drupal/Core/Test/ObjectSerialization.php Object to test that security issues around serialization.
ObjectSerialization.php file core/lib/Drupal/Core/Test/ObjectSerialization.php
ObjectSerialization::__construct function core/lib/Drupal/Core/Test/ObjectSerialization.php ObjectSerialization constructor.
ObjectSerialization::__destruct function core/lib/Drupal/Core/Test/ObjectSerialization.php ObjectSerialization deconstructor.
ObjectWithPluginCollectionInterface::getPluginCollections function core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Gets the plugin collections used by this object.
ObjWithString class core/modules/migrate/tests/src/Unit/process/LogTest.php Test class with a __toString() method.
ObjWithString::__toString function core/modules/migrate/tests/src/Unit/process/LogTest.php Returns a string.
ObsoleteExtensionException class core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php Exception thrown when the extension is obsolete on install.
ObsoleteExtensionException.php file core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php
obsolete_theme_test.info.yml file core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml
oembed.formatter.css file core/modules/media/css/oembed.formatter.css .media-oembed-content {
max-width: 100%;
}
oembed.formatter.css file core/themes/stable9/css/media/oembed.formatter.css .media-oembed-content {
max-width: 100%;
}
oembed.formatter.css file core/themes/stable/css/media/oembed.formatter.css .media-oembed-content {
max-width: 100%;
}
oembed.frame.css file core/themes/stable/css/media/oembed.frame.css iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}
oembed.frame.css file core/themes/stable9/css/media/oembed.frame.css iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}
oembed.frame.css file core/modules/media/css/oembed.frame.css iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}
OEmbed::$fileSystem property core/modules/media/src/Plugin/media/Source/OEmbed.php The file system.
OEmbed::$messenger property core/modules/media/src/Plugin/media/Source/OEmbed.php The messenger service.
OEmbed::$resourceFetcher property core/modules/media/src/Plugin/media/Source/OEmbed.php The oEmbed resource fetcher service.
OEmbed::$urlResolver property core/modules/media/src/Plugin/media/Source/OEmbed.php The OEmbed manager service.
OEmbed::createSourceField function core/modules/media/src/Plugin/media/Source/OEmbed.php Creates the source field definition for a type.
OEmbed::getMetadataAttributes function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets a list of metadata attributes provided by this plugin.
OEmbed::getProviders function core/modules/media/src/Plugin/media/Source/OEmbed.php Returns the oEmbed provider names.
OEmbed::getSourceFieldConstraints function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets media source-specific validation constraints for a source field.
OEmbed::getThumbnailFileExtensionFromUrl function core/modules/media/src/Plugin/media/Source/OEmbed.php Tries to determine the file extension of a thumbnail.
OEmbed::prepareFormDisplay function core/modules/media/src/Plugin/media/Source/OEmbed.php Prepares the media type fields for this source in the form display.
OEmbed::prepareViewDisplay function core/modules/media/src/Plugin/media/Source/OEmbed.php Prepares the media type fields for this source in the view display.
OEmbed::submitConfigurationForm function core/modules/media/src/Plugin/media/Source/OEmbed.php Form submission handler.
OEmbed::__construct function core/modules/media/src/Plugin/media/Source/OEmbed.php Constructs a new OEmbed instance.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.