Search for class

  1. Search 7.x for class
  2. Search 9.5.x for class
  3. Search 8.9.x for class
  4. Search 11.x for class
  5. Other projects
Title Object type File name Summary
FieldDiscoveryTestClass::getEntityFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDiscoveryTestClass::getFieldPlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDiscoveryTestClass::getSourcePlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDiscoveryTestClass::__construct function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Constructs a FieldDiscoveryTestClass object.
FieldFieldTest::testFieldApiClassesRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view field with field_api_classes enabled.
FieldFormatter::$class property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The name of the field formatter class.
FieldHandlerInterface::elementClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field.
FieldHandlerInterface::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's label.
FieldHandlerInterface::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's wrapper.
FieldItemSerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The class name of the test class.
FieldItemTestClass class core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php A class extending FieldItemBase for testing purposes.
FieldItemTestClass::propertyDefinitions function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
FieldItemTestClass::schema function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
FieldItemTestClass::__construct function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
FieldPluginBase::elementClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBaseTest::testElementClassesWithTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Ensures proper token replacement when generating CSS classes.
FieldStorageConfig::getFieldItemClass function core/modules/field/src/Entity/FieldStorageConfig.php Helper to retrieve the field item class.
FieldType::$list_class property core/lib/Drupal/Core/Field/Annotation/FieldType.php
FieldTypePluginManager::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManagerInterface::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the PHP class that implements the field type plugin.
FieldWebTest::testFieldClasses function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests the field/label/wrapper classes.
FieldWidget::$class property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php The name of the widget class.
FileTestBase::$classname property core/tests/Drupal/KernelTests/Core/File/FileTestBase.php A fully-qualified stream wrapper class name to register for the test.
file_icon_class function core/modules/file/file.module Gets a class for the icon for a MIME type.
FilterBaseTestableClass class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php A class extending FilterBase for testing purposes.
FilterBaseTestableClass::process function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FinalTestHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php Stub of http_middleware class that is declared final.
FinalTestHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::terminate function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
FinalTestNonTerminableHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php Stub of http_middleware class that is declared final but is not terminable.
FinalTestNonTerminableHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FixtureDeprecatedClass class core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Fixture class for use by DrupalStandardsListenerDeprecationTest.
FixtureDeprecatedClass.php file core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php
FixtureDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Returns a known value.
FormAjaxSubscriberTest::testOnExceptionOtherClass function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php @covers ::onException
FormBuilder::$classResolver property core/lib/Drupal/Core/Form/FormBuilder.php The class resolver.
FormBuilderTest::testBuildFormWithClassString function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the buildForm() method with a class name based form ID.
FormBuilderTest::testGetFormIdWithClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a class name form ID.
FormBuilderTest::testGetFormIdWithInjectedClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with an injected class name form ID.
FormBuilderTest::testGetFormIdWithNonFormClass function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php @covers ::getFormId
FormBuilderTest::testGetFormWithClassString function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getForm() method with a class name based form ID.
FormTestBase::$classResolver property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The class results.
FormTestButtonClassForm class core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php Builds a simple form to test form button classes.
FormTestButtonClassForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php
FormTestButtonClassForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.