You are here

function rlayout_load_all in Layout 8

Load all layout objects.

Return value

array List of Drupal\rlayout\RLayout instances keyed by id.

File

./rlayout.module, line 124
Responsive layout builder tool for Panels.

Code

function rlayout_load_all() {
  return entity_load_multiple('rlayout');
}