Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 8.9.x for source
- Search 11.x for source
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceType::$entityTypeId | property | core/ |
The entity type ID. |
| ResourceType::$fieldMapping | property | core/ |
The mapping for field aliases: keys=public names, values=internal names. |
| ResourceType::$fields | property | core/ |
The list of fields on the underlying entity type + bundle. |
| ResourceType::$internal | property | core/ |
Whether this resource type is internal. |
| ResourceType::$isLocatable | property | core/ |
Whether this resource type's resources are locatable. |
| ResourceType::$isMutable | property | core/ |
Whether this resource type's resources are mutable. |
| ResourceType::$isVersionable | property | core/ |
Whether this resource type's resources are versionable. |
| ResourceType::$relatableResourceTypesByField | property | core/ |
An array of arrays of relatable resource types, keyed by public field name. |
| ResourceType::$typeName | property | core/ |
The type name. |
| 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::hasField | function | core/ |
Checks if the field exists. |
| ResourceType::includeCount | function | core/ |
Determine whether to include a collection count. |
| ResourceType::isFieldEnabled | function | core/ |
Checks if a field is enabled or not. |
| ResourceType::isInternal | function | core/ |
Whether this resource type is internal. |
| ResourceType::isLocatable | function | core/ |
Whether resources of this resource type are locatable. |
| ResourceType::isMutable | function | core/ |
Whether resources of this resource type are mutable. |
| ResourceType::isVersionable | function | core/ |
Whether resources of this resource type are versionable. |
| ResourceType::setRelatableResourceTypes | function | core/ |
Sets the relatable resource types. |
| ResourceType::TYPE_NAME_URI_PATH_SEPARATOR | constant | core/ |
A string which is used as path separator in resource type names. |
| ResourceType::__construct | function | core/ |
Instantiates a ResourceType object. |
| ResourceTypeAttribute | class | core/ |
Specialization of a ResourceTypeField to represent a resource type attribute. |
| ResourceTypeAttribute.php | file | core/ |
|
| ResourceTypeBuildEvent | class | core/ |
An event used to configure the construction of a JSON:API resource type. |
| ResourceTypeBuildEvent.php | file | core/ |
|
| ResourceTypeBuildEvent::$disabled | property | core/ |
Whether the JSON:API resource type to be built should be disabled. |
| ResourceTypeBuildEvent::$fields | property | core/ |
The fields of the resource type to be built. |
| ResourceTypeBuildEvent::$resourceTypeName | property | core/ |
The JSON:API resource type name of the instance to be built. |
| ResourceTypeBuildEvent::createFromEntityTypeAndBundle | function | core/ |
Creates a new ResourceTypeBuildEvent. |
| ResourceTypeBuildEvent::disableField | function | core/ |
Disables the given field on the resource type to be built. |
| ResourceTypeBuildEvent::disableResourceType | function | core/ |
Disables the resource type to be built. |
| 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. |
| ResourceTypeBuildEvent::resourceTypeShouldBeDisabled | function | core/ |
Whether the resource type to be built should be disabled. |
| ResourceTypeBuildEvent::setPublicFieldName | function | core/ |
Sets the public name of the given field on the resource type to be built. |
| ResourceTypeBuildEvent::setResourceTypeName | function | core/ |
Sets the name of the resource type to be built. |
| ResourceTypeBuildEvent::__construct | function | core/ |
ResourceTypeBuildEvent constructor. |
| ResourceTypeBuildEvents | class | core/ |
Contains all events emitted during the resource type build process. |
| ResourceTypeBuildEvents.php | file | core/ |
|
| ResourceTypeBuildEvents::BUILD | constant | core/ |
Emitted during the resource type build process. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.