You are here

Classes, traits, and interfaces in Crop API 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Crop class Drupal\crop\Entity src/Entity/Crop.php Defines the crop entity class. 5
CropCRUDTest class Drupal\Tests\crop\Kernel tests/src/Kernel/CropCRUDTest.php Tests the crop entity CRUD operations.
CropEffect class Drupal\crop\Plugin\ImageEffect src/Plugin/ImageEffect/CropEffect.php Crops an image resource.
CropEffectTest class Drupal\Tests\crop\Kernel tests/src/Kernel/CropEffectTest.php Tests the crop image effect.
CropEntityProvider class Drupal\crop\Annotation src/Annotation/CropEntityProvider.php Defines the annotation object for crop integration with storage entities.
CropEntityProvidersTest class Drupal\Tests\crop\Kernel tests/src/Kernel/CropEntityProvidersTest.php Tests entity provider plugins.
CropFunctionalTest class Drupal\Tests\crop\Functional tests/src/Functional/CropFunctionalTest.php Functional tests for crop API.
CropInterface interface Drupal\crop src/CropInterface.php Provides an interface defining the crop entity. 1 2
CropStorage class Drupal\crop src/CropStorage.php Defines the storage handler class for image crop storage.
CropStorageInterface interface Drupal\crop src/CropStorageInterface.php Provides an interface defining an crop storage controller. 1 1
CropType class Drupal\crop\Entity src/Entity/CropType.php Defines the Crop type configuration entity. 1
CropTypeAspectRatioValidationConstraint class Drupal\crop\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CropTypeAspectRatioValidationConstraint.php Supports validating crop type aspect ratio.
CropTypeAspectRatioValidationConstraintValidator class Drupal\crop\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CropTypeAspectRatioValidationConstraintValidator.php Checks if the crop type is valid.
CropTypeDeleteForm class Drupal\crop\Form src/Form/CropTypeDeleteForm.php Provides a form for crop type deletion.
CropTypeForm class Drupal\crop\Form src/Form/CropTypeForm.php Form controller for crop type forms.
CropTypeInterface interface Drupal\crop src/CropTypeInterface.php Provides an interface defining a crop type entity. 1 1
CropTypeListBuilder class Drupal\crop src/CropTypeListBuilder.php Defines a class to build a listing of crop type entities.
CropTypeMachineNameValidationConstraint class Drupal\crop\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CropTypeMachineNameValidationConstraint.php Supports validating crop type machine name.
CropTypeMachineNameValidationConstraintValidator class Drupal\crop\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CropTypeMachineNameValidationConstraintValidator.php Checks if the crop type is valid.
CropUnitTestBase abstract class Drupal\Tests\crop\Kernel tests/src/Kernel/CropUnitTestBase.php Tests the crop entity CRUD operations. 3
EntityProviderBase abstract class Drupal\crop src/EntityProviderBase.php Base implementation for entity provider plugins. 2 2
EntityProviderInterface interface Drupal\crop src/EntityProviderInterface.php Defines the interface for entity provider integration plugin. 1
EntityProviderManager class Drupal\crop src/EntityProviderManager.php Manages crop entity provider plugins. 2
EntityProviderNotFoundException class Drupal\crop src/EntityProviderNotFoundException.php An Error EntityProviderNotFoundException Class. 2
File class Drupal\crop\Plugin\Crop\EntityProvider src/Plugin/Crop/EntityProvider/File.php File crop integration.
Media class Drupal\crop\Plugin\Crop\EntityProvider src/Plugin/Crop/EntityProvider/Media.php Media crop integration.
UpdatePathTest class Drupal\Tests\crop\Functional tests/src/Functional/UpdatePathTest.php @group crop

Other projects