Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityType::getViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the view builder class.
EntityType::hasFormClasses function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any forms.
EntityType::hasHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php Determines if there is a handler for a given type.
EntityType::hasKey function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a given entity key exists.
EntityType::hasLabelCallback function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a label callback exists.
EntityType::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a link template exists for a given key.
EntityType::hasListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a list class.
EntityType::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any route provider.
EntityType::hasViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a view builder.
EntityType::isCommonReferenceTarget function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether this entity type is commonly used as a reference target.
EntityType::isInternal function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the entity data is internal.
EntityType::isPersistentlyCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates if the persistent cache of field data should be used.
EntityType::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityType::isRevisionable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have revision support.
EntityType::isStaticallyCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities should be statically cached.
EntityType::isSubclassOf function core/lib/Drupal/Core/Entity/EntityType.php Indicates if the entity type is a subclass of the given class or interface.
EntityType::isTranslatable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have multilingual support.
EntityType::set function core/lib/Drupal/Core/Entity/EntityType.php Sets a value to an arbitrary property.
EntityType::setAccessClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the access control handler class.
EntityType::setClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the class.
EntityType::setConstraints function core/lib/Drupal/Core/Entity/EntityType.php Sets the array of validation constraints for the FieldItemList.
EntityType::setFormClass function core/lib/Drupal/Core/Entity/EntityType.php Sets a form class for a specific operation.
EntityType::setHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the handlers for a given type.
EntityType::setLabelCallback function core/lib/Drupal/Core/Entity/EntityType.php Sets the label callback.
EntityType::setLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php Sets a single link template.
EntityType::setListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the list class.
EntityType::setStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the storage class.
EntityType::setUriCallback function core/lib/Drupal/Core/Entity/EntityType.php Sets a callable to use to provide the entity URI.
EntityType::setViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the view builder class.
EntityType::showRevisionUi function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the revision form fields should be added to the form.
EntityType::__construct function core/lib/Drupal/Core/Entity/EntityType.php Constructs a new EntityType.
EntityTypeBundleInfo::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Clears static and persistent bundles.
EntityTypeBundleInfo::__construct function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Constructs a new EntityTypeBundleInfo.
EntityTypeBundleInfoInterface::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Clears static and persistent bundles.
EntityTypeBundleInfoTest class core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php @coversDefaultClass \Drupal\Core\Entity\EntityTypeBundleInfo[[api-linebreak]]
@group Entity
EntityTypeBundleInfoTest.php file core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
EntityTypeBundleInfoTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache backend to use.
EntityTypeBundleInfoTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache tags invalidator.
EntityTypeBundleInfoTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type bundle info under test.
EntityTypeBundleInfoTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type manager.
EntityTypeBundleInfoTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The language manager.
EntityTypeBundleInfoTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The module handler.
EntityTypeBundleInfoTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The typed data manager.
EntityTypeBundleInfoTest::providerTestGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Provides test data for testGetBundleInfo().
EntityTypeBundleInfoTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
EntityTypeBundleInfoTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Sets up the entity type manager to be tested.
EntityTypeBundleInfoTest::testClearCachedBundles function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the clearCachedBundles() method.
EntityTypeBundleInfoTest::testGetAllBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getAllBundleInfo() method.
EntityTypeBundleInfoTest::testGetAllBundleInfoWithEntityBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php @covers ::getAllBundleInfo[[api-linebreak]]
EntityTypeBundleInfoTest::testGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getBundleInfo() method.

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