FetchTest::testQueryFetchObjectClass |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a class using fetchObject. |
FieldConfigBase::getClass |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the class used for creating the typed data object. |
FieldDiscoveryTestClass |
class |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
A test class to expose protected methods. |
FieldDiscoveryTestClass.php |
file |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
|
FieldDiscoveryTestClass::$testData |
property |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
An array of test data. |
FieldDiscoveryTestClass::getAllFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information related to this migration. |
FieldDiscoveryTestClass::getBundleFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information for a particular entity type and bundle. |
FieldDiscoveryTestClass::getCoreVersion |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Finds the core version of a Drupal migration. |
FieldDiscoveryTestClass::getEntityFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information for a particular entity type. |
FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Provides the stub migration definition for a given Drupal core version. |
FieldDiscoveryTestClass::getFieldPlugin |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Returns the appropriate field plugin for a given field type. |
FieldDiscoveryTestClass::getSourcePlugin |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets the source plugin to use to gather field information. |
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. |
FieldItemNormalizer::$supportedInterfaceOrClass |
property |
core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php |
The interface or class that this Normalizer supports. |
FieldItemNormalizer::$supportedInterfaceOrClass |
property |
core/modules/serialization/src/Normalizer/FieldItemNormalizer.php |
The interface or class that this Normalizer supports. |
FieldItemNormalizer::$supportedInterfaceOrClass |
property |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php |
The interface or class that this Normalizer supports. |
FieldItemSerializationTest::$entityClass |
property |
core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php |
The class name of the test class. |
FieldItemSerializationTest::$entityClass |
property |
core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php |
The class name of the test class. |
FieldNormalizer::$supportedInterfaceOrClass |
property |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
The interface or class that this Normalizer supports. |
FieldNormalizer::$supportedInterfaceOrClass |
property |
core/modules/serialization/src/Normalizer/FieldNormalizer.php |
The interface or class that this Normalizer supports. |
FieldPluginBase::elementClasses |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Returns the class of the field. |
FieldPluginBase::elementLabelClasses |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Returns the class of the field's label. |
FieldPluginBase::elementWrapperClasses |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Returns the class of the field's wrapper. |
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 |
The typed data class used for wrapping multiple data items of the type. |
FieldTypePluginManager::getPluginClass |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the PHP class that implements the field type plugin. |
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. |
FileEntityNormalizer::$supportedInterfaceOrClass |
property |
core/modules/hal/src/Normalizer/FileEntityNormalizer.php |
The interface or class that this Normalizer supports. |
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. |
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. |