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 main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityType::addConstraint | function | core/ |
Adds a validation constraint. |
| EntityType::checkStorageClass | function | core/ |
Checks that the provided class is compatible with the current entity type. |
| EntityType::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityType::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityType::getAdminPermission | function | core/ |
Gets the name of the default administrative permission. |
| EntityType::getBaseTable | function | core/ |
Gets the name of the entity's base table. |
| EntityType::getBundleListCacheTags | function | core/ |
The list cache tags associated with a specific bundle. |
| EntityType::getCollectionPermission | function | core/ |
Gets the name of the default collection permission. |
| EntityType::getConstraints | function | core/ |
Gets an array of validation constraints. |
| EntityType::getDecoratedClasses | function | core/ |
Gets the list of all the classes for this entity type. |
| EntityType::getFormClass | function | core/ |
Gets the form class for a specific operation. |
| EntityType::getHandlerClass | function | core/ |
|
| EntityType::getHandlerClasses | function | core/ |
Gets an array of handlers. |
| EntityType::getKeys | function | core/ |
Gets an array of entity keys. |
| EntityType::getLinkTemplates | function | core/ |
Gets the link templates using the URI template syntax. |
| EntityType::getListBuilderClass | function | core/ |
Gets the list class. |
| EntityType::getListCacheContexts | function | core/ |
The list cache contexts associated with this entity type. |
| EntityType::getListCacheTags | function | core/ |
The list cache tags associated with this entity type. |
| EntityType::getOriginalClass | function | core/ |
Gets the name of the original entity type class. |
| EntityType::getPermissionGranularity | function | core/ |
Gets the permission granularity level. |
| EntityType::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
| EntityType::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
| EntityType::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
| EntityType::getSingularLabel | function | core/ |
Gets the indefinite singular form of the name of the entity type. |
| EntityType::getStorageClass | function | core/ |
Gets the storage class. |
| EntityType::getViewBuilderClass | function | core/ |
Gets the view builder class. |
| EntityType::hasFormClasses | function | core/ |
Indicates if this entity type has any forms. |
| EntityType::hasHandlerClass | function | core/ |
Determines if there is a handler for a given type. |
| EntityType::hasIntegerId | function | core/ |
Checks if this entity type has an integer ID. |
| EntityType::hasKey | function | core/ |
Indicates if a given entity key exists. |
| EntityType::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| EntityType::hasListBuilderClass | function | core/ |
Indicates if this entity type has a list class. |
| EntityType::hasRouteProviders | function | core/ |
Indicates if this entity type has any route provider. |
| EntityType::hasViewBuilderClass | function | core/ |
Indicates if this entity type has a view builder. |
| EntityType::isCommonReferenceTarget | function | core/ |
Indicates whether this entity type is commonly used as a reference target. |
| EntityType::isInternal | function | core/ |
Indicates whether the entity data is internal. |
| EntityType::isPersistentlyCacheable | function | core/ |
Indicates if the persistent cache of field data should be used. |
| EntityType::isRenderCacheable | function | core/ |
Indicates whether the rendered output of entities should be cached. |
| EntityType::isRevisionable | function | core/ |
Indicates whether entities of this type have revision support. |
| EntityType::isStaticallyCacheable | function | core/ |
Indicates whether entities should be statically cached. |
| EntityType::isTranslatable | function | core/ |
Indicates whether entities of this type have multilingual support. |
| EntityType::set | function | core/ |
Sets a value to an arbitrary property. |
| EntityType::setAccessClass | function | core/ |
Sets the access control handler class. |
| EntityType::setClass | function | core/ |
Sets the class. |
| EntityType::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
| EntityType::setFormClass | function | core/ |
Sets a form class for a specific operation. |
| EntityType::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
| EntityType::setLinkTemplate | function | core/ |
Sets a single link template. |
| EntityType::setListBuilderClass | function | core/ |
Sets the list class. |
| EntityType::setStorageClass | function | core/ |
Sets the storage class. |
Pagination
- Previous page
- Page 491
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.