BasicTest |
class |
Drupal\Tests\views_natural_sort\Kernel |
tests/src/Kernel/BasicTest.php |
@group views_natural_sort |
|
|
|
ConfigurationForm |
class |
Drupal\views_natural_sort\Form |
src/Form/ConfigurationForm.php |
Defines a form that configures Views Natural Sort's settings. |
|
|
1 |
DaysOfTheWeek |
class |
Drupal\views_natural_sort\Plugin\IndexRecordContentTransformation |
src/Plugin/IndexRecordContentTransformation/DaysOfTheWeek.php |
@IndexRecordContentTransformation (
id = "days_of_the_week",
label =
Plugin annotation
@Translation("Days of the Week")
) |
|
|
|
EntityIndexer |
class |
Drupal\views_natural_sort\Plugin\QueueWorker |
src/Plugin/QueueWorker/EntityIndexer.php |
Provides base functionality for the VNS Entith Index Queue Workers. |
|
|
|
IndexRecord |
class |
Drupal\views_natural_sort |
src/IndexRecord.php |
|
|
|
|
IndexRecordContentTransformation |
class |
Drupal\views_natural_sort\Annotation |
src/Annotation/IndexRecordContentTransformation.php |
Defines a Views Natural Sort Index Record Content Transformation item annotation object. |
|
|
|
IndexRecordContentTransformationBase |
abstract class |
Drupal\views_natural_sort\Plugin |
src/Plugin/IndexRecordContentTransformationBase.php |
Base class for Views Natural Sort Index Record Content Transformation plugins. |
5 |
5 |
|
IndexRecordContentTransformationInterface |
interface |
Drupal\views_natural_sort\Plugin |
src/Plugin/IndexRecordContentTransformationInterface.php |
Defines an interface for Views Natural Sort Index Record Content Transformation plugins. |
1 |
|
|
IndexRecordContentTransformationManager |
class |
Drupal\views_natural_sort\Plugin |
src/Plugin/IndexRecordContentTransformationManager.php |
Provides the Views Natural Sort Index Record Content Transformation plugin manager. |
|
1 |
2 |
IndexRecordType |
class |
Drupal\views_natural_sort |
src/IndexRecordType.php |
|
|
1 |
|
Natural |
class |
Drupal\views_natural_sort\Plugin\views\sort |
src/Plugin/views/sort/Natural.php |
Sort plugin used to allow Natural Sorting. |
|
|
|
Numbers |
class |
Drupal\views_natural_sort\Plugin\IndexRecordContentTransformation |
src/Plugin/IndexRecordContentTransformation/Numbers.php |
@IndexRecordContentTransformation (
id = "numbers",
label =
Plugin annotation
@Translation("Numbers")
) |
|
|
|
RemoveBeginningWords |
class |
Drupal\views_natural_sort\Plugin\IndexRecordContentTransformation |
src/Plugin/IndexRecordContentTransformation/RemoveBeginningWords.php |
@IndexRecordContentTransformation (
id = "remove_beginning_words",
label =
Plugin annotation
@Translation("Remove Beginning Words")
) |
|
|
|
RemoveSymbols |
class |
Drupal\views_natural_sort\Plugin\IndexRecordContentTransformation |
src/Plugin/IndexRecordContentTransformation/RemoveSymbols.php |
@IndexRecordContentTransformation (
id = "remove_symbols",
label =
Plugin annotation
@Translation("Remove Symbols")
) |
|
1 |
|
RemoveWords |
class |
Drupal\views_natural_sort\Plugin\IndexRecordContentTransformation |
src/Plugin/IndexRecordContentTransformation/RemoveWords.php |
@IndexRecordContentTransformation (
id = "remove_words",
label =
Plugin annotation
@Translation("Remove Words")
) |
|
|
|
ViewsNaturalSortService |
class |
Drupal\views_natural_sort |
src/ViewsNaturalSortService.php |
Service that manages Views Natural Sort records. |
|
2 |
2 |