Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal config source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
FieldConfig::isDeleted function core/modules/field/src/Entity/FieldConfig.php Gets the deleted flag of the field.
FieldConfig::isDisplayConfigurable function core/modules/field/src/Entity/FieldConfig.php Returns whether the display for the field can be configured.
FieldConfig::isReadOnly function core/modules/field/src/Entity/FieldConfig.php Determines whether the data is read-only.
FieldConfig::linkTemplates function core/modules/field/src/Entity/FieldConfig.php Gets an array link templates.
FieldConfig::loadByName function core/modules/field/src/Entity/FieldConfig.php Loads a field config entity based on the entity type and field name.
FieldConfig::postCreate function core/modules/field/src/Entity/FieldConfig.php Acts on a created entity before hooks are invoked.
FieldConfig::postDelete function core/modules/field/src/Entity/FieldConfig.php Acts on deleted entities before the delete hook is invoked.
FieldConfig::preDelete function core/modules/field/src/Entity/FieldConfig.php Acts on entities before they are deleted and before hooks are invoked.
FieldConfig::preSave function core/modules/field/src/Entity/FieldConfig.php Overrides \Drupal\Core\Entity\Entity::preSave().
FieldConfig::urlRouteParameters function core/modules/field/src/Entity/FieldConfig.php Gets an array of placeholders for this entity.
FieldConfig::__construct function core/modules/field/src/Entity/FieldConfig.php Constructs a FieldConfig object.
FieldConfigAccessControlHandler class core/modules/field/src/FieldConfigAccessControlHandler.php Defines the access control handler for the field config entity type.
FieldConfigAccessControlHandler.php file core/modules/field/src/FieldConfigAccessControlHandler.php
FieldConfigAccessControlHandler::checkAccess function core/modules/field/src/FieldConfigAccessControlHandler.php Performs access checks.
FieldConfigAccessControlHandlerTest class core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php Tests the field config access controller.
FieldConfigAccessControlHandlerTest.php file core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php
FieldConfigAccessControlHandlerTest::setUp function core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php
FieldConfigAccessControlHandlerTest::testAccess function core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php Ensures field config access is working properly.
FieldConfigBase class core/lib/Drupal/Core/Field/FieldConfigBase.php Base class for configurable field definitions.
FieldConfigBase.php file core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::$bundle property core/lib/Drupal/Core/Field/FieldConfigBase.php The name of the bundle the field is attached to.
FieldConfigBase::$constraints property core/lib/Drupal/Core/Field/FieldConfigBase.php Array of constraint options keyed by constraint plugin ID.
FieldConfigBase::$default_value property core/lib/Drupal/Core/Field/FieldConfigBase.php Default field value.
FieldConfigBase::$default_value_callback property core/lib/Drupal/Core/Field/FieldConfigBase.php The name of a callback function that returns default values.
FieldConfigBase::$description property core/lib/Drupal/Core/Field/FieldConfigBase.php The field description.
FieldConfigBase::$entity_type property core/lib/Drupal/Core/Field/FieldConfigBase.php The name of the entity type the field is attached to.
FieldConfigBase::$fieldStorage property core/lib/Drupal/Core/Field/FieldConfigBase.php The field storage object.
FieldConfigBase::$field_name property core/lib/Drupal/Core/Field/FieldConfigBase.php The field name.
FieldConfigBase::$field_type property core/lib/Drupal/Core/Field/FieldConfigBase.php The field type.
FieldConfigBase::$id property core/lib/Drupal/Core/Field/FieldConfigBase.php The field ID.
FieldConfigBase::$itemDefinition property core/lib/Drupal/Core/Field/FieldConfigBase.php The data definition of a field item.
FieldConfigBase::$label property core/lib/Drupal/Core/Field/FieldConfigBase.php The human-readable label for the field.
FieldConfigBase::$propertyConstraints property core/lib/Drupal/Core/Field/FieldConfigBase.php Array of property constraint options keyed by property ID. The values are
associative array of constraint options keyed by constraint plugin ID.
FieldConfigBase::$required property core/lib/Drupal/Core/Field/FieldConfigBase.php Flag indicating whether the field is required.
FieldConfigBase::$settings property core/lib/Drupal/Core/Field/FieldConfigBase.php Field-type specific settings.
FieldConfigBase::$translatable property core/lib/Drupal/Core/Field/FieldConfigBase.php Flag indicating whether the field is translatable.
FieldConfigBase::addConstraint function core/lib/Drupal/Core/Field/FieldConfigBase.php Adds a validation constraint to the FieldItemList.
FieldConfigBase::addPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Adds constraints for a given field item property.
FieldConfigBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldConfigBase.php Calculates dependencies and stores them in the dependency property.
FieldConfigBase::createFromDataType function core/lib/Drupal/Core/Field/FieldConfigBase.php Creates a new data definition object.
FieldConfigBase::createFromItemType function core/lib/Drupal/Core/Field/FieldConfigBase.php Creates a new list data definition for items of the given data type.
FieldConfigBase::getClass function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the class used for creating the typed data object.
FieldConfigBase::getConfig function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets an object that can be saved in configuration.
FieldConfigBase::getConstraint function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a validation constraint.
FieldConfigBase::getConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns an array of validation constraints.
FieldConfigBase::getDataType function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the data type of the data.
FieldConfigBase::getDefaultValue function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value for the field in a newly created entity.
FieldConfigBase::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value callback for the field.
FieldConfigBase::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value literal for the field.
FieldConfigBase::getDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a human readable description.

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