EntityFormBuilder::$formBuilder

The form builder. Type: \Drupal\Core\Form\FormBuilderInterface File core/lib/Drupal/Core/Entity/EntityFormBuilder.php, line 25 Class EntityFormBuilder Builds entity forms. Namespace Drupal\Core\Entity Code protected $formBuilder;

EntityDisplayModeListBuilder::buildHeader

public EntityDisplayModeListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides EntityListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/field_ui/src/EntityDisplayModeListBuilder.php, line 57 Class EntityDisplayModeListBuilder Defines a class to build a listing of view mode entities. Namespace Drupal\field_ui Code public function buildHeader() {

EntityDisplayRepository::getDisplayModeOptions

protected EntityDisplayRepository::getDisplayModeOptions($display_type, $entity_type_id) Gets an array of display mode options. Parameters string $display_type: The display type to be retrieved. It can be "view_mode" or "form_mode". string $entity_type_id: The entity type whose display mode options should be returned. Return value array An array of display mode labels, keyed by the display mode ID. File core/lib/Drupal/Core/Entity/EntityDisplayRepository.php, line 189 Class EntityDisplayR

ViewExecutable::$build_info

An array of build info. Type: array File core/modules/views/src/ViewExecutable.php, line 62 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_info = array();

SqlContentEntityStorage::onEntityTypeDelete

public SqlContentEntityStorage::onEntityTypeDelete(EntityTypeInterface $entity_type) Reacts to the deletion of the entity type. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type being deleted. Overrides EntityTypeListenerInterface::onEntityTypeDelete File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 1392 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code public functi

Condition

Generic class for a series of conditions in a query. Hierarchy class \Drupal\Core\Database\Query\Condition implements \Countable, ConditionInterface File core/lib/Drupal/Core/Database/Query/Condition.php, line 11 Namespace Drupal\Core\Database\Query Members Name Modifiers Type Description Condition::$arguments protected property Array of arguments. Condition::$changed protected property Whether the conditions have been changed. Condition::$conditions protecte

ViewExecutable::$response

Stores the current response object. Type: \Symfony\Component\HttpFoundation\Response File core/modules/views/src/ViewExecutable.php, line 320 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $response = NULL;

InfoParser::parse

public InfoParser::parse($filename) Parses Drupal module, theme and profile .info.yml files. Info files are NOT for placing arbitrary theme and module-specific settings. Use Config::get() and Config::set()->save() for that. Info files are formatted as YAML. If the 'version' key is set to 'VERSION' in any info file, then the value will be substituted with the current version of Drupal core. Information stored in all .info.yml files: name: The real name of the module for display purposes. (Re

pager_default_initialize

pager_default_initialize($total, $limit, $element = 0) Initializes a pager. This function sets up the necessary global variables so that the render system will correctly process #type 'pager' render arrays to output pagers that correspond to the items being displayed. If the items being displayed result from a database query performed using Drupal's database API, and if you have control over the construction of the database query, you do not need to call this function directly; instead, you can

RenderCache::__construct

public RenderCache::__construct(RequestStack $request_stack, CacheFactoryInterface $cache_factory, CacheContextsManager $cache_contexts_manager) Constructs a new RenderCache object. Parameters \Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack. \Drupal\Core\Cache\CacheFactoryInterface $cache_factory: The cache factory. \Drupal\Core\Cache\Context\CacheContextsManager $cache_contexts_manager: The cache contexts manager. File core/lib/Drupal/Core/Render/RenderCache.p