Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NumericItemBase::validateMinAndMaxConfig function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Validates that the minimum value is less than the maximum.
NumericUnformattedFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php Builds a renderable array for a field value.
nyan_cat.services.yml file core/modules/system/tests/modules/nyan_cat/nyan_cat.services.yml core/modules/system/tests/modules/nyan_cat/nyan_cat.services.yml
nyan_cat_extension function core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine Implements hook_extension().
ObjectAwareSerializationInterface interface core/lib/Drupal/Component/Serialization/ObjectAwareSerializationInterface.php Ensures that a serializer is usable for serializing PHP objects.
ObjectAwareSerializationInterface.php file core/lib/Drupal/Component/Serialization/ObjectAwareSerializationInterface.php
ObjectDefinition::__construct function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php ObjectDefinition constructor.
ObjectDefinition::__construct function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.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 destructor.
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/themes/stable9/css/media/oembed.formatter.css .media-oembed-content {
max-width: 100%;
border: none;
background-color: transparent;
}
oembed.formatter.css file core/modules/media/css/oembed.formatter.css .media-oembed-content {
max-width: 100%;
border: none;
background-color: transparent;
}
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.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::$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.
OEmbedDeriver::getDerivativeDefinitions function core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php Gets the definition of all derivatives of a base plugin.
OEmbedFieldWidgetTest class core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php Tests OEmbed Field Widget.
OEmbedFieldWidgetTest.php file core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php
OEmbedFieldWidgetTest::$defaultTheme property core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php The theme to install as the default for testing.
OEmbedFieldWidgetTest::testFieldWidgetHelpText function core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php Tests that the oEmbed field widget shows the configured help text.
OEmbedForm::$resourceFetcher property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed resource fetcher service.
OEmbedForm::$urlResolver property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed URL resolver service.
OEmbedForm::addButtonSubmit function core/modules/media_library/src/Form/OEmbedForm.php Submit handler for the add button.
OEmbedForm::__construct function core/modules/media_library/src/Form/OEmbedForm.php Constructs a new OEmbedForm.
OEmbedFormatter::$messenger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The messenger service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedFormatter::$urlResolver property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed URL resolver service.
OEmbedFormatter::defaultSettings function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Defines the default settings for this plugin.

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