Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityOperationsUnitTest::testUsesGroupBy | function | core/ |
@covers ::usesGroupBy[[api-linebreak]] |
| EntityOwnerInterface | interface | core/ |
Defines a common interface for entities that have an owner. |
| EntityOwnerInterface.php | file | core/ |
|
| EntityOwnerInterface::getOwner | function | core/ |
Returns the entity owner's user entity. |
| EntityOwnerInterface::getOwnerId | function | core/ |
Returns the entity owner's user ID. |
| EntityOwnerInterface::setOwner | function | core/ |
Sets the entity owner's user entity. |
| EntityOwnerInterface::setOwnerId | function | core/ |
Sets the entity owner's user ID. |
| EntityOwnerTrait | trait | core/ |
Provides a trait for entities that have an owner. |
| EntityOwnerTrait.php | file | core/ |
|
| EntityOwnerTrait::getDefaultEntityOwner | function | core/ |
Default value callback for 'owner' base field. |
| EntityOwnerTrait::getOwner | function | core/ |
|
| EntityOwnerTrait::getOwnerId | function | core/ |
|
| EntityOwnerTrait::ownerBaseFieldDefinitions | function | core/ |
Returns an array of base field definitions for entity owners. |
| EntityOwnerTrait::setOwner | function | core/ |
|
| EntityOwnerTrait::setOwnerId | function | core/ |
|
| EntityPermissionsForm | class | core/ |
Provides the permissions administration form for a bundle. |
| EntityPermissionsForm.php | file | core/ |
|
| EntityPermissionsForm::$bundle | property | core/ |
The bundle object. |
| EntityPermissionsForm::$configManager | property | core/ |
The configuration entity manager. |
| EntityPermissionsForm::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityPermissionsForm::access | function | core/ |
Checks that there are permissions to be managed. |
| EntityPermissionsForm::buildForm | function | core/ |
Builds the user permissions administration form for a bundle. |
| EntityPermissionsForm::create | function | core/ |
Instantiates a new instance of this class. |
| EntityPermissionsForm::permissionsByProvider | function | core/ |
Group permissions by the modules that provide them. |
| EntityPermissionsForm::__construct | function | core/ |
Constructs a new EntityPermissionsForm. |
| EntityPermissionsFormTest | class | core/ |
Tests the permissions administration form for a bundle. |
| EntityPermissionsFormTest.php | file | core/ |
|
| EntityPermissionsFormTest::providerTestPermissionsByProvider | function | core/ |
Provides data for the testPermissionsByProvider method. |
| EntityPermissionsFormTest::testPermissionsByProvider | function | core/ |
Tests generating the permissions list. |
| EntityPermissionsRouteProvider | class | core/ |
Provides routes for the entity permissions form. |
| EntityPermissionsRouteProvider.php | file | core/ |
|
| EntityPermissionsRouteProvider::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityPermissionsRouteProvider::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityPermissionsRouteProvider::getEntityPermissionsRoute | function | core/ |
Gets the entity permissions route. |
| EntityPermissionsRouteProvider::getRoutes | function | core/ |
Provides routes for entities. |
| EntityPermissionsRouteProvider::__construct | function | core/ |
Constructs a new EntityPermissionsRouteProvider. |
| EntityPermissionsRouteProviderWithCheck | class | core/ |
Provides routes for the entity permissions form with a custom access check. |
| EntityPermissionsRouteProviderWithCheck.php | file | core/ |
|
| EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute | function | core/ |
Gets the entity permissions route. |
| EntityPublishedActionDeriver | class | core/ |
Provides an action deriver that finds publishable entity types. |
| EntityPublishedActionDeriver.php | file | core/ |
|
| EntityPublishedActionDeriver::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityPublishedInterface | interface | core/ |
Provides an interface for access to an entity's published state. |
| EntityPublishedInterface.php | file | core/ |
|
| EntityPublishedInterface::isPublished | function | core/ |
Returns whether or not the entity is published. |
| EntityPublishedInterface::setPublished | function | core/ |
Sets the entity as published. |
| EntityPublishedInterface::setUnpublished | function | core/ |
Sets the entity as unpublished. |
| EntityPublishedTrait | trait | core/ |
Provides a trait for published status. |
| EntityPublishedTrait.php | file | core/ |
|
| EntityPublishedTrait::isPublished | function | core/ |
Pagination
- Previous page
- Page 509
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.