Search for init

  1. Search 7.x for init
  2. Search 8.9.x for init
  3. Search 10.3.x for init
  4. Search 11.x for init
  5. Other projects
Title Object type File name Summary
FieldDefinitionTest::testFieldDefaultValue function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDefaultValue
@covers ::setDefaultValue
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldDescription function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDescription
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldLabel function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getLabel
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldName function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getName
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldRequired function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests required.
FieldDefinitionTest::testFieldSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getSetting
@covers ::setSetting
@covers ::getSettings
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests field translatable methods.
FieldDefinitionTest::testFieldType function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getType
@dataProvider factoryTypeProvider
FieldDefinitionTest::testInvalidDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests invalid default value callbacks.
FieldDefinitionTest::testNullDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests NULL default value callbacks.
FieldDiscovery::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/src/FieldDiscovery.php Provides the stub migration definition for a given Drupal core version.
FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetFieldInstanceStubMigrationDefinition.
FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the getFieldInstanceStubMigration method.
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.
FieldInstance::initializeIterator function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Initializes the iterator with the source data.
FieldInstancePerFormDisplay::initializeIterator function core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php Initializes the iterator with the source data.
FieldInstancePerViewMode::initializeIterator function core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php Initializes the iterator with the source data.
FieldInstancePerViewMode::initializeIterator function core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php Initializes the iterator with the source data.
FieldItemBase::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the field definition.
FieldItemDataDefinition class core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php A typed data definition class for defining field items.
FieldItemDataDefinition.php file core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php
FieldItemDataDefinition::$fieldDefinition property core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php The field definition the item definition belongs to.
FieldItemDataDefinition::create function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Creates a new field item definition.
FieldItemDataDefinition::createFromDataType function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Creates a new data definition object.
FieldItemDataDefinition::getFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets the field item's field definition.
FieldItemDataDefinition::getMainPropertyName function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Returns the name of the main property, if any.
FieldItemDataDefinition::getPropertyDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets the definition of a contained property.
FieldItemDataDefinition::getPropertyDefinitions function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets an array of property definitions of contained properties.
FieldItemDataDefinition::setFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Sets the field item's field definition.
FieldItemDataDefinitionInterface interface core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php Interface for field item data definitions.
FieldItemDataDefinitionInterface.php file core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php
FieldItemDataDefinitionInterface::getFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php Gets the field item's field definition.
FieldItemDataDefinitionInterface::setFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php Sets the field item's field definition.
FieldItemDeriver::getDerivativeDefinition function core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php Gets the definition of a derivative plugin.
FieldItemDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php Gets the definition of all derivatives of a base plugin.
FieldItemInterface::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the field definition.
FieldItemInterface::propertyDefinitions function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines field item properties.
FieldItemList::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemList.php Gets the field definition.
FieldItemListInterface::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the field definition.
FieldLayoutBuilderTest::$pluginDefinition property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutEntityDisplayTrait::getLayoutDefinition function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Gets a layout definition.
FieldLayoutEntityDisplayTrait::init function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Overrides \Drupal\Core\Entity\EntityDisplayBase::init().
FieldMigration::$init property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Flag indicating whether the field data has been filled already.
FieldPluginBase::init function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Initialize the plugin.
FieldPluginBaseTest::$pluginDefinition property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The definition of the plugin under test.
FieldResolver::getFieldItemDefinitions function core/modules/jsonapi/src/Context/FieldResolver.php Get all item definitions from a set of resources types by a field name.
FieldResolver::isCandidateDefinitionProperty function core/modules/jsonapi/src/Context/FieldResolver.php Determines if a path part targets a field property, not a subsequent field.
FieldResolver::isCandidateDefinitionReferenceProperty function core/modules/jsonapi/src/Context/FieldResolver.php Determines if a path part targets a reference property.
FieldStorageConfig::$propertyDefinitions property core/modules/field/src/Entity/FieldStorageConfig.php An array of field property definitions.
FieldStorageConfig::getPropertyDefinition function core/modules/field/src/Entity/FieldStorageConfig.php Gets the definition of a contained property.

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