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
SearchPage::initializeIterator function core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php
SearchPluginCollection::initializePlugin function core/modules/search/src/Plugin/SearchPluginCollection.php
SectionStorage::$context_definitions property core/modules/layout_builder/src/Annotation/SectionStorage.php Any required context definitions, optional.
SectionStorageDefinition class core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Provides section storage type plugin definition.
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
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
SerializedPropertyItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedPropertyItem.php
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
ShapeItemRequired::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php
Shortcut::baseFieldDefinitions function core/modules/shortcut/src/Entity/Shortcut.php
SingleInternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SingleInternalPropertyTestFieldItem.php
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
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
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
SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The entity definition update manager.

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