Search for source
- Search 7.x for source
- Search 8.9.x for source
- Search 10.3.x for source
- Search 11.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ResourceTypeBuildEventSubscriber | class | core/ |
Event subscriber which tests disabling resource types. |
ResourceTypeBuildEventSubscriber.php | file | core/ |
|
ResourceTypeBuildEventSubscriber::aliasResourceTypeFields | function | core/ |
Aliases any resource type fields that have been aliased by a test. |
ResourceTypeBuildEventSubscriber::disableResourceType | function | core/ |
Disables any resource types that have been disabled by a test. |
ResourceTypeBuildEventSubscriber::disableResourceTypeFields | function | core/ |
Disables any resource type fields that have been aliased by a test. |
ResourceTypeBuildEventSubscriber::getSubscribedEvents | function | core/ |
|
ResourceTypeBuildEventSubscriber::renameResourceType | function | core/ |
Renames any resource types that have been renamed by a test. |
ResourceTypeConverter | class | core/ |
Parameter converter for upcasting JSON:API resource type names to objects. |
ResourceTypeConverter.php | file | core/ |
|
ResourceTypeConverter::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
ResourceTypeConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
ResourceTypeConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.