Search for object

  1. Search 7.x for object
  2. Search 9.5.x for object
  3. Search 10.3.x for object
  4. Search 11.x for object
  5. Other projects
Title Object type File name Summary
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForObject function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for dumping an object.
Phpunit4CompatibilityTest::testFrameworkMockObjectMatcherInvokedRecorder function core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php Tests existence of \PHPUnit_Framework_MockObject_Matcher_InvokedRecorder.
PirateDayCacheabilityMetadataConfigOverride::createConfigObject function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Creates a configuration object for use during install and synchronization.
PreExistingConfigException::$configObjects property core/lib/Drupal/Core/Config/PreExistingConfigException.php A list of configuration objects that already exist in active configuration.
PreExistingConfigException::flattenConfigObjects function core/lib/Drupal/Core/Config/PreExistingConfigException.php Flattens the config object array to a single dimensional list.
PreExistingConfigException::getConfigObjects function core/lib/Drupal/Core/Config/PreExistingConfigException.php Gets the list of configuration objects that already exist.
PrivateTempStoreTest::$otherObject property core/modules/user/tests/src/Unit/PrivateTempStoreTest.php A tempstore object not belonging to the owner.
PrivateTempStoreTest::$otherObject property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php A tempstore object not belonging to the owner.
PrivateTempStoreTest::$ownObject property core/modules/user/tests/src/Unit/PrivateTempStoreTest.php A tempstore object belonging to the owner.
PrivateTempStoreTest::$ownObject property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php A tempstore object belonging to the owner.
QueryFactoryTest::getConfigObject function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Gets a test configuration object.
Random::object function core/lib/Drupal/Component/Utility/Random.php Generates a random PHP object.
RandomGeneratorTrait::randomObject function core/tests/Drupal/Tests/RandomGeneratorTrait.php Generates a random PHP object.
RandomTest::testRandomObject function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Tests random object generation to ensure the expected number of properties.
RecursiveContextualValidatorTest::providerTestValidatePropertyWithInvalidObjects function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Provides data for testValidatePropertyWithInvalidObjects.
RecursiveContextualValidatorTest::testValidatePropertyValueWithInvalidObjects function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php @covers ::validatePropertyValue
RecursiveContextualValidatorTest::testValidatePropertyWithInvalidObjects function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php @covers ::validateProperty
ResourceObject class core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Represents a JSON:API resource object.
ResourceObject.php file core/modules/jsonapi/src/JsonApiResource/ResourceObject.php
ResourceObject::$fields property core/modules/jsonapi/src/JsonApiResource/ResourceObject.php The object's fields.
ResourceObject::$links property core/modules/jsonapi/src/JsonApiResource/ResourceObject.php The resource object's links.
ResourceObject::$versionIdentifier property core/modules/jsonapi/src/JsonApiResource/ResourceObject.php The resource object's version identifier.
ResourceObject::buildLinksFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Builds a LinkCollection for the given entity.
ResourceObject::createFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Creates a new ResourceObject from an entity.
ResourceObject::extractConfigEntityFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts a config entity's fields.
ResourceObject::extractContentEntityFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts a content entity's fields.
ResourceObject::extractFieldsFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts the entity's fields.
ResourceObject::getField function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets the given field.
ResourceObject::getFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets the ResourceObject's fields.
ResourceObject::getLabelFieldName function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Determines the entity type's (internal) label field name.
ResourceObject::getLinks function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets the ResourceObject's links.
ResourceObject::getVersionIdentifier function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets a version identifier for the ResourceObject.
ResourceObject::hasField function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Whether the resource object has the given field.
ResourceObject::toUrl function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets a Url for the ResourceObject.
ResourceObject::__construct function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php ResourceObject constructor.
ResourceObjectData class core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Represents the primary data for individual and collection documents.
ResourceObjectData.php file core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php
ResourceObjectData::getAccessible function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Gets only data to be exposed.
ResourceObjectData::getData function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Returns the data for the top-level data member of a JSON:API document.
ResourceObjectData::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Merges the object's links with the top-level links.
ResourceObjectData::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Merges the object's meta member with the top-level meta member.
ResourceObjectData::getOmissions function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Gets only data to be omitted.
ResourceObjectData::__construct function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php ResourceObjectData constructor.
ResourceObjectNormalizationCacher class core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Caches entity normalizations after the response has been sent.
ResourceObjectNormalizationCacher.php file core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php
ResourceObjectNormalizationCacher::$renderCache property core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php The render cache.
ResourceObjectNormalizationCacher::$toCache property core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php The things to cache after the response has been sent.
ResourceObjectNormalizationCacher::generateLookupRenderArray function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Generates a lookup render array for a normalization.
ResourceObjectNormalizationCacher::get function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Reads an entity normalization from cache.
ResourceObjectNormalizationCacher::getSubscribedEvents function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php

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