Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
EntityTypeInterface::getStorageClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the storage class.
EntityTypeInterface::getUriCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets a callable that can be used to provide the entity URI.
EntityTypeInterface::getViewBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the view builder class.
EntityTypeInterface::isCommonReferenceTarget function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether this entity type is commonly used as a reference target.
EntityTypeManager::getAccessControlHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new access control handler instance.
EntityTypeManager::getActiveDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets the active definition for a content entity type.
EntityTypeManager::getDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets a specific plugin definition.
EntityTypeManager::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new form instance.
EntityTypeManager::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php Returns a handler instance for the given entity type and handler.
EntityTypeManager::getListBuilder function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new entity list builder.
EntityTypeManager::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets all route provider instances.
EntityTypeManager::getStorage function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new storage instance.
EntityTypeManager::getViewBuilder function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new view builder instance.
EntityTypeManagerInterface::getAccessControlHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new access control handler instance.
EntityTypeManagerInterface::getDefinition function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::getDefinitions function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new form instance.
EntityTypeManagerInterface::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Returns a handler instance for the given entity type and handler.
EntityTypeManagerInterface::getListBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new entity list builder.
EntityTypeManagerInterface::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Gets all route provider instances.
EntityTypeManagerInterface::getStorage function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new storage instance.
EntityTypeManagerInterface::getViewBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new view builder instance.
EntityTypeManagerTest::getTestHandlerClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Gets a mock controller class name.
EntityTypeManagerTest::providerTestGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetDefinition().
EntityTypeManagerTest::testGetAccessControlHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getAccessControlHandler() method.
EntityTypeManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getDefinition() method.
EntityTypeManagerTest::testGetDefinitionInvalidException function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getDefinition() method with an invalid definition.
EntityTypeManagerTest::testGetFormObject function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method.
EntityTypeManagerTest::testGetFormObjectInvalidOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid operation.
EntityTypeManagerTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method.
EntityTypeManagerTest::testGetHandlerMissingHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method when no controller is defined.
EntityTypeManagerTest::testGetListBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getListBuilder() method.
EntityTypeManagerTest::testGetRouteProviders function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php @covers ::getRouteProviders
EntityTypeManagerTest::testGetStorage function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getStorage() method.
EntityTypeManagerTest::testGetViewBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getViewBuilder() method.
EntityTypeRepository::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityTypeRepository.php Gets the entity type ID based on the class that is called on.
EntityTypeRepository::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityTypeRepository.php Builds a list of entity type labels suitable for a Form API options list.
EntityTypeRepositoryInterface::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Gets the entity type ID based on the class that is called on.
EntityTypeRepositoryInterface::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Builds a list of entity type labels suitable for a Form API options list.
EntityTypeRepositoryTest::testGetEntityTypeFromClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass
EntityTypeRepositoryTest::testGetEntityTypeLabels function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Tests the getEntityTypeLabels() method.
EntityTypeTest::getTestHandlerClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Gets a mock controller class name.
EntityTypeTest::providerTestGet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for testGet.
EntityTypeTest::providerTestGetBundleLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for ::testGetBundleLabel().
EntityTypeTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data.
EntityTypeTest::testGet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::get
EntityTypeTest::testGetAccessControlClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getAccessControlClass() method.
EntityTypeTest::testGetBundleLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the ::getBundleLabel() method.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.