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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
YamlFileLoader::parseDefinition function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses a definition.
YamlFileLoader::parseDefinitions function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses definitions
YamlFileLoader::resolveServices function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Resolves services.
YamlFileLoader::__construct function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
YamlFileLoaderTest class core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\YamlFileLoader[[api-linebreak]]
@group DependencyInjection
YamlFileLoaderTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlFileLoaderTest::providerTestExceptions function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlFileLoaderTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlFileLoaderTest::testExceptions function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php @dataProvider providerTestExceptions
YamlFileLoaderTest::testParseDefinitionsWithProvider function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlPecl::applyBooleanCallbacks function core/lib/Drupal/Component/Serialization/YamlPecl.php Applies callbacks after parsing to ignore 1.1 style booleans.
YamlPecl::getFileExtension function core/lib/Drupal/Component/Serialization/YamlPecl.php Gets the file extension for this serialization format.
YamlPeclTest class core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests the YamlPecl serialization implementation.
YamlPeclTest.php file core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php
YamlPeclTest::testApplyBooleanCallbacks function core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php Tests YAML boolean callback.
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.
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::taggedValuesProvider function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Data provider for testCustomTagSupport().
YamlSymfonyTest::testCustomTagSupport function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests that YAML custom tags are supported and parsed.
YamlSymfonyTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Tests decoding YAML node anchors.
YamlSymfonyTest::testDecodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Ensures that decoding PHP objects does not work in Symfony.
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::testEncodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php Ensures that php object support is disabled.
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]]
YamlTest class core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests the Yaml serialization implementation.
YamlTest.php file core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::testDecode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests decoding YAML node anchors.
YamlTest::testDecodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Ensures that decoding PHP objects does not work in Symfony.
YamlTest::testEncode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests our encode settings.
YamlTest::testEncodeDecode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests encoding and decoding basic data structures.
YamlTest::testEncodeObjectSupportDisabled function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Ensures that php object support is disabled.
YamlTest::testError function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Tests that invalid YAML throws an exception.
YamlTest::testGetFileExtension function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php @covers ::getFileExtension[[api-linebreak]]
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 deserialization.
YamlTestBase::providerDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be deserialized.

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