Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
WidgetFactory class Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetFactory.php Factory class for the Widget plugin type.
WidgetBaseInterface interface Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php Base interface definition for "Field widget" plugins. 1
WidgetBase abstract class Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php Base class for 'Field widget' plugin implementations. 9 11
WebTestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php Test case for typical Drupal tests. 298 300
WarmableInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php Interface for classes that support warming their cache. 1
VocabularyVid class Drupal\taxonomy\Plugin\views\filter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php Filter by vocabulary id.
VocabularyVid class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php Argument handler to accept a vocabulary id.
VocabularyUnitTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php Tests for taxonomy vocabulary functions.
VocabularyTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php Tests the taxonomy vocabulary interface.
VocabularyStorageController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php Defines a controller class for taxonomy vocabularies.
VocabularyMachineName class Drupal\taxonomy\Plugin\views\filter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php Filter by vocabulary machine name.
VocabularyMachineName class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php Argument handler to accept a vocabulary machine name.
VocabularyLanguageTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php Tests for the language feature on vocabularies.
VocabularyFormController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php Base form controller for vocabulary edit forms.
Vocabulary class Drupal\taxonomy\Plugin\Core\Entity drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php Defines the taxonomy vocabulary entity. 3
ViewUnitTestBase abstract class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php Defines a base class for Views unit testing. 30 25
ViewUI class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php Stores UI related temporary settings. 4
ViewTestData class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php Provides tests view data and the base test schema with sample data records.
ViewTestBase abstract class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php Defines a base class for Views testing in the full web test environment. 21 16
ViewSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php Main subscriber for VIEW HTTP responses.
ViewStorageTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php Tests the functionality of View and ViewStorageController.
ViewStorageInterface interface Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php Defines an interface for View storage classes. 2 2
ViewStorageController class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php Defines the storage controller class for View entities. 1
ViewsSearchQuery class Drupal\search drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php Extends the core SearchQuery to be able to gets it's protected values.
ViewsDataTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php Tests the fetching of views data.
ViewsBundle class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewsBundle.php Views dependency injection container. 1
ViewPreviewFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php Form controller for the Views preview form.
ViewListController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php Provides a listing of Views.
ViewFormControllerBase abstract class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php Base form controller for Views forms. 4 1
ViewExecutableTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php Tests the ViewExecutable class.
ViewExecutable class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output. 80
ViewElementTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php Tests the 'view' element type.
ViewEditFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php Form controller for the Views edit form.
ViewCloneFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php Form controller for the Views clone form.
ViewAddFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php Form controller for the Views edit form.
View class Drupal\views\Plugin\Core\Entity drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php Defines a View configuration entity class. 6
View class Drupal\views\Plugin\views\area drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.
Vid class Drupal\node\Plugin\views\argument drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php Argument handler to accept a node revision id.
VersionTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/VersionTest.php Test module dependency on specific versions.
Version final class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Version.php Plugin annotation @Target("PROPERTY");
Version class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Version.php Class to store and retrieve the version of Doctrine
Version class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/Version.php Guzzle version information 1
VariableTest class Drupal\system\Tests\Bootstrap drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php Tests variable system functions.
VariableLog class Drupal\Core\Mail drupal/core/lib/Drupal/Core/Mail/VariableLog.php Defines a mail sending implementation that captures sent messages to a variable.
Variable class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Variable.php Represents a variable. 1
ValueSupplierInterface interface Assetic drupal/core/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php Value Supplier Interface. 1
Value class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Value.php 1
ValidUrlUnitTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidUrlUnitTest.php Tests URL validation by valid_url().
ValidNumberStepUnitTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidNumberStepUnitTest.php Tests number step validation by valid_number_step().
ValidatorTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php This will run tests against the file validation functions (file_validate_*).

Pages

Other projects