Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityTypeInfo::entityExtraFieldInfo | function | core/ |
Gets the "extra fields" for a bundle. |
| EntityTypeInfo::entityPrepareForm | function | core/ |
Replaces the entity form entity object with a proper revision object. |
| EntityTypeInfo::entityTypeAlter | function | core/ |
Adds Moderation configuration to appropriate entity types. |
| EntityTypeInfo::entityTypeAlter | function | core/ |
Implements hook_entity_type_alter(). |
| EntityTypeInfo::entityTypeBuild | function | core/ |
Implements hook_entity_type_build(). |
| EntityTypeInfo::fieldInfoAlter | function | core/ |
Implements hook_field_info_alter(). |
| EntityTypeInfo::formAlter | function | core/ |
Alters bundle forms to enforce revision handling. |
| EntityTypeInfo::getModeratedBundles | function | core/ |
Returns an iterable list of entity names and bundle names under moderation. |
| EntityTypeInfo::isModeratedEntityEditForm | function | core/ |
Checks whether the specified form allows to edit a moderated entity. |
| EntityTypeInfo::__construct | function | core/ |
EntityTypeInfo constructor. |
| EntityTypeInfo::__construct | function | core/ |
|
| EntityTypeInfoTest | class | core/ |
Tests Drupal\content_moderation\EntityTypeInfo. |
| EntityTypeInfoTest.php | file | core/ |
|
| EntityTypeInfoTest::$entityFieldManager | property | core/ |
The entity field manager. |
| EntityTypeInfoTest::$entityTypeInfo | property | core/ |
The entity type info class. |
| EntityTypeInfoTest::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityTypeInfoTest::$modules | property | core/ |
|
| EntityTypeInfoTest::enableModeration | function | core/ |
Add moderation to an entity type and bundle. |
| EntityTypeInfoTest::providerTestEntityTypeAlter | function | core/ |
Provides test data for testEntityTypeAlter(). |
| EntityTypeInfoTest::setUp | function | core/ |
|
| EntityTypeInfoTest::testBaseFieldOnlyAddedToModeratedEntityTypes | function | core/ |
Tests base field only added to moderated entity types. |
| EntityTypeInfoTest::testEntityBaseFieldInfo | function | core/ |
Tests entity base field info. |
| EntityTypeInfoTest::testEntityBaseFieldProvider | function | core/ |
Tests entity base field provider. |
| EntityTypeInfoTest::testEntityTypeAlter | function | core/ |
Tests the correct entity types have moderation added. |
| EntityTypeInterface | interface | core/ |
Provides an interface for an entity type and its metadata. |
| EntityTypeInterface.php | file | core/ |
|
| EntityTypeInterface::addConstraint | function | core/ |
Adds a validation constraint. |
| EntityTypeInterface::BUNDLE_MAX_LENGTH | constant | core/ |
The maximum length of bundle name, in characters. |
| EntityTypeInterface::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityTypeInterface::get | function | core/ |
Gets any arbitrary property. |
| EntityTypeInterface::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityTypeInterface::getAdminPermission | function | core/ |
Gets the name of the default administrative permission. |
| EntityTypeInterface::getBaseTable | function | core/ |
Gets the name of the entity's base table. |
| EntityTypeInterface::getBundleConfigDependency | function | core/ |
Gets the config dependency info for this entity, if any exists. |
| EntityTypeInterface::getBundleEntityType | function | core/ |
Gets the name of the entity type which provides bundles. |
| EntityTypeInterface::getBundleLabel | function | core/ |
Gets the label for the bundle. |
| EntityTypeInterface::getBundleListCacheTags | function | core/ |
The list cache tags associated with a specific bundle. |
| EntityTypeInterface::getBundleOf | function | core/ |
Gets the entity type ID for which this entity provides bundles. |
| EntityTypeInterface::getCollectionLabel | function | core/ |
Gets the uppercase plural form of the name of the entity type. |
| EntityTypeInterface::getCollectionPermission | function | core/ |
Gets the name of the default collection permission. |
| EntityTypeInterface::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| EntityTypeInterface::getConstraints | function | core/ |
Gets an array of validation constraints. |
| EntityTypeInterface::getCountLabel | function | core/ |
Gets the label's definite article form for use with a count of entities. |
| EntityTypeInterface::getDataTable | function | core/ |
Gets the name of the entity's data table. |
| EntityTypeInterface::getDecoratedClasses | function | core/ |
Gets the list of all the classes for this entity type. |
| EntityTypeInterface::getFormClass | function | core/ |
Gets the form class for a specific operation. |
| EntityTypeInterface::getGroup | function | core/ |
Gets the machine name of the entity type group. |
| EntityTypeInterface::getGroupLabel | function | core/ |
Gets the human-readable name of the entity type group. |
| EntityTypeInterface::getHandlerClass | function | core/ |
|
| EntityTypeInterface::getHandlerClasses | function | core/ |
Gets an array of handlers. |
Pagination
- Previous page
- Page 573
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.