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. Search main for _init
  6. Other projects
Title Object type File name Summary
SectionStorageDefinition.php file core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php
SectionStorageDefinition::$additional property core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Any additional properties and values.
SectionStorageDefinition::$weight property core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php The plugin weight.
SectionStorageDefinition::get function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Gets any arbitrary property.
SectionStorageDefinition::getWeight function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Returns the plugin weight.
SectionStorageDefinition::set function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Sets a value to an arbitrary property.
SectionStorageDefinition::__construct function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php LayoutDefinition constructor.
SectionStorageInterface::getPluginDefinition function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
SectionStorageManager::findDefinitions function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds plugin definitions.
SectionStorageManagerTest::testFindDefinitions function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findDefinitions[[api-linebreak]]
Sequence::getElementDefinition function core/lib/Drupal/Core/Config/Schema/Sequence.php Gets data definition object for contained element.
SequenceDataDefinition class core/lib/Drupal/Core/Config/Schema/SequenceDataDefinition.php A typed data definition class for defining sequences in configuration.
SequenceDataDefinition.php file core/lib/Drupal/Core/Config/Schema/SequenceDataDefinition.php
SequenceDataDefinition::getOrderBy function core/lib/Drupal/Core/Config/Schema/SequenceDataDefinition.php Gets the description of how the sequence should be sorted.
SerializedItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedItem.php Defines field item properties.
SerializedPropertyItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedPropertyItem.php Defines field item properties.
Settings::initialize function core/lib/Drupal/Core/Site/Settings.php Bootstraps settings.php and the Settings singleton.
SettingsForm::$definitions property core/modules/aggregator/src/Form/SettingsForm.php The aggregator plugin definitions.
SettingsTest::providerTestDatabaseInfoInitialization function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testDatabaseInfoInitialization().
SettingsTest::testDatabaseInfoInitialization function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests initialization performed for the $databases variable.
ShapeItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines field item properties.
ShapeItemRequired::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php Defines field item properties.
Shortcut::baseFieldDefinitions function core/modules/shortcut/src/Entity/Shortcut.php Provides base field definitions for an entity type.
SingleInternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php Defines field item properties.
SourcePluginBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Initializes the iterator with the source data.
Sql::$initialized property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Whether the plugin is already initialized.
Sql::init function core/modules/views/src/Plugin/views/query/Sql.php Initialize the plugin.
Sql::init function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Initialize the plugin.
SqlBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Initializes the iterator with the source data.
SqlContentEntityStorage::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's field storage definitions.
SqlContentEntityStorage::initTableLayout function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Initializes table name variables.
SqlContentEntityStorage::onFieldDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the deletion of a field.
SqlContentEntityStorage::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the creation of a field storage definition.
SqlContentEntityStorage::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the deletion of a field storage definition.
SqlContentEntityStorage::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the update of a field storage definition.
SqlContentEntityStorage::setFieldStorageDefinitions function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Updates the internal list of field storage definitions.
SqlContentEntityStorageSchema::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The storage field definitions for this entity type.
SqlContentEntityStorageSchema::getSchemaFromStorageDefinition function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the schema data for the given field storage definition.
SqlContentEntityStorageSchema::initializeBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a base table.
SqlContentEntityStorageSchema::initializeDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a data table.
SqlContentEntityStorageSchema::initializeRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a revision data table.
SqlContentEntityStorageSchema::initializeRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a revision table.
SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the creation of a field storage definition.
SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the deletion of a field storage definition.
SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the update of a field storage definition.
SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::$storageDefinitions property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked field definitions used in this test.
SqlContentEntityStorageSchemaTest::setUpStorageDefinition function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Sets up a field definition.
SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared function core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests updating a shared table field definition.

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