Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 10.3.x for class
- Search 11.x for class
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityTypeInterface::hasViewBuilderClass | function | core/ |
Indicates if this entity type has a view builder. |
EntityTypeInterface::isSubclassOf | function | core/ |
Indicates if the entity type is a subclass of the given class or interface. |
EntityTypeInterface::setAccessClass | function | core/ |
Sets the access control handler class. |
EntityTypeInterface::setFormClass | function | core/ |
Sets a form class for a specific operation. |
EntityTypeInterface::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
EntityTypeInterface::setListBuilderClass | function | core/ |
Sets the list class. |
EntityTypeInterface::setStorageClass | function | core/ |
Sets the storage class. |
EntityTypeInterface::setViewBuilderClass | function | core/ |
Gets the view builder class. |
EntityTypeManager::$classResolver | property | core/ |
The class resolver. |
EntityTypeManagerTest::getTestHandlerClass | function | core/ |
Gets a mock controller class name. |
EntityTypeRepository::$classNameEntityTypeMap | property | core/ |
Contains cached mappings of class names to entity types. |
EntityTypeRepository::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepositoryTest::testGetEntityTypeFromClass | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeTest::getTestHandlerClass | function | core/ |
Gets a mock controller class name. |
EntityTypeTest::testEntityClassImplements | function | core/ |
@covers ::entityClassImplements |
EntityTypeTest::testGetAccessControlClass | function | core/ |
Tests the getAccessControlClass() method. |
EntityTypeTest::testGetFormClass | function | core/ |
Tests the getFormClass() method. |
EntityTypeTest::testGetListBuilderClass | function | core/ |
Tests the getListBuilderClass() method. |
EntityTypeTest::testgetOriginalClassChanged | function | core/ |
@covers ::setClass @covers ::getOriginalClass |
EntityTypeTest::testgetOriginalClassUnchanged | function | core/ |
@covers ::getOriginalClass |
EntityTypeTest::testGetStorageClass | function | core/ |
Tests the getStorageClass() method. |
EntityTypeTest::testGetViewBuilderClass | function | core/ |
Tests the getViewBuilderClass() method. |
EntityTypeTest::testHasFormClasses | function | core/ |
Tests the hasFormClasses() method. |
EntityTypeTest::testIsSubClassOf | function | core/ |
@covers ::isSubclassOf @group legacy @expectedDeprecation Drupal\Core\Entity\EntityType::isSubclassOf() is deprecated in drupal:8.3.0 and is removed from drupal:10.0.0. Use Drupal\Core\Entity\EntityTypeInterface::entityClassImplements() instead. See… |
EntityTypeTest::testSetStorageClass | function | core/ |
Tests the setStorageClass() method. |
ExecutionContext::getClassName | function | core/ |
|
ExtendingNonInstalledClass | class | core/ |
Plugin annotation @Plugin( id = "extending_non_installed_class", label = "A plugin whose class is extending from a non-installed module class", color = "pink", ) |
ExtendingNonInstalledClass.php | file | core/ |
|
ExternalCommandRequirementsTrait::checkClassCommandRequirements | function | core/ |
Checks whether required external commands are available per test class. |
ExternalCommandRequirementTest::testClassRequiresAvailable | function | core/ |
@covers ::checkClassCommandRequirements |
ExternalCommandRequirementTest::testClassRequiresUnavailable | function | core/ |
@covers ::checkClassCommandRequirements |
FakeAutoloader::loadClass | function | core/ |
Loads the given class or interface. |
FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
FetchTest::testQueryFetchClasstype | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. The name of the class is determined from a value of the first column. |
FetchTest::testQueryFetchObjectClass | function | core/ |
Confirms that we can fetch a record into a class using fetchObject. |
FieldConfigBase::getClass | function | core/ |
Returns the class used for creating the typed data object. |
FieldDeprecateAllowedTagsXssTraitClass | class | core/ |
Class FieldDeprecateAllowedTagsXssTraitClass |
FieldDiscoveryTestClass | class | core/ |
A test class to expose protected methods. |
FieldDiscoveryTestClass.php | file | core/ |
|
FieldDiscoveryTestClass::$testData | property | core/ |
An array of test data. |
FieldDiscoveryTestClass::getAllFields | function | core/ |
Gets all field information related to this migration. |
FieldDiscoveryTestClass::getBundleFields | function | core/ |
Gets all field information for a particular entity type and bundle. |
FieldDiscoveryTestClass::getCoreVersion | function | core/ |
Finds the core version of a Drupal migration. |
FieldDiscoveryTestClass::getEntityFields | function | core/ |
Gets all field information for a particular entity type. |
FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides the stub migration definition for a given Drupal core version. |
FieldDiscoveryTestClass::getFieldPlugin | function | core/ |
Returns the appropriate field plugin for a given field type. |
FieldDiscoveryTestClass::getSourcePlugin | function | core/ |
Gets the source plugin to use to gather field information. |
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.