FieldItemBase::fieldSettingsForm

public FieldItemBase::fieldSettingsForm(array $form, FormStateInterface $form_state) Returns a form for the field-level settings. Invoked from \Drupal\field_ui\Form\FieldConfigEditForm to allow administrators to configure field-level settings. Parameters array $form: The form where the settings form is being included in. \Drupal\Core\Form\FormStateInterface $form_state: The form state of the (entire) configuration form. Return value array The form definition for the field settings. Overrides

Statement::$dbh

Reference to the database connection object for this statement. The name $dbh is inherited from \PDOStatement. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Database/Statement.php, line 25 Class Statement Default implementation of StatementInterface. Namespace Drupal\Core\Database Code public $dbh;

ContextualLinkDefault::getWeight

public ContextualLinkDefault::getWeight() Returns the weight of the contextual link. The contextual links in one group are sorted by weight for display. Return value int The weight as positive/negative integer. Overrides ContextualLinkInterface::getWeight File core/lib/Drupal/Core/Menu/ContextualLinkDefault.php, line 45 Class ContextualLinkDefault Provides a common base implementation of a contextual link. Namespace Drupal\Core\Menu Code public function getWeight() { return $this-&g

Entity::getConfigDependencyName

public Entity::getConfigDependencyName() Gets the configuration dependency name. Configuration entities can depend on content and configuration entities. They store an array of content and config dependency names in their "dependencies" key. Return value string The configuration dependency name. Overrides EntityInterface::getConfigDependencyName See also \Drupal\Core\Config\Entity\ConfigDependencyManager File core/lib/Drupal/Core/Entity/Entity.php, line 620 Class Entity Defines a base en

AliasManager::cacheClear

public AliasManager::cacheClear($source = NULL) Clear internal caches in alias manager. Parameters $source: Source path of the alias that is being inserted/updated. Can be omitted if entire cache needs to be flushed. Overrides AliasManagerInterface::cacheClear File core/lib/Drupal/Core/Path/AliasManager.php, line 254 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code public function cacheClear($source = NULL) { if ($source) { foreach (ar

DateFormatFormBase::$dateFormatStorage

The date format storage. Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface File core/modules/system/src/Form/DateFormatFormBase.php, line 30 Class DateFormatFormBase Provides a base form for date formats. Namespace Drupal\system\Form Code protected $dateFormatStorage;

SearchPageListBuilder

Defines a class to build a listing of search page entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\Core\Config\Entity\DraggableListBuilder implements FormInterfaceclass \Drupal\search\SearchPageListBuilder implements FormInterface uses ConfigFormBaseTr

HtmlResponseBigPipeSubscriber::onRespond

public HtmlResponseBigPipeSubscriber::onRespond(FilterResponseEvent $event) Transforms a HtmlResponse to a BigPipeResponse. Parameters \Symfony\Component\HttpKernel\Event\FilterResponseEvent $event: The event to process. File core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php, line 69 Class HtmlResponseBigPipeSubscriber Response subscriber to replace the HtmlResponse with a BigPipeResponse. Namespace Drupal\big_pipe\EventSubscriber Code public function onRespo

ExtensionDiscovery::$root

The app root for the current operation. Type: string File core/lib/Drupal/Core/Extension/ExtensionDiscovery.php, line 85 Class ExtensionDiscovery Discovers available extensions in the filesystem. Namespace Drupal\Core\Extension Code protected $root;

DateFormat::$id

The date format machine name. Type: string File core/lib/Drupal/Core/Datetime/Entity/DateFormat.php, line 39 Class DateFormat Defines the Date Format configuration entity class. Namespace Drupal\Core\Datetime\Entity Code protected $id;