Search for __get
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityTypeInterface::getPermissionGranularity | function | core/ |
Gets the permission granularity level. |
| EntityTypeInterface::getPluralLabel | function | core/ |
Gets the indefinite plural form of the name of the entity type. |
| EntityTypeInterface::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
| EntityTypeInterface::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
| EntityTypeInterface::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
| EntityTypeInterface::getSingularLabel | function | core/ |
Gets the indefinite singular form of the name of the entity type. |
| EntityTypeInterface::getStorageClass | function | core/ |
Gets the storage class. |
| EntityTypeInterface::getUriCallback | function | core/ |
Gets a callable that can be used to provide the entity URI. |
| EntityTypeInterface::getViewBuilderClass | function | core/ |
Gets the view builder class. |
| EntityTypeInterface::isCommonReferenceTarget | function | core/ |
Indicates whether this entity type is commonly used as a reference target. |
| EntityTypeManager::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
| EntityTypeManager::getActiveDefinition | function | core/ |
Gets the active definition for a content entity type. |
| EntityTypeManager::getDefinition | function | core/ |
Gets a specific plugin definition. |
| EntityTypeManager::getFormObject | function | core/ |
Creates a new form instance. |
| EntityTypeManager::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
| EntityTypeManager::getListBuilder | function | core/ |
Creates a new entity list builder. |
| EntityTypeManager::getRouteProviders | function | core/ |
Gets all route provider instances. |
| EntityTypeManager::getStorage | function | core/ |
Creates a new storage instance. |
| EntityTypeManager::getViewBuilder | function | core/ |
Creates a new view builder instance. |
| EntityTypeManagerInterface::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
| EntityTypeManagerInterface::getDefinition | function | core/ |
|
| EntityTypeManagerInterface::getDefinitions | function | core/ |
|
| EntityTypeManagerInterface::getFormObject | function | core/ |
Creates a new form instance. |
| EntityTypeManagerInterface::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
| EntityTypeManagerInterface::getListBuilder | function | core/ |
Creates a new entity list builder. |
| EntityTypeManagerInterface::getRouteProviders | function | core/ |
Gets all route provider instances. |
| EntityTypeManagerInterface::getStorage | function | core/ |
Creates a new storage instance. |
| EntityTypeManagerInterface::getViewBuilder | function | core/ |
Creates a new view builder instance. |
| EntityTypeManagerTest::getTestHandlerClass | function | core/ |
Gets a mock controller class name. |
| EntityTypeManagerTest::providerTestGetDefinition | function | core/ |
Provides test data for testGetDefinition(). |
| EntityTypeManagerTest::testGetAccessControlHandler | function | core/ |
Tests the getAccessControlHandler() method. |
| EntityTypeManagerTest::testGetDefinition | function | core/ |
Tests the getDefinition() method. |
| EntityTypeManagerTest::testGetDefinitionInvalidException | function | core/ |
Tests the getDefinition() method with an invalid definition. |
| EntityTypeManagerTest::testGetFormObject | function | core/ |
Tests the getFormObject() method. |
| EntityTypeManagerTest::testGetFormObjectInvalidOperation | function | core/ |
Tests the getFormObject() method with an invalid operation. |
| EntityTypeManagerTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
| EntityTypeManagerTest::testGetHandlerMissingHandler | function | core/ |
Tests the getHandler() method when no controller is defined. |
| EntityTypeManagerTest::testGetListBuilder | function | core/ |
Tests the getListBuilder() method. |
| EntityTypeManagerTest::testGetRouteProviders | function | core/ |
@covers ::getRouteProviders[[api-linebreak]] |
| EntityTypeManagerTest::testGetStorage | function | core/ |
Tests the getStorage() method. |
| EntityTypeManagerTest::testGetViewBuilder | function | core/ |
Tests the getViewBuilder() method. |
| EntityTypeRepository::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
| EntityTypeRepository::getEntityTypeLabels | function | core/ |
Builds a list of entity type labels suitable for a Form API options list. |
| EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
| EntityTypeRepositoryInterface::getEntityTypeLabels | function | core/ |
Builds a list of entity type labels suitable for a Form API options list. |
| EntityTypeRepositoryTest::testGetEntityTypeFromClass | function | core/ |
@covers ::getEntityTypeFromClass[[api-linebreak]] |
| EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous | function | core/ |
@covers ::getEntityTypeFromClass[[api-linebreak]] |
| EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass | function | core/ |
@covers ::getEntityTypeFromClass[[api-linebreak]] |
| EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ |
@covers ::getEntityTypeFromClass[[api-linebreak]] |
| EntityTypeRepositoryTest::testGetEntityTypeLabels | function | core/ |
Tests the getEntityTypeLabels() method. |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.