You are here

Classes, traits, and interfaces in Recipe 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
EntityIngredient class Drupal\ingredient\Plugin\migrate\destination modules/ingredient/src/Plugin/migrate/destination/EntityIngredient.php Plugin annotation @MigrateDestination( id = "entity:ingredient" )
Id class Drupal\ingredient\Plugin\views\argument modules/ingredient/src/Plugin/views/argument/Id.php Argument handler to accept an ingredient id.
Ingredient class Drupal\ingredient\Entity modules/ingredient/src/Entity/Ingredient.php Defines the Ingredient entity. 8
Ingredient class Drupal\ingredient\Feeds\Target modules/ingredient/src/Feeds/Target/Ingredient.php Defines an ingredient field mapper.
Ingredient class Drupal\ingredient\Plugin\views\wizard modules/ingredient/src/Plugin/views/wizard/Ingredient.php Wizard plugin for creating Ingredient views.
Ingredient class Drupal\ingredient\Plugin\migrate\source\recipe1x modules/ingredient/src/Plugin/migrate/source/recipe1x/Ingredient.php Drupal 6.x-1.x and 7.x-1.x ingredient source from database.
IngredientAccessControlHandler class Drupal\ingredient modules/ingredient/src/IngredientAccessControlHandler.php Access controller for ingredients.
IngredientAccessTest class Drupal\Tests\ingredient\Kernel modules/ingredient/tests/src/Kernel/IngredientAccessTest.php @coversDefaultClass \Drupal\ingredient\IngredientAccessControlHandler
IngredientBreadcrumbBuilder class Drupal\ingredient modules/ingredient/src/IngredientBreadcrumbBuilder.php Builds breadcrumbs for Ingredient entities. 2
IngredientDeleteForm class Drupal\ingredient\Form modules/ingredient/src/Form/IngredientDeleteForm.php Provides a form for deleting an ingredient.
IngredientFieldItemList class Drupal\ingredient\Plugin\Field\FieldType modules/ingredient/src/Plugin/Field/FieldType/IngredientFieldItemList.php Represents a configurable entity ingredient field.
IngredientFieldTest class Drupal\Tests\ingredient\Functional modules/ingredient/tests/src/Functional/IngredientFieldTest.php Tests the functionality of the ingredient field.
IngredientForm class Drupal\ingredient\Form modules/ingredient/src/Form/IngredientForm.php Form controller for the ingredient edit forms.
IngredientFormatter class Drupal\ingredient\Plugin\Field\FieldFormatter modules/ingredient/src/Plugin/Field/FieldFormatter/IngredientFormatter.php Plugin implementation of the 'ingredient_default' formatter. 1 1
IngredientInterface interface Drupal\ingredient modules/ingredient/src/IngredientInterface.php Provides an interface defining an Ingredient entity. 1 4
IngredientItem class Drupal\ingredient\Plugin\Field\FieldType modules/ingredient/src/Plugin/Field/FieldType/IngredientItem.php Plugin implementation of the 'ingredient' field type.
IngredientListBuilder class Drupal\ingredient modules/ingredient/src/IngredientListBuilder.php Provides a list controller for ingredient.
IngredientQuantityUtility class Drupal\ingredient\Utility modules/ingredient/src/Utility/IngredientQuantityUtility.php Provides the ingredient.quantity service. 2 2
IngredientRecipeMLFormatter class Drupal\recipe\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/IngredientRecipeMLFormatter.php Plugin implementation of the 'ingredient_recipeml' formatter.
IngredientReference class Drupal\ingredient\Plugin\migrate\field modules/ingredient/src/Plugin/migrate/field/IngredientReference.php MigrateField plugin for Drupal 7 ingredient_reference fields.
IngredientSelection class Drupal\ingredient\Plugin\EntityReferenceSelection modules/ingredient/src/Plugin/EntityReferenceSelection/IngredientSelection.php Provides specific access control for the ingredient entity type.
IngredientSettingsForm class Drupal\ingredient\Form modules/ingredient/src/Form/IngredientSettingsForm.php Configure ingredient settings for this site. 1
IngredientSettingsTest class Drupal\Tests\ingredient\Kernel modules/ingredient/tests/src/Kernel/IngredientSettingsTest.php Tests Ingredient entity settings.
IngredientTest class Drupal\Tests\ingredient\Functional modules/ingredient/tests/src/Functional/IngredientTest.php Tests Ingredient CRUD functions.
IngredientTestTrait trait Drupal\Tests\ingredient\Functional modules/ingredient/tests/src/Functional/IngredientTestTrait.php Provides common helper methods for Ingredient field tests.
IngredientTranslationTest class Drupal\Tests\ingredient\Functional modules/ingredient/tests/src/Functional/IngredientTranslationTest.php Tests the translatability of Ingredient entities.
IngredientUnitFuzzymatch class Drupal\ingredient\Utility modules/ingredient/src/Utility/IngredientUnitFuzzymatch.php Provides the ingredient.fuzzymatch service. 2
IngredientUnitUtility class Drupal\ingredient\Utility modules/ingredient/src/Utility/IngredientUnitUtility.php Provides the ingredient.unit service. 2 2
IngredientViewsData class Drupal\ingredient modules/ingredient/src/IngredientViewsData.php Provides the views data for the ingredient entity type.
IngredientWidget class Drupal\ingredient\Plugin\Field\FieldWidget modules/ingredient/src/Plugin/Field/FieldWidget/IngredientWidget.php Plugin implementation of the 'ingredient_autocomplete' widget.
MigrateIngredient61Test class Drupal\Tests\ingredient\Kernel\Migrate\recipe61 modules/ingredient/tests/src/Kernel/Migrate/recipe61/MigrateIngredient61Test.php @covers \Drupal\ingredient\Plugin\migrate\destination\EntityIngredient @covers \Drupal\ingredient\Plugin\migrate\source\recipe1x\Ingredient @group recipe
MigrateIngredient61TestBase abstract class Drupal\Tests\ingredient\Kernel\Migrate\recipe61 modules/ingredient/tests/src/Kernel/Migrate/recipe61/MigrateIngredient61TestBase.php Provides a base class for Ingredient migrations from Recipe 6.x-1.5. 2
MigrateIngredient71Test class Drupal\Tests\ingredient\Kernel\Migrate\recipe71 modules/ingredient/tests/src/Kernel/Migrate/recipe71/MigrateIngredient71Test.php @covers \Drupal\ingredient\Plugin\migrate\destination\EntityIngredient @covers \Drupal\ingredient\Plugin\migrate\source\recipe1x\Ingredient @group recipe
MigrateIngredient71TestBase abstract class Drupal\Tests\ingredient\Kernel\Migrate\recipe71 modules/ingredient/tests/src/Kernel/Migrate/recipe71/MigrateIngredient71TestBase.php Provides a base class for Ingredient migrations from Recipe 7.x-1.3. 2
MigrateIngredient72Test class Drupal\Tests\ingredient\Kernel\Migrate\recipe72 modules/ingredient/tests/src/Kernel/Migrate/recipe72/MigrateIngredient72Test.php @coversDefaultClass \Drupal\ingredient\Plugin\migrate\field\IngredientReference @group ingredient
MigrateIngredientSettings61Test class Drupal\Tests\ingredient\Kernel\Migrate\recipe61 modules/ingredient/tests/src/Kernel/Migrate/recipe61/MigrateIngredientSettings61Test.php Tests migration of Recipe 6.x-1.x ingredient variables to configuration.
MigrateIngredientSettings71Test class Drupal\Tests\ingredient\Kernel\Migrate\recipe71 modules/ingredient/tests/src/Kernel/Migrate/recipe71/MigrateIngredientSettings71Test.php Tests migration of Recipe 7.x-1.x ingredient variables to configuration.
MigrateRecipe61Test class Drupal\Tests\recipe\Kernel\Migrate\recipe61 tests/src/Kernel/Migrate/recipe61/MigrateRecipe61Test.php @covers \Drupal\recipe\Plugin\migrate\source\recipe61\Recipe61 @group recipe
MigrateRecipe61TestBase abstract class Drupal\Tests\recipe\Kernel\Migrate\recipe61 tests/src/Kernel/Migrate/recipe61/MigrateRecipe61TestBase.php Provides a base class for Recipe migrations from Recipe 6.x-1.x. 2
MigrateRecipe71Test class Drupal\Tests\recipe\Kernel\Migrate\recipe71 tests/src/Kernel/Migrate/recipe71/MigrateRecipe71Test.php @covers \Drupal\recipe\Plugin\migrate\source\recipe71\ @group recipe
MigrateRecipe71TestBase abstract class Drupal\Tests\recipe\Kernel\Migrate\recipe71 tests/src/Kernel/Migrate/recipe71/MigrateRecipe71TestBase.php Provides a base class for Recipe migrations from Recipe 7.x-1.x. 3
MigrateRecipe72Test class Drupal\Tests\recipe\Kernel\Migrate\recipe72 tests/src/Kernel/Migrate/recipe72/MigrateRecipe72Test.php @covers \Drupal\recipe\Plugin\migrate\source\Recipe72 @group recipe
MigrateRecipeDisplaySettings61Test class Drupal\Tests\recipe\Kernel\Migrate\recipe61 tests/src/Kernel/Migrate/recipe61/MigrateRecipeDisplaySettings61Test.php Tests migration of Recipe 6.x-1.x ingredient variables to configuration.
MigrateRecipeDisplaySettings71Test class Drupal\Tests\recipe\Kernel\Migrate\recipe71 tests/src/Kernel/Migrate/recipe71/MigrateRecipeDisplaySettings71Test.php Tests migration of Recipe 7.x-1.x ingredient variables to configuration.
MigrateRecipeFieldSettings71Test class Drupal\Tests\recipe\Kernel\Migrate\recipe71 tests/src/Kernel/Migrate/recipe71/MigrateRecipeFieldSettings71Test.php Tests migration of Recipe 7.x-1.x ingredient variables to configuration.
PlainText class Drupal\recipe\Plugin\views\style src/Plugin/views/style/PlainText.php Default style plugin to render recipes in plain text.
PlainTextStyleTest class Drupal\Tests\recipe\Functional tests/src/Functional/PlainTextStyleTest.php Tests the plain text Views style plugin.
Recipe class Drupal\recipe\Plugin\views\display src/Plugin/views/display/Recipe.php The plugin that handles a recipe format, such as RecipeML.
Recipe61 class Drupal\recipe\Plugin\migrate\source\recipe61 src/Plugin/migrate/source/recipe61/Recipe61.php Drupal 6 recipe source from database. 1
Recipe71 class Drupal\recipe\Plugin\migrate\source\recipe71 src/Plugin/migrate/source/recipe71/Recipe71.php Drupal 7 recipe source from database.

Pages

Other projects