Search for %s

  1. Search 7.x for %s
  2. Search 9.5.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
YamlPeclTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests decoding YAML node anchors.
YamlPeclTest::testEncode function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests our encode settings.
YamlPeclTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests encoding and decoding basic data structures.
YamlPeclTest::testError function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests that invalid YAML throws an exception.
YamlPeclTest::testGetFileExtension function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php @covers ::getFileExtension[[api-linebreak]]
YamlPeclTest::testObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Ensures that php object support is disabled.
YamlStub class core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlStub::getSerializer function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Determines which implementation to use for parsing YAML.
YamlSymfony class core/lib/Drupal/Component/Serialization/YamlSymfony.php Default serialization for YAML using the Symfony component.
YamlSymfony.php file core/lib/Drupal/Component/Serialization/YamlSymfony.php
YamlSymfony::decode function core/lib/Drupal/Component/Serialization/YamlSymfony.php Decodes data from the serialization format.
YamlSymfony::encode function core/lib/Drupal/Component/Serialization/YamlSymfony.php Encodes data into the serialization format.
YamlSymfony::getFileExtension function core/lib/Drupal/Component/Serialization/YamlSymfony.php Gets the file extension for this serialization format.
YamlSymfonyTest class core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests the YamlSymfony serialization implementation.
YamlSymfonyTest.php file core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php
YamlSymfonyTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests decoding YAML node anchors.
YamlSymfonyTest::testEncode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests our encode settings.
YamlSymfonyTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests encoding and decoding basic data structures.
YamlSymfonyTest::testError function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests that invalid YAML throws an exception.
YamlSymfonyTest::testGetFileExtension function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php @covers ::getFileExtension[[api-linebreak]]
YamlSymfonyTest::testObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Ensures that php object support is disabled.
YamlTest class core/tests/Drupal/Tests/Component/Serialization/YamlTest.php @coversDefaultClass \Drupal\Component\Serialization\Yaml[[api-linebreak]]
@group Serialization
YamlTest class core/tests/Drupal/Tests/Core/Serialization/YamlTest.php @coversDefaultClass \Drupal\Core\Serialization\Yaml[[api-linebreak]]
@group Serialization
YamlTest.php file core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
YamlTest.php file core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::$mockParser property core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::providerYamlFilesInCore function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Data provider that lists all YAML files in core.
YamlTest::setUp function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::tearDown function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php @covers ::decode[[api-linebreak]]
YamlTest::testGetFileExtension function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php @covers ::getFileExtension[[api-linebreak]]
YamlTest::testGetSeralization function core/tests/Drupal/Tests/Core/Serialization/YamlTest.php Test that the overridden serializer is called.
YamlTest::testObjectSupportDisabledPecl function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Ensures that decoding php objects does not work in PECL.
YamlTest::testObjectSupportDisabledSymfony function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Ensures that decoding php objects does not work in Symfony.
YamlTest::testYamlFiles function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests all YAML files are decoded in the same way with Symfony and PECL.
YamlTestBase class core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Provides standard data to validate different YAML implementations.
YamlTestBase.php file core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php
YamlTestBase::providerBoolTest function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Tests different boolean serialization and de-serialization.
YamlTestBase::providerDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be de-serialized.
YamlTestBase::providerEncodeDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be serialized.
YearMonthDate::summaryName function core/modules/views/src/Plugin/views/argument/YearMonthDate.php Provides the name to use for the summary. By default this is just
the name field.
yokotsoko.css file core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css Test CSS asset file for test_ckeditor_stylesheets_relative.theme.
ZfExtensionManagerSfContainer class core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php Defines a bridge between the Laminas service manager to Symfony container.
ZfExtensionManagerSfContainer.php file core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::$canonicalNames property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php A local cache of computed canonical names.
ZfExtensionManagerSfContainer::$canonicalNamesReplacements property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php A map of characters to be replaced through strtr.
ZfExtensionManagerSfContainer::$container property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php The service container.
ZfExtensionManagerSfContainer::$prefix property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php The prefix to be used when retrieving plugins from the container.
ZfExtensionManagerSfContainer::$standalone property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::canonicalizeName function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php Canonicalize the extension name to a service name.

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