Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| JsonSchema.php | file | core/ |
|
| JsonSchema::getJsonSchema | function | core/ |
Get a JSON Schema type definition array. |
| JsonSchema::__construct | function | core/ |
Constructor. |
| JsonSchemaProviderSerializerInterface | interface | core/ |
Interface for JSON schema provider. |
| JsonSchemaProviderSerializerInterface.php | file | core/ |
|
| JsonSchemaProviderSerializerInterface::getJsonSchema | function | core/ |
Convenience method to get a JSON schema. |
| JsonSchemaProviderSerializerTrait | trait | core/ |
Trait for normalizing the JSON schema. |
| JsonSchemaProviderSerializerTrait.php | file | core/ |
|
| JsonSchemaProviderSerializerTrait::getJsonSchema | function | core/ |
|
| JsonSchemaReflectionTrait | trait | core/ |
Interface for using reflection with the JSON object. |
| JsonSchemaReflectionTrait.php | file | core/ |
|
| JsonSchemaReflectionTrait::getJsonSchemaForMethod | function | core/ |
Get a JSON Schema based on method reflection. |
| JsonSchemaTestTrait | trait | core/ |
Trait for testing JSON Schema validity and fit to sample data. |
| JsonSchemaTestTrait.php | file | core/ |
|
| JsonSchemaTestTrait::doCheckSchemaAgainstMetaSchema | function | core/ |
Check a schema is valid against the meta-schema. |
| JsonSchemaTestTrait::doProphesize | function | core/ |
Method to make prophecy public for use in data provider closures. |
| JsonSchemaTestTrait::doTestJsonSchemaIsValid | function | core/ |
Validate the normalizer's JSON schema. |
| JsonSchemaTestTrait::getJsonSchemaTestNormalizationFormat | function | core/ |
Format that should be used when performing test normalizations. |
| JsonSchemaTestTrait::getNormalizationForValue | function | core/ |
Get the normalization for a value. |
| JsonSchemaTestTrait::getNormalizer | function | core/ |
Helper method to retrieve the normalizer. |
| JsonSchemaTestTrait::getValidator | function | core/ |
Get the JSON Schema Validator. |
| JsonSchemaTestTrait::jsonSchemaDataProvider | function | core/ |
Data provider for ::testNormalizedValuesAgainstJsonSchema. |
| JsonSchemaTestTrait::supportedTypesDataProvider | function | core/ |
|
| JsonSchemaTestTrait::testNormalizedValuesAgainstJsonSchema | function | core/ |
Test normalized values against the JSON schema. |
| JsonSchemaTestTrait::testSupportedTypesSchemaIsValid | function | core/ |
Test that a valid schema is returned for the explicitly supported types. |
| JsonTest | class | core/ |
Tests Drupal\Component\Serialization\Json. |
| JsonTest.php | file | core/ |
|
| JsonTest::$htmlUnsafe | property | core/ |
An array of unsafe html characters which has to be encoded. |
| JsonTest::$htmlUnsafeEscaped | property | core/ |
An array of unsafe html characters which are already escaped. |
| JsonTest::$string | property | core/ |
A test string with the full ASCII table. |
| JsonTest::setUp | function | core/ |
|
| JsonTest::testEncodingAscii | function | core/ |
Tests encoding for every ASCII character. |
| JsonTest::testEncodingLength | function | core/ |
Tests encoding length. |
| JsonTest::testEncodingStartEnd | function | core/ |
Tests end and start of the encoded string. |
| JsonTest::testReversibility | function | core/ |
Tests converting PHP variables to JSON strings and back. |
| JsonTest::testStructuredReversibility | function | core/ |
Tests the reversibility of structured data. |
| JsonTestFieldFilterAccessHooks | class | core/ |
Hook implementations for jsonapi_test_field_filter_access. |
| JsonTestFieldFilterAccessHooks.php | file | core/ |
|
| JsonTestFieldFilterAccessHooks::jsonapiEntityFieldFilterAccess | function | core/ |
Implements hook_jsonapi_entity_field_filter_access(). |
| JsOptimizer | class | core/ |
Optimizes a JavaScript asset. |
| JsOptimizer.php | file | core/ |
|
| JsOptimizer::clean | function | core/ |
Processes the contents of a javascript asset for cleanup. |
| JsOptimizer::optimize | function | core/ |
Optimizes an asset. |
| JsOptimizer::__construct | function | core/ |
Constructs a new JsOptimizer object. |
| JsOptimizerUnitTest | class | core/ |
Tests the JS asset optimizer. |
| JsOptimizerUnitTest.php | file | core/ |
|
| JsOptimizerUnitTest::$optimizer | property | core/ |
A JS asset optimizer. |
| JsOptimizerUnitTest::providerTestClean | function | core/ |
Provides data for the JS asset cleaning test. |
| JsOptimizerUnitTest::providerTestOptimize | function | core/ |
Provides data for the JS asset optimize test. |
| JsOptimizerUnitTest::setUp | function | core/ |
Pagination
- Previous page
- Page 755
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.