Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceTestBase::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
| ResourceTestBase::getNestedIncludePaths | function | core/ |
Gets an array of all nested include paths to be tested. |
| ResourceTestBase::getPatchDocument | function | core/ |
Returns the JSON:API PATCH document. |
| ResourceTestBase::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| ResourceTestBase::getRelationshipFieldNames | function | core/ |
Gets a list of public relationship names for the resource type under test. |
| ResourceTestBase::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
| ResourceTestBase::testGetIndividual | function | core/ |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
| ResourceType::$deserializationTargetClass | property | core/ |
The class to which a payload converts to. |
| ResourceType::getBundle | function | core/ |
Gets the bundle. |
| ResourceType::getDeserializationTargetClass | function | core/ |
Gets the deserialization target class. |
| ResourceType::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| ResourceType::getFieldByInternalName | function | core/ |
Gets a particular attribute or relationship field by internal field name. |
| ResourceType::getFieldByPublicName | function | core/ |
Gets a particular attribute or relationship field by public field name. |
| ResourceType::getFields | function | core/ |
Gets the attribute and relationship fields of this resource type. |
| ResourceType::getInternalName | function | core/ |
Translates the public field name to the entity field name. |
| ResourceType::getPath | function | core/ |
Get the resource path. |
| ResourceType::getPublicName | function | core/ |
Translates the entity field name to the public field name. |
| ResourceType::getRelatableResourceTypes | function | core/ |
Get all resource types with which this type may have a relationship. |
| ResourceType::getRelatableResourceTypesByField | function | core/ |
Get all resource types with which the given field may have a relationship. |
| ResourceType::getTypeName | function | core/ |
Gets the type name. |
| ResourceType::__get | function | core/ |
|
| ResourceTypeBuildEvent::getFields | function | core/ |
Gets the current fields of the resource type to be built. |
| ResourceTypeBuildEvent::getResourceTypeName | function | core/ |
Gets current resource type name of the resource type to be built. |
| ResourceTypeBuildEventSubscriber::getSubscribedEvents | function | core/ |
|
| ResourceTypeField::getInternalName | function | core/ |
Gets the internal name of the field. |
| ResourceTypeField::getPublicName | function | core/ |
Gets the public name of the field. |
| ResourceTypeRelationship::getRelatableResourceTypes | function | core/ |
Gets the relatable resource types. |
| ResourceTypeRepository::get | function | core/ |
Gets a specific JSON:API resource type based on entity type ID and bundle. |
| ResourceTypeRepository::getAllBundlesForEntityType | function | core/ |
Gets all bundle IDs for a given entity type. |
| ResourceTypeRepository::getAllFieldNames | function | core/ |
Gets all field names for a given entity type and bundle. |
| ResourceTypeRepository::getByTypeName | function | core/ |
Gets a specific JSON:API resource type based on a supplied typename. |
| ResourceTypeRepository::getFieldMapping | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getFields | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition | function | core/ |
Get relatable resource types from a field definition. |
| ResourceTypeRepositoryInterface::get | function | core/ |
Gets a specific JSON:API resource type based on entity type ID and bundle. |
| ResourceTypeRepositoryInterface::getByTypeName | function | core/ |
Gets a specific JSON:API resource type based on a supplied typename. |
| ResourceTypeRepositoryTest::getFieldMappingProvider | function | core/ |
Data provider for testGetFieldMapping. |
| ResourceTypeRepositoryTest::getProvider | function | core/ |
Data provider for testGet. |
| ResourceTypeRepositoryTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] @dataProvider getProvider |
| ResponseGeneratorSubscriber::getSubscribedEvents | function | core/ |
|
| ResponsiveImage::getInfo | function | core/ |
Returns the element properties for this element. |
| ResponsiveImageStyle::getBreakpointGroup | function | core/ |
Returns the breakpoint group for the responsive image style. |
| ResponsiveImageStyle::getFallbackImageStyle | function | core/ |
Returns the fallback image style ID for the responsive image style. |
| ResponsiveImageStyle::getImageStyleIds | function | core/ |
Gets all the image styles IDs involved in the responsive image mapping. |
| ResponsiveImageStyle::getImageStyleMapping | function | core/ |
Gets the image style mapping for a breakpoint ID and multiplier. |
| ResponsiveImageStyle::getImageStyleMappings | function | core/ |
Returns the image style mappings for the responsive image style. |
| ResponsiveImageStyle::getKeyedImageStyleMappings | function | core/ |
Returns the mappings of breakpoint ID and multiplier to image style. |
| ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMapping | function | core/ |
@covers ::addImageStyleMapping[[api-linebreak]] @covers ::getImageStyleMapping[[api-linebreak]] |
| ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMappings | function | core/ |
@covers ::addImageStyleMapping[[api-linebreak]] @covers ::getImageStyleMappings[[api-linebreak]] |
| ResponsiveImageStyleConfigEntityUnitTest::testGetKeyedImageStyleMappings | function | core/ |
@covers ::addImageStyleMapping[[api-linebreak]] @covers ::getKeyedImageStyleMappings[[api-linebreak]] |
Pagination
- Previous page
- Page 162
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.