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
FieldStorageDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field supports translation.
FieldStorageDefinitionInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Sets whether the field supports translation.
FieldStorageDefinitionListener class core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to field storage definition CRUD on behalf of the Entity system.
FieldStorageDefinitionListener.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::$deletedFieldsRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The deleted fields repository.
FieldStorageDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity field manager.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldStorageDefinitionListener::$eventDispatcher property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The event dispatcher.
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::__construct function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Constructs a new FieldStorageDefinitionListener.
FieldStorageDefinitionListenerInterface interface core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Defines an interface for reacting to field storage definition creation, deletion, and updates.
FieldStorageDefinitionListenerInterface.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::defineOptions
FieldTestItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
FieldTimeIntervalTest::schemaDefinition function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Overrides \Drupal\views\Tests\ViewUnitTestBase::schemaDefinition().
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldUiLocalAction::getDerivativeDefinitions function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php
FieldUiLocalTask::getDerivativeDefinitions function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
field_definition.listener service core/core.services.yml Drupal\Core\Field\FieldDefinitionListener
field_storage_definition.listener service core/core.services.yml Drupal\Core\Field\FieldStorageDefinitionListener
File::baseFieldDefinitions function core/modules/file/src/Entity/File.php
File::init function core/modules/file/src/Plugin/views/field/File.php Initialize the plugin.
File::initializeIterator function core/modules/file/src/Plugin/migrate/source/d6/File.php Initializes the iterator with the source data.
File::initializeIterator function core/modules/file/src/Plugin/migrate/source/d7/File.php Initializes the iterator with the source data.
FileItem::propertyDefinitions function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Defines field item properties.
FileUpload::validateAndLoadFieldDefinition function core/modules/jsonapi/src/Controller/FileUpload.php Validates and loads a field definition instance.
FileUploadResource::validateAndLoadFieldDefinition function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Validates and loads a field definition instance.
FileUriItem::propertyDefinitions function core/modules/file/src/Plugin/Field/FieldType/FileUriItem.php Defines field item properties.
FilterBooleanOperatorStringTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
FilterCombineTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php Allow {views_test_data}.job to be NULL.
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FilteredPluginManagerTraitTest::testGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php @covers ::getFilteredDefinitions
@dataProvider providerTestGetFilteredDefinitions
FilterPluginBase::init function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
FilterPluginCollection::$definitions property core/modules/filter/src/FilterPluginCollection.php All possible filter plugin IDs.
FilterPluginCollection::initializePlugin function core/modules/filter/src/FilterPluginCollection.php
FilterStringTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterUninstallValidator::getFilterDefinitionsByProvider function core/modules/filter/src/FilterUninstallValidator.php Returns all filter definitions that are provided by the specified provider.
FloatItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php

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