Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
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[[api-linebreak]]
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.
EntityTypeTest::testGetCollectionLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getCollectionLabel[[api-linebreak]]
EntityTypeTest::testGetCountLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getCountLabel[[api-linebreak]]
EntityTypeTest::testGetCountLabelDefault function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getCountLabel[[api-linebreak]]
EntityTypeTest::testGetFormClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getFormClass() method.
EntityTypeTest::testGetGroupLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getGroupLabel[[api-linebreak]]
EntityTypeTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getHandler() method.
EntityTypeTest::testGetKey function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getKey() method.
EntityTypeTest::testGetKeys function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getKeys() method.
EntityTypeTest::testGetLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getLabel[[api-linebreak]]
EntityTypeTest::testGetListBuilderClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getListBuilderClass() method.
EntityTypeTest::testGetOriginalClassChanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::setClass[[api-linebreak]]
@covers ::getOriginalClass[[api-linebreak]]
EntityTypeTest::testGetOriginalClassUnchanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getOriginalClass[[api-linebreak]]
EntityTypeTest::testGetPluralLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getPluralLabel[[api-linebreak]]
EntityTypeTest::testGetPluralLabelDefault function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getPluralLabel[[api-linebreak]]
EntityTypeTest::testGetSingularLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getSingularLabel[[api-linebreak]]
EntityTypeTest::testGetSingularLabelDefault function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getSingularLabel[[api-linebreak]]
EntityTypeTest::testGetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getStorageClass() method.
EntityTypeTest::testGetViewBuilderClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getViewBuilderClass() method.
EntityUnitTest::testGetEntityType function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::getEntityType[[api-linebreak]]
EntityUnitTest::testGetEntityTypeId function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::getEntityTypeId[[api-linebreak]]
EntityUrlLanguageTest class core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Tests the language of entity URLs.
@group language
EntityUrlLanguageTest.php file core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
EntityUrlLanguageTest::$entity property core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php The entity being used for testing.
EntityUrlLanguageTest::$modules property core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Modules to install.
EntityUrlLanguageTest::createTranslatableEntity function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Creates a translated entity.
EntityUrlLanguageTest::setCurrentRequestForRoute function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Sets the current request to a specific path with the corresponding route.
EntityUrlLanguageTest::setUp function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
EntityUrlLanguageTest::testEntityUrlLanguage function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Ensures that entity URLs in a language have the right language prefix.
EntityUrlLanguageTest::testEntityUrlLanguageWithLanguageContentEnabled function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Ensures correct entity URLs with the method language-content-entity enabled.
EntityUrlTest::getEntity function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Returns a mock entity for testing.
EntityUser::getHighestId function core/modules/user/src/Plugin/migrate/destination/EntityUser.php Returns the highest ID tracked by the implementing plugin.
EntityValidationException::getViolationMessages function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violation messages.
EntityValidationException::getViolations function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violations generated during the entity validation.
EntityViewBuilder::getBuildDefaults function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Provides entity-specific defaults to the build process.
EntityViewBuilder::getCacheTags function core/lib/Drupal/Core/Entity/EntityViewBuilder.php The cache tag associated with this entity view builder.
EntityViewBuilder::getSingleFieldDisplay function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Gets an EntityViewDisplay for rendering an individual field.
EntityViewBuilderInterface::getCacheTags function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php The cache tag associated with this entity view builder.
EntityViewDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the plugin collections used by this object.
EntityViewDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityViewDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityViewDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array of form or view mode options.
EntityViewDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the form or view modes used by this form.
EntityViewDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns a link to the form or view mode admin page.

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