You are here

Classes, traits, and interfaces in Matrix field 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DefaultController class Drupal\matrix src/DefaultController.php Default controller for the matrix module.
DefaultController class Drupal\matrix\Controller src/Controller/DefaultController.php Default controller for the matrix module.
LoadTest class Drupal\matrix\Tests src/Tests/LoadTest.php Simple test to ensure that main page loads with module enabled.
MatrixCustom class Drupal\matrix\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/MatrixCustom.php Plugin annotation @FieldWidget( id = "matrix_custom", label = @Translation("Custom Matrix"), description = @Translation("A grid of form elements"), field_types = {"matrix_custom"} )
MatrixDefault class Drupal\matrix\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/MatrixDefault.php Plugin annotation @FieldFormatter( id = "matrix_default", label = @Translation("Default"), field_types = {"matrix_text", "matrix_custom"} )
MatrixText class Drupal\matrix\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/MatrixText.php Plugin annotation @FieldWidget( id = "matrix_text", label = @Translation("Text Matrix"), description = @Translation("A grid of textfields"), field_types = {"matrix_text"} )
matrix_handler_field_field class views/views_handler_field_field_matrix.inc A field that displays fields.
matrix_handler_field_field class Drupal\matrix src/matrix_handler_field_field.php A field that displays fields.
matrix_handler_filter class views/matrix_handler_filter.inc Basic textfield filter to handle string filtering commands including equality, like, not like, etc.
matrix_handler_filter class Drupal\matrix src/matrix_handler_filter.php Basic textfield filter to handle string filtering commands including equality, like, not like, etc.

Other projects