Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 8.9.x for class
- Search 10.3.x for class
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalTest::testClassResolverWithClass | function | core/ |
Tests the classResolver method when called with a class. |
drupal_phpunit_populate_class_loader | function | core/ |
Populate class loader with additional namespaces for tests. |
ElementTest::testButtonClasses | function | core/ |
Tests button classes. |
EntityBase::getTypedDataClass | function | core/ |
Returns the typed data class name for this entity. |
EntityDisplayBaseMockableClass | class | core/ |
A class extending EntityDisplayBase for testing purposes. |
EntityDisplayBaseMockableClass::getEntityType | function | core/ |
Gets the entity type definition. |
EntityDisplayBaseMockableClass::getPluginCollections | function | core/ |
|
EntityDisplayBaseMockableClass::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
EntityDisplayModeBaseTestableClass | class | core/ |
A class extending EntityDisplayModeBase for testing purposes. |
EntityReferenceItemSubclass | class | core/ |
Plugin implementation of the 'entity_reference_subclass' field type. |
EntityReferenceItemSubclass.php | file | core/ |
|
EntityResolverManager::$classResolver | property | core/ |
The class resolver. |
EntityResolverManager::getControllerClass | function | core/ |
Gets the controller class using route defaults. |
EntityResolverManagerTest::$classResolver | property | core/ |
The mocked class resolver. |
EntityResourceValidationTraitTestClass | class | core/ |
A test class to use to test EntityResourceValidationTrait. |
EntitySerializationTest::$entityClass | property | core/ |
The class name of the test class. |
EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
EntityStorageBase::getEntitiesByClass | function | core/ |
Indexes the given array of entities by their class name and ID. |
EntityStorageBase::getEntityClass | function | core/ |
|
EntityStorageInterface::getEntityClass | function | core/ |
Retrieves the class name used to create the entity. |
EntityTestAmbiguousBundleClass | class | core/ |
An ambiguous bundle class that is a subclass of two different entity classes. |
EntityTestAmbiguousBundleClass.php | file | core/ |
|
EntityTestBundleClass | class | core/ |
The bundle class for the bundle_class bundle of the entity_test entity. |
EntityTestBundleClass.php | file | core/ |
|
EntityTestBundleClass::$postCreateCount | property | core/ |
The number of times static::postCreate() was called. |
EntityTestBundleClass::$postDeleteCount | property | core/ |
The number of times static::postDelete() was called. |
EntityTestBundleClass::$postLoadCount | property | core/ |
The number of times static::postLoad() was called. |
EntityTestBundleClass::$postLoadEntitiesCount | property | core/ |
The size of the $entities array passed to each invocation of postLoad(). |
EntityTestBundleClass::$preCreateCount | property | core/ |
The number of times static::preCreate() was called. |
EntityTestBundleClass::$preDeleteCount | property | core/ |
The number of times static::preDelete() was called. |
EntityTestBundleClass::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
EntityTestBundleClass::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
EntityTestBundleClass::postLoad | function | core/ |
Acts on loaded entities. |
EntityTestBundleClass::preCreate | function | core/ |
Changes the values of an entity before it is created. |
EntityTestBundleClass::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
EntityTestBundleClassHooks | class | core/ |
Hook implementations for entity_test_bundle_class. |
EntityTestBundleClassHooks.php | file | core/ |
|
EntityTestBundleClassHooks::entityBundleInfoAlter | function | core/ |
Implements hook_entity_bundle_info_alter(). |
EntityTestBundleClassHooks::entityTypeAlter | function | core/ |
Implements hook_entity_type_alter(). |
EntityTestBundleClassHooks::entityTypeBuild | function | core/ |
Implements hook_entity_type_build(). |
EntityTestUserClass | class | core/ |
A custom bundle class for the User entity. |
EntityTestUserClass.php | file | core/ |
|
EntityType::$entity_type_class | property | core/ |
The class used to represent the entity type. |
EntityType::$originalClass | property | core/ |
The name of the original entity type class. |
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::getFormClass | function | core/ |
Gets the form class for a specific operation. |
EntityType::getHandlerClass | function | core/ |
|
EntityType::getHandlerClasses | function | core/ |
Gets an array of handlers. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.