EntityViewBuilder::viewFieldItem

public EntityViewBuilder::viewFieldItem(FieldItemInterface $item, $display = array()) Builds a renderable array for a single field item. Parameters \Drupal\Core\Field\FieldItemInterface $item: FieldItem to be displayed. string|array $display_options: Can be either the name of a view mode, or an array of display settings. See EntityViewBuilderInterface::viewField() for more information. Return value array A renderable array for the field item. Overrides EntityViewBuilderInterface::viewFieldIte

SqlContentEntityStorageSchema::getEntitySchemaTables

protected SqlContentEntityStorageSchema::getEntitySchemaTables() Gets a list of entity type tables. Return value array A list of entity type tables, keyed by table key. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 566 Class SqlContentEntityStorageSchema Defines a schema handler that supports revisionable, translatable entities. Namespace Drupal\Core\Entity\Sql Code protected function getEntitySchemaTables() { return array_filter(array( 'base_table

CssCollectionGrouper

Groups CSS assets. Hierarchy class \Drupal\Core\Asset\CssCollectionGrouper implements AssetCollectionGrouperInterface File core/lib/Drupal/Core/Asset/CssCollectionGrouper.php, line 8 Namespace Drupal\Core\Asset Members Name Modifiers Type Description CssCollectionGrouper::group public function Puts multiple items into the same group if they are groupable and if they are for the same 'media' and 'browsers'. Items of the 'file' type are groupable if their 'preprocess' flag

FormStateDecoratorBase::getSubmitHandlers

public FormStateDecoratorBase::getSubmitHandlers() Gets the submit handlers. Return value array An array of submit handlers. Overrides FormStateInterface::getSubmitHandlers File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 308 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function getSubmitHandlers() { return $this->decoratedFormState->getSubmitHandlers(); }

ban_schema

ban_schema() Implements hook_schema(). File core/modules/ban/ban.install, line 11 Install, update and uninstall functions for the Ban module. Code function ban_schema() { $schema['ban_ip'] = array( 'description' => 'Stores banned IP addresses.', 'fields' => array( 'iid' => array( 'description' => 'Primary Key: unique ID for IP addresses.', 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE, ), 'ip' =>

StorageComparer::getEmptyChangelist

public StorageComparer::getEmptyChangelist() Gets an empty changelist. Return value array An empty changelist array. Overrides StorageComparerInterface::getEmptyChangelist File core/lib/Drupal/Core/Config/StorageComparer.php, line 151 Class StorageComparer Defines a config storage comparer. Namespace Drupal\Core\Config Code public function getEmptyChangelist() { return array( 'create' => array(), 'update' => array(), 'delete' => array(), 'rename' => array

FormStateInterface::isRedirectDisabled

public FormStateInterface::isRedirectDisabled() Determines if redirecting has been prevented. Return value bool If TRUE, the form will not redirect. File core/lib/Drupal/Core/Form/FormStateInterface.php, line 827 Class FormStateInterface Provides an interface for an object containing the current state of a form. Namespace Drupal\Core\Form Code public function isRedirectDisabled();

LocaleConfigManager::$configStorage

The storage instance for reading configuration data. Type: \Drupal\Core\Config\StorageInterface File core/modules/locale/src/LocaleConfigManager.php, line 41 Class LocaleConfigManager Manages configuration supported in part by interface translation. Namespace Drupal\locale Code protected $configStorage;

FormStateDecoratorBase::getRebuildInfo

public FormStateDecoratorBase::getRebuildInfo() Gets the rebuild info. Return value array The rebuild info. Overrides FormStateInterface::getRebuildInfo See also \Drupal\Core\Form\FormState::$rebuild_info File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 267 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function getRebuildInfo() { return $this->decoratedFormState->getRebuildInfo(); }

ContextualLinkManager::$defaults

Provides default values for a contextual link definition. Type: array Overrides DefaultPluginManager::$defaults File core/lib/Drupal/Core/Menu/ContextualLinkManager.php, line 30 Class ContextualLinkManager Defines a contextual link plugin manager to deal with contextual links. Namespace Drupal\Core\Menu Code protected $defaults = array( // (required) The name of the route to link to. 'route_name' => '', // (required) The contextual links group. 'group' => '', // The sta